From 2817605a5e8a9caf1e155fc58cdf1f596f2f2548 Mon Sep 17 00:00:00 2001 From: David Galloway Date: Wed, 27 Apr 2016 17:00:00 -0400 Subject: [PATCH] cobbler: Only set bootdev in kickstart if installing Xenial. "bootdev string default" is only supported in Xenial. Signed-off-by: David Galloway --- roles/cobbler/templates/kickstarts/cephlab_ubuntu.preseed | 2 ++ 1 file changed, 2 insertions(+) diff --git a/roles/cobbler/templates/kickstarts/cephlab_ubuntu.preseed b/roles/cobbler/templates/kickstarts/cephlab_ubuntu.preseed index c67f6160..5cd0ff0d 100644 --- a/roles/cobbler/templates/kickstarts/cephlab_ubuntu.preseed +++ b/roles/cobbler/templates/kickstarts/cephlab_ubuntu.preseed @@ -110,7 +110,9 @@ d-i pkgsel/upgrade select safe-upgrade d-i pkgsel/update-policy select none # Install GRUB to default location. Required as of Xenial. +#if $os_version == 'xenial' d-i grub-installer/bootdev string default +#end if # During installations from serial console, the regular virtual consoles # (VT1-VT6) are normally disabled in /etc/inittab. Uncomment the next -- 2.47.3