Skip to content

Instantly share code, notes, and snippets.

@zaa
Created January 20, 2016 18:39
Show Gist options
  • Save zaa/c169ce7d6b20a15f452d to your computer and use it in GitHub Desktop.
Save zaa/c169ce7d6b20a15f452d to your computer and use it in GitHub Desktop.
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