-
Notifications
You must be signed in to change notification settings - Fork 0
/
ks.cfg
39 lines (39 loc) · 1.57 KB
/
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
36
37
38
39
#version=RHEL7
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom
# Run the Setup Agent on first boot
firstboot --enable
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8
# Network information
network --bootproto=static --device= --noipv6 --activate
network --hostname=turi.ir
###################################################################################################################################################
# WARNING #
# ######################################################################################################################################### #
# #Replace password hash below with your own desired password (in hashed form , # #
# #you can make it with openssl/perl/python/passwd/chpasswd/makepasswd/...) # #
# #Root password: # #
rootpw --iscrypted $6$R.fpIubOMlrPq98/$67i92sx5IwuM550QMgn6eb7Ws2wmte6Rmn50jMWbplnkT7qeEVJZTQ.NyM4bhf04wUDReRS4qA2DSo4yQHGKi0 # #
# ######################################################################################################################################### #
# WARNING #
###################################################################################################################################################
# System services
services --enabled="chronyd"
# System timezone
timezone Asia/Tehran --isUtc
# System bootloader configuration
bootloader --location=mbr --boot-drive=
autopart --type=lvm
# Partition clearing information
clearpart --all --initlabel
%packages
@core
chrony
%end
reboot