updates for t11 and fsf
[automated-distro-installer] / fai / config / distro-install-common / libreboot_grub.cfg
index 7af4219a4e7ee357e93ab8e6874ce4352f29110f..9ea539022947821a1a1657d1755d50032c298e34 100644 (file)
@@ -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