mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-07-02 01:27:27 -04:00
Init
This commit is contained in:
41
kickstart/ks.cfg
Normal file
41
kickstart/ks.cfg
Normal file
@ -0,0 +1,41 @@
|
||||
#Generated by Kickstart Configurator
|
||||
#platform=AMD64 or Intel EM64T
|
||||
|
||||
#System language
|
||||
lang en_US
|
||||
#Language modules to install
|
||||
langsupport en_US
|
||||
#System keyboard
|
||||
keyboard de
|
||||
#System mouse
|
||||
mouse
|
||||
#System timezone
|
||||
timezone Europe/Berlin
|
||||
#Root password
|
||||
rootpw --disabled
|
||||
#Initial user
|
||||
user tsec --fullname "tsec" --iscrypted --password $1$jAw1TW8v$a2WFamxQJfpPYZmn4qJT71
|
||||
#Reboot after installation
|
||||
reboot
|
||||
#Use text mode install
|
||||
text
|
||||
#Install OS instead of upgrade
|
||||
install
|
||||
#Use CDROM installation media
|
||||
cdrom
|
||||
#System bootloader configuration
|
||||
bootloader --location=mbr
|
||||
#Clear the Master Boot Record
|
||||
zerombr yes
|
||||
#Partition clearing information
|
||||
clearpart --all --initlabel
|
||||
#Disk partitioning information
|
||||
part swap --recommended
|
||||
part /data --fstype ext4 --size 8192
|
||||
part / --fstype ext4 --size 1 --grow
|
||||
#System authorization infomation
|
||||
auth --useshadow --enablemd5
|
||||
#Firewall configuration
|
||||
firewall --disabled
|
||||
#Do not configure the X Window System
|
||||
skipx
|
Reference in New Issue
Block a user