2016-07-08 15:58:23 +00:00
|
|
|
install
|
|
|
|
bootloader --location=mbr
|
|
|
|
network --bootproto=dhcp
|
|
|
|
url --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$releasever&arch=$basearch
|
|
|
|
repo --name=updates --mirrorlist=https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f$releasever&arch=$basearch
|
2020-06-23 22:39:39 +00:00
|
|
|
# Contains fix for https://gitlab.gnome.org/GNOME/gnome-initial-setup/-/issues/106
|
|
|
|
# Remove when updates for that fix are stable
|
|
|
|
repo --name gistest --baseurl=https://www.happyassassin.net/temp/gistest/$releasever/$basearch
|
2016-07-08 15:58:23 +00:00
|
|
|
lang en_US.UTF-8
|
|
|
|
keyboard us
|
|
|
|
timezone --utc America/New_York
|
|
|
|
clearpart --all
|
|
|
|
autopart --encrypted --passphrase=weakpassword
|
|
|
|
rootpw --plaintext weakpassword
|
|
|
|
user --name=test --password=weakpassword --plaintext
|
2017-10-21 00:37:38 +00:00
|
|
|
firstboot --enable
|
2016-07-08 15:58:23 +00:00
|
|
|
poweroff
|
|
|
|
|
|
|
|
%packages
|
|
|
|
@^workstation-product-environment
|
2020-05-09 16:14:46 +00:00
|
|
|
-selinux-policy-minimum
|
2016-07-08 15:58:23 +00:00
|
|
|
%end
|