]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
cobbler: Only set bootdev in kickstart if installing Xenial. 233/head
authorDavid Galloway <dgallowa@redhat.com>
Wed, 27 Apr 2016 21:00:00 +0000 (17:00 -0400)
committerDavid Galloway <dgallowa@redhat.com>
Wed, 27 Apr 2016 21:02:41 +0000 (17:02 -0400)
"bootdev string default" is only supported in Xenial.

Signed-off-by: David Galloway <dgallowa@redhat.com>
roles/cobbler/templates/kickstarts/cephlab_ubuntu.preseed

index c67f616096da1fcd851b6392600bf14e782cb2ba..5cd0ff0dceb7d26b77bb6274f9c20cd9518d5a8e 100644 (file)
@@ -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