]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Group disk-related options together 19/head
authorZack Cerza <zack@redhat.com>
Tue, 5 May 2015 21:07:41 +0000 (15:07 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 5 May 2015 21:07:41 +0000 (15:07 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/cobbler/templates/kickstarts/cephlab_rhel.ks

index cb95d77a473d7754c7ac414fff0794d6982498cc..f5a830eea0629abcc4a8240a5074b5d4dbcd1335 100644 (file)
@@ -6,10 +6,14 @@
 #platform=x86, AMD64, or Intel EM64T
 # System authorization information
 auth  --useshadow  --enablemd5
-# System bootloader configuration
-bootloader --location=mbr --boot-drive=sda
 # Partition clearing information
 clearpart --all --initlabel
+# Use a small root partition on one disk
+part / --fstype="ext4" --ondisk=sda --size=20000
+# Clear the Master Boot Record
+zerombr
+# System bootloader configuration
+bootloader --location=mbr --boot-drive=sda
 # Use text mode install
 text
 # Firewall configuration
@@ -39,10 +43,6 @@ skipx
 timezone  America/New_York
 # Install OS instead of upgrade
 install
-# Clear the Master Boot Record
-zerombr
-# Use a small root partition on one disk
-part / --fstype="ext4" --ondisk=sda --size=20000
 
 %pre
 $SNIPPET('log_ks_pre')