X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fdistro-install-common%2Flibreboot_grub.cfg;h=16fec9cd90fd7da6775911da3ffc4389432b6559;hb=61c3a58fcfadab7c333487f887b3f9f3a53bb93a;hp=8a1fc4ee75e8f649d30e4009b814ea3c3065e6f9;hpb=ab68265ccb7857baff11c0cc216e0c5e9bf4d629;p=automated-distro-installer diff --git a/fai/config/distro-install-common/libreboot_grub.cfg b/fai/config/distro-install-common/libreboot_grub.cfg index 8a1fc4e..16fec9c 100644 --- a/fai/config/distro-install-common/libreboot_grub.cfg +++ b/fai/config/distro-install-common/libreboot_grub.cfg @@ -14,7 +14,7 @@ function save_chosen { } # fai_check is so we can act like a pxe boot, but just for fai, and by -# using /stretch_bootstrap to do it. We toggle on and off the grub var +# using /buster_bootstrap to do it. We toggle on and off the grub var # did_fai_check so we can do the check every other boot. Then # /debian_bootstrap checks for that var on boot and if we want to do a # fai check, it does it, then reboots. But fai-check also sets @@ -28,7 +28,7 @@ function save_chosen { set default=/debianbuster_bootstrap # could use 0 here. set timeout=1 -for part in (ahci*4) (ata*4); do +for part in (ahci*5) (ata*5); do envfile=$part/grubenv if [ -s $envfile ]; then load_env --file $envfile