various fixes and dns changes
[automated-distro-installer] / fai / config / distro-install-common / libreboot_grub.cfg
index 8a1fc4ee75e8f649d30e4009b814ea3c3065e6f9..16fec9cd90fd7da6775911da3ffc4389432b6559 100644 (file)
@@ -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