-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathks-atomic.cfg
32 lines (30 loc) · 955 Bytes
/
ks-atomic.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
#version=RHEL7 Atomic Host
# install a fresh system
install
# Use CDROM installation media
cdrom
# Perform a text-based install
text
# System language
lang en_US.UTF-8
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# Root password
rootpw --iscrypted $6$8z2.xKRx6YdOvRDP$BwfVHPhTed9HtUA3oBJM.Y0tVppkzZLloOj5TkKojWgKsG4BJJaiM/bbQioqxUbuIaSKTMQ4aOvJG2FB9oVBS.
# Network information
network --bootproto=dhcp --onboot=on --hostname=localhost.localdomain
# System authorization information
auth --enableshadow --passalgo=sha512
# System timezone
timezone America/New_York --isUtc
# Ignore all but the first disk (sda) during the install
ignoredisk --only-use=sda
# Partition clearing information
clearpart --drives=sda --all
zerombr
# Use automated partitioning scheme
autopart
# poweroff automatically at the end of the installation process
poweroff
# include defaults from anaconda filesystem
%include /usr/share/anaconda/interactive-defaults.ks