Last active
August 3, 2018 07:22
-
-
Save seungjin/43384cffbaed1edfb5d5308dd3222cd7 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
install | |
cdrom | |
#repo --name=base --baseurl=http://download.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/ | |
#url --url="http://download.fedoraproject.org/pub/fedora/linux/releases/28/Everything/x86_64/os/" | |
lang en_US.UTF-8 | |
keyboard us-colemak | |
timezone --utc UTC | |
authselect --useshadow --enablemd5 | |
selinux --disabled | |
firewall --disabled | |
services --enabled=NetworkManager,sshd | |
eula --agreed | |
ignoredisk --only-use=sda | |
rootpw --lock | |
user --name=seungjin --password=seungjin --groups=wheel | |
text # text mode install | |
#reboot | |
poweroff | |
bootloader --location=mbr | |
zerombr | |
clearpart --all --initlabel | |
#part swap --asprimary --fstype="swap" --size=1024 | |
part /boot --fstype xfs --size=200 | |
part / --fstype xfs --size 1 --grow | |
%anaconda | |
pwpolicy root --emptyok | |
pwpolicy seungjin --emptyok | |
%end | |
%packages | |
@core | |
%end | |
%post --log=/root/my-post-log | |
passwd -d seungjin | |
%end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment