Commit 93a7219d authored by Adam Gardiner's avatar Adam Gardiner

Initial commit

parents
Pipeline #3 canceled with stages
# Kickstart file automatically generated by anaconda.
#version=DEVEL
install
text
cdrom
reboot --eject
lang en_US.UTF-8
keyboard us
network --onboot yes --device eth0 --bootproto dhcp --noipv6 --hostname epmvirt
rootpw --iscrypted $6
firewall --service=ssh
authconfig --enableshadow --passalgo=sha512
selinux --enforcing
timezone --utc Europe/London
bootloader --location=mbr --driveorder=sda --append="crashkernel=auto rhgb quiet"
# The following is the partition information you requested
# Note that any partitions you deleted are not expressed
# here so unless you clear all partitions first, this is
# not guaranteed to work
clearpart --all --initlabel
zerombr
part /boot --fstype=ext4 --size=500
part pv.008002 --grow --size=1
volgroup VolGroup --pesize=4096 pv.008002
logvol / --fstype=ext4 --name=lv_root --vgname=VolGroup --grow --size=1024 --maxsize=51200
logvol swap --name=lv_swap --vgname=VolGroup --grow --size=3776 --maxsize=3776
%packages --nobase
@core
zip
vim
unzip
xauth
xdpyinfo
compat-libcap1
libstdc++-devel
sysstat
gcc
gcc-c++
ksh
libaio
libaio-devel
lsof
numactl
glibc-devel
glibc-devel.i686
libgcc
libgcc.i686
%post --log=/root/ks-post.log
curl -L https://inquisitepm.com/git/ads/epmvirt/epmvirt-11.1.2.4.0-4.x86_64.rpm -o epmvirt.rpm
yum install -y epmvirt.rpm
%end
compat-libstdc++-33
compat-libstdc++-33.i686
openssh-clients
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment