mirror of
https://github.com/telekom-security/tpotce.git
synced 2025-04-28 19:28:50 +00:00
41 lines
945 B
INI
41 lines
945 B
INI
#Generated by Kickstart Configurator
|
|
#platform=AMD64 or Intel EM64T
|
|
|
|
#System language
|
|
lang en
|
|
#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
|