33 lines
346 B
INI
33 lines
346 B
INI
#version=DEVEL
|
|
|
|
text
|
|
reboot
|
|
|
|
lang en_US.UTF-8
|
|
keyboard us
|
|
timezone Europe/Berlin --utc
|
|
|
|
rootpw --plaintext changeme
|
|
|
|
network --bootproto=dhcp
|
|
|
|
zerombr
|
|
clearpart --all --initlabel
|
|
autopart
|
|
|
|
firewall --enabled
|
|
selinux --enforcing
|
|
|
|
bootloader --location=mbr
|
|
|
|
%packages
|
|
@core
|
|
vim
|
|
curl
|
|
git
|
|
%end
|
|
|
|
%post
|
|
echo "Provisioned by Stallinux" > /etc/motd
|
|
%end
|