From: Zack Cerza Date: Tue, 5 May 2015 21:06:05 +0000 (-0600) Subject: Use a small root partition instead of LVM X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=edd34c360e874c744c31f9aac05327d309ce7be2;p=ceph-cm-ansible.git Use a small root partition instead of LVM Signed-off-by: Zack Cerza --- diff --git a/roles/cobbler/templates/kickstarts/cephlab_rhel.ks b/roles/cobbler/templates/kickstarts/cephlab_rhel.ks index 13cc470..cb95d77 100644 --- a/roles/cobbler/templates/kickstarts/cephlab_rhel.ks +++ b/roles/cobbler/templates/kickstarts/cephlab_rhel.ks @@ -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')