Created
December 1, 2018 16:25
-
-
Save NickCrew/36d3ee4b20aeadaa512001099cb9e8bb to your computer and use it in GitHub Desktop.
(Red Hat) Kickstart Snippet - Single Partition
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
part pv.008002 --size=1 --grow --ondisk=sda | |
volgroup VolGroup --pesize=4096 pv.008002 | |
logvol swap --name=lv_swap --vgname=VolGroup --size=2016 --maxsize=2016 | |
logvol / --name=lv_root --vgname=VolGroup --fstype=ext4 --grow --size=1 | |
part /boot --fstype=ext4 --size=500 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment