From: Wei Liu Date: Wed, 20 May 2015 17:56:25 +0000 (+0100) Subject: Debian.pm: install grub to default device X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=0455abbe313a1120c89f96b8ca6f21075e85e15a;p=people%2Fliuw%2Fosstest.git Debian.pm: install grub to default device Debian installer used to have the behaviour to install grub on the default device. But it's changed in Jessie. See https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759737. Signed-off-by: Wei Liu Acked-by: Ian Jackson --- diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 905758f..8ad673e 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -727,6 +727,8 @@ popularity-contest popularity-contest/participate boolean false tasksel tasksel/first multiselect standard, web-server d-i grub-installer/only_debian boolean true +# see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=759737 +d-i grub-installer/bootdev string default d-i finish-install/keep-consoles boolean true d-i finish-install/reboot_in_progress note