Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
E
epmvirt
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adam Gardiner
epmvirt
Commits
93a7219d
Commit
93a7219d
authored
Mar 05, 2019
by
Adam Gardiner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Pipeline
#3
canceled with stages
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
66 additions
and
0 deletions
+66
-0
epmvirt-11.1.2.4.0-4.x86_64.rpm
epmvirt-11.1.2.4.0-4.x86_64.rpm
+0
-0
ks
ks
+66
-0
No files found.
epmvirt-11.1.2.4.0-4.x86_64.rpm
0 → 100644
View file @
93a7219d
File added
ks
0 → 100644
View file @
93a7219d
# 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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment