X-Git-Url: https://iankelling.org/git/?p=automated-distro-installer;a=blobdiff_plain;f=fai%2Fconfig%2Fdistro-install-common%2Flibreboot_grub.cfg;h=8a1fc4ee75e8f649d30e4009b814ea3c3065e6f9;hp=4610044a7e60b6d3cfd1f785bdff581a12f30a39;hb=ab68265ccb7857baff11c0cc216e0c5e9bf4d629;hpb=fe81034ee9664d8e131bac218b40d99a58a31649 diff --git a/fai/config/distro-install-common/libreboot_grub.cfg b/fai/config/distro-install-common/libreboot_grub.cfg index 4610044..8a1fc4e 100644 --- a/fai/config/distro-install-common/libreboot_grub.cfg +++ b/fai/config/distro-install-common/libreboot_grub.cfg @@ -25,7 +25,7 @@ function save_chosen { # We don't set this to fai check so we can't get into # an infinite reboot cycle. We depend on the os to # create the initial grubenv file. -set default=/debianstretch_bootstrap # could use 0 here. +set default=/debianbuster_bootstrap # could use 0 here. set timeout=1 for part in (ahci*4) (ata*4); do @@ -43,7 +43,7 @@ done did_fai_check=false -bs_dir=/debianstretch_bootstrap +bs_dir=/debianbuster_bootstrap menuentry $bs_dir --id=$bs_dir { # note, we might be able to use $chosen and avoid setting this here, # and set it inside save_chosen. but I haven't tested it,