Skip to content

Instantly share code, notes, and snippets.

@mhashizume
Last active November 24, 2021 16:30
Show Gist options
  • Save mhashizume/1412ef67baf9fbcf2decf8ea71b420ff to your computer and use it in GitHub Desktop.
Save mhashizume/1412ef67baf9fbcf2decf8ea71b420ff to your computer and use it in GitHub Desktop.
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