-
Notifications
You must be signed in to change notification settings - Fork 0
/
anaconda-ks.cfg
35 lines (28 loc) · 1.17 KB
/
anaconda-ks.cfg
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
26
27
28
29
30
31
32
33
34
35
# Kickstart file automatically generated by anaconda.
#version=DEVEL
install
url --url ftp://172.17.0.16/pub/inst
lang en_US.UTF-8
keyboard pl2
network --onboot yes --device eth0 --bootproto dhcp --noipv6
rootpw --iscrypted $6$8Eivc6KrRg.9avuP$b9bCNXhG0nS6YyXTQAdf03hQY3DyKSiZUYKvR8.jvh5aoA3XM5TZWpiaPCO.XueGBnTwuzKDK4oRYRiFN4CYS0
firewall --service=ssh
authconfig --enableshadow --passalgo=sha512
selinux --enforcing
timezone --utc Europe/Warsaw
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 --drives=sda
#volgroup VolGroup --pesize=4096 pv.253002
#logvol / --fstype=ext4 --name=lv_root --vgname=VolGroup --grow --size=1024 --maxsize=51200
#logvol swap --name=lv_swap --vgname=VolGroup --grow --size=2016 --maxsize=2016
part / --fstype=ext4 --size=3000 --grow --fstype=ext4
#part pv.253002 --grow --size=1
#repo --name="CentOS" --baseurl=ftp://172.17.0.16/pub/inst --cost=100
%packages --nobase
@core
openssh-clients
%end