Use raspi-config to toggle boot_wait

This commit is contained in:
Serge Schneider
2021-10-05 15:54:05 +01:00
parent d0eed3b76f
commit ac246e300b
3 changed files with 7 additions and 7 deletions

View File

@@ -1,3 +1,5 @@
#!/bin/bash -e
rm -f "${ROOTFS_DIR}/etc/systemd/system/dhcpcd.service.d/wait.conf"
on_chroot << EOF
SUDO_USER="${FIRST_USER_NAME}" raspi-config nonint do_boot_wait 1
EOF