38f3e28d77
Use the output of git diff --full-index --binary anaconda-22.20.13-1..anaconda-23.19.10-1 from anaconda's git repository and fix-up merge conflicts.
23 lines
346 B
Plaintext
23 lines
346 B
Plaintext
url --url=ftp://mirror.utexas.edu/pub/fedora/linux/development/$releasever/$basearch/os/
|
|
install
|
|
network --bootproto=dhcp
|
|
|
|
bootloader --timeout=1
|
|
zerombr
|
|
clearpart --all
|
|
autopart
|
|
|
|
keyboard us
|
|
lang en
|
|
timezone America/New_York
|
|
rootpw qweqwe
|
|
shutdown
|
|
|
|
%packages
|
|
%end
|
|
|
|
%post
|
|
# If we made it post, that's good enough
|
|
echo SUCCESS > /root/RESULT
|
|
%end
|