forked from libvirt/libvirt-test-API
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkickstart.cfg
More file actions
28 lines (25 loc) · 713 Bytes
/
kickstart.cfg
File metadata and controls
28 lines (25 loc) · 713 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
26
27
28
# Kickstart file automatically generated by anaconda.
#version=RHEL6.2
install
url --url=http://fileshare.englab.nay.redhat.com/pub/redhat/rhel/released/RHEL-6/U1/x86_64/os/
lang en_US.UTF-8
keyboard us
network --device eth0 --bootproto dhcp --ipv6 dhcp
rootpw --iscrypted $6$45lFuCoyFZwpy3Gn$kvCuoEVXyK0q6ow7qBmo9vaEyajunJ62LR5HlmAKRAOpK/Z2ZyrSSbaPsSHnhZU2P1MF5e.QDu2wkOOo661It.
zerombr
clearpart --all --initlabel
autopart
firewall --service=ssh
authconfig --enableshadow --passalgo=sha512 --enablefingerprint
selinux --enforcing
timezone --utc America/New_York
bootloader --location=partition --driveorder=sda --append="rhgb quiet"
skipx
text
cmdline
poweroff
%packages
@base
nfs-utils
NetworkManager
%end