dcd92cf8c0
These use beakerlib to download a Fedora boot.iso and run mkksiso on it. It currently does not try to boot the resulting iso, it mounts it and checks that the expected config files have been modified and the extra files have been added.
14 lines
272 B
Plaintext
14 lines
272 B
Plaintext
install
|
|
lang en_US.UTF-8
|
|
keyboard us
|
|
rootpw --plaintext asdasd
|
|
timezone --utc America/New_York
|
|
|
|
# partitioning - nuke and start fresh
|
|
clearpart --initlabel --all
|
|
autopart --type=plain
|
|
bootloader --location=mbr
|
|
shutdown
|
|
|
|
liveimg --url=file:///run/install/repo/root.tar.xz
|