Apparently on some machines (namely bruuni in Octo), the default disk
returns /dev/nvme0n1 which is not where the OS is installed.
Since we already define which disk the OS should be installed on earlier
in the preseed, it only makes sense to install grub on the same disk.
Signed-off-by: David Galloway <dgallowa@redhat.com>
# "landscape" (manage system with Landscape).
d-i pkgsel/update-policy select none
-# Set GRUB bootdev to 'default' if Xenial or later
+# Set GRUB bootdev to '/dev/sda' if Xenial or later
#if int($distro_ver_major) >= 16
-d-i grub-installer/bootdev string default
+d-i grub-installer/bootdev string /dev/sda
#end if
# During installations from serial console, the regular virtual consoles