Update Fedora kickstart localization and bootstrap
This commit is contained in:
parent
f3e85a9746
commit
9fca3675b7
@ -3,13 +3,15 @@
|
|||||||
text
|
text
|
||||||
reboot
|
reboot
|
||||||
|
|
||||||
lang en_US.UTF-8
|
lang de_DE.UTF-8
|
||||||
keyboard us
|
keyboard de
|
||||||
timezone Europe/Berlin --utc
|
timezone Europe/Berlin --utc
|
||||||
|
|
||||||
rootpw --plaintext changeme
|
rootpw --plaintext test123
|
||||||
|
user --name=stallinger --groups=wheel --password=test123
|
||||||
|
|
||||||
|
network --bootproto=dhcp --activate --hostname=fedora-test-01
|
||||||
|
|
||||||
network --bootproto=dhcp
|
|
||||||
|
|
||||||
zerombr
|
zerombr
|
||||||
clearpart --all --initlabel
|
clearpart --all --initlabel
|
||||||
@ -28,5 +30,18 @@ git
|
|||||||
%end
|
%end
|
||||||
|
|
||||||
%post
|
%post
|
||||||
echo "Provisioned by Stallinux" > /etc/motd
|
cat > /etc/motd <<'EOF'
|
||||||
|
Provisioned by tuxflotte
|
||||||
|
|
||||||
|
https://tuxflotte.de
|
||||||
|
EOF
|
||||||
|
|
||||||
|
localectl set-locale LANG=de_DE.UTF-8
|
||||||
|
localectl set-keymap de
|
||||||
|
localectl set-x11-keymap de
|
||||||
|
|
||||||
|
dnf -y install git ansible-core
|
||||||
|
|
||||||
|
mkdir -p /opt/tuxflotte
|
||||||
|
git clone https://git.tuxflotte.de/admin/profiles.git /opt/tuxflotte/profiles
|
||||||
%end
|
%end
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user