home · contact · privacy
With new retry_until_success, reasoning obsolete.
authorPlom Heller <plom@plomlompom.com>
Mon, 7 Sep 2026 03:27:22 +0000 (05:27 +0200)
committerPlom Heller <plom@plomlompom.com>
Mon, 7 Sep 2026 03:27:22 +0000 (05:27 +0200)
setup_scripts/install_debian.sh

index 87938b3ee527a4f403e4544d8e457df746b0335a..144e52f76ab26887f2682e8398500aabda99739d 100755 (executable)
@@ -145,7 +145,6 @@ efibootmgr \
     --loader "${NAME_BOOT}/${FNAME_VMLINUZ}" \
     --unicode "root=${PATH_VG_ROOT} ro initrd=${NAME_BOOT}\\${FNAME_INITRD}"
 
-# ask root login at latest possible moment, so that on fails: less left undone
 msg 'Setting up root login …'
 retry_until_success chroot_sh "passwd"