]> git.apps.os.sepia.ceph.com Git - ceph-cm-ansible.git/commitdiff
Use a small root partition instead of LVM
authorZack Cerza <zack@redhat.com>
Tue, 5 May 2015 21:06:05 +0000 (15:06 -0600)
committerZack Cerza <zack@redhat.com>
Tue, 5 May 2015 21:06:05 +0000 (15:06 -0600)
Signed-off-by: Zack Cerza <zack@redhat.com>
roles/cobbler/templates/kickstarts/cephlab_rhel.ks

index 13cc470babbc70069c9d7ea70daa7f5da5de8ff7..cb95d77a473d7754c7ac414fff0794d6982498cc 100644 (file)
@@ -7,7 +7,7 @@
 # System authorization information
 auth  --useshadow  --enablemd5
 # System bootloader configuration
-bootloader --location=mbr
+bootloader --location=mbr --boot-drive=sda
 # Partition clearing information
 clearpart --all --initlabel
 # Use text mode install
@@ -41,8 +41,8 @@ timezone  America/New_York
 install
 # Clear the Master Boot Record
 zerombr
-# Allow anaconda to partition the system as needed
-autopart
+# Use a small root partition on one disk
+part / --fstype="ext4" --ondisk=sda --size=20000
 
 %pre
 $SNIPPET('log_ks_pre')