X-Git-Url: https://iankelling.org/git/?a=blobdiff_plain;f=fai%2Fconfig%2Fdistro-install-common%2Flibreboot_grub.cfg;h=d9dde28d4bcd0127e6d73603272a6e7d47d40258;hb=ceeb4e46d3bb326d01fcc7ed98d94ab0b580eda3;hp=7af4219a4e7ee357e93ab8e6874ce4352f29110f;hpb=f67d4b719356595b424aa3cd358abc79426583c5;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 7af4219..d9dde28 100644 --- a/fai/config/distro-install-common/libreboot_grub.cfg +++ b/fai/config/distro-install-common/libreboot_grub.cfg @@ -20,7 +20,7 @@ function save_chosen { # fai check, it does it, then reboots. But fai-check also sets # did_fai_check to a 3rd state os_true which means we did the fai check, # and we don't want to do it again. This is useful for systems without -# libreboot, although it's not used yet. +# libreboot. # We don't set this to fai check so we can't get into # an infinite reboot cycle. We depend on the os to @@ -29,7 +29,7 @@ set default=/debianbullseye_bootstrap # could use 0 here. set timeout=1 # grub_extn -for part in (ahci*7) (ata*7); do +for part in (ahci*4) (ata*4); do envfile=$part/grubenv if [ -s $envfile ]; then load_env --file $envfile