Last active
November 24, 2021 16:30
-
-
Save mhashizume/1412ef67baf9fbcf2decf8ea71b420ff to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cdrom | |
lang en_US.UTF-8 | |
keyboard us | |
network --bootproto=dhcp | |
network --device=ens33 --onboot=yes | |
rootpw --iscrypted $1$v4K9E8Wj$gZIHJ5JtQL5ZGZXeqSSsd0 | |
firewall --enabled --service=ssh | |
selinux --disabled | |
timezone UTC | |
bootloader --location=mbr | |
text | |
skipx | |
zerombr | |
clearpart --all --initlabel | |
autopart | |
auth --useshadow --enablemd5 | |
firstboot --disabled | |
reboot --eject | |
%packages --ignoremissing | |
@core | |
bzip2 | |
kernel-devel | |
kernel-headers | |
gcc | |
make | |
net-tools | |
patch | |
perl | |
curl | |
wget | |
nfs-utils | |
-ipw2100-firmware | |
-ipw2200-firmware | |
-ivtv-firmware | |
%end | |
%post | |
echo PermitRootLogin yes >> /etc/ssh/sshd_config | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment