-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
27 lines (18 loc) · 718 Bytes
/
README
File metadata and controls
27 lines (18 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# centos-jeoses
This project is an attempt to create a minimalistic
CentOS/RHEV 5.6 install using kickstart files
These have been tested using qemu/kvm.
The kickstarts have postinstall scripts that
performs some administrative tasks like setting
up /etc/sudoers file, setting up user account,
and install ssh public key for key based login.
Rename the kickstart file to ks.cfg and copy them
into the floppy image.
Pass the following parameter at install prompt
linux asknetwork ks=floppy
## ks-min.cfg
This is the bare minimum server install. It installs
161 packages, consumes ~90MB of RAM and ~780 MB of disk
## ks-dev.cfg
This is the bare minimum packages needed to build software
packages from source.