lorax/tests/mkksiso/ks/extra-repo.ks
Brian C. Lane dcd92cf8c0 tests: Add 'test_mkksiso' tests
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.
2019-11-05 11:09:42 -08:00

18 lines
416 B
Plaintext

url --url="https://dl.fedoraproject.org/pub/fedora/linux/development/rawhide/Everything/$basearch/os/"
repo --name=extra-repo --baseurl=file:///run/install/repo/extra-repo/
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
%packages
extra-package
%end