Created
January 20, 2016 18:39
-
-
Save zaa/c169ce7d6b20a15f452d to your computer and use it in GitHub Desktop.
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
install | |
lang en_US.UTF-8 | |
keyboard us | |
timezone UTC --isUtc | |
auth --useshadow --enablemd5 | |
services --enabled=NetworkManager,sshd | |
eula --agreed | |
ignoredisk --only-use=sda | |
reboot | |
bootloader --location=mbr | |
zerombr | |
clearpart --all --initlabel | |
part swap --asprimary --fstype="swap" --size=1024 | |
part /boot --fstype xfs --size=200 | |
part pv.01 --size=1 --grow | |
volgroup rootvg01 pv.01 | |
logvol / --fstype xfs --name=lv01 --vgname=rootvg01 --size=1 --grow | |
rootpw 123 | |
repo --name=base --baseurl=http://mirror.cogentco.com/pub/linux/centos/7/os/x86_64/ | |
url --url="http://mirror.cogentco.com/pub/linux/centos/7/os/x86_64/" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment