diff options
Diffstat (limited to 'd-i-preseed-cfgs')
-rw-r--r-- | d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg | 2 | ||||
-rw-r--r-- | d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg | 2 | ||||
-rw-r--r-- | d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg index 4ed025a3..211b5ab5 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_gnome_preseed.cfg @@ -319,7 +319,7 @@ tasksel tasksel/first multiselect standard, desktop #popularity-contest popularity-contest/participate boolean false # install grub on the first disk found -d-i grub-installer/bootdev string /dev/sda +d-i grub-installer/bootdev string default ### Finishing up the installation # During installations from serial console, the regular virtual consoles diff --git a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg index 76cf8894..e0378e94 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_lxde_preseed.cfg @@ -320,7 +320,7 @@ tasksel tasksel/desktop multiselect lxde #popularity-contest popularity-contest/participate boolean false # install grub on the first disk found -d-i grub-installer/bootdev string /dev/sda +d-i grub-installer/bootdev string default ### Finishing up the installation # During installations from serial console, the regular virtual consoles diff --git a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg b/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg index e420e6fc..b68138d5 100644 --- a/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg +++ b/d-i-preseed-cfgs/debian_sid_daily_xfce_preseed.cfg @@ -320,7 +320,7 @@ tasksel tasksel/desktop multiselect xfce #popularity-contest popularity-contest/participate boolean false # install grub on the first disk found -d-i grub-installer/bootdev string /dev/sda +d-i grub-installer/bootdev string default ### Finishing up the installation # During installations from serial console, the regular virtual consoles |