From 26a6b0e385d35bab665e0cb548905043a435bfae Mon Sep 17 00:00:00 2001 From: Plom Heller Date: Mon, 7 Sep 2026 05:27:22 +0200 Subject: [PATCH] With new retry_until_success, reasoning obsolete. --- setup_scripts/install_debian.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/setup_scripts/install_debian.sh b/setup_scripts/install_debian.sh index 87938b3..144e52f 100755 --- a/setup_scripts/install_debian.sh +++ b/setup_scripts/install_debian.sh @@ -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" -- 2.30.2