mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-14 04:44:21 +00:00
94d12b6394
Rawhide update tests are all failing ATM due to https://bugzilla.redhat.com/show_bug.cgi?id=2164207 . This should work around the problem by including the latest version of python3-ptyprocess in the base image. Signed-off-by: Adam Williamson <awilliam@redhat.com>
25 lines
756 B
Plaintext
25 lines
756 B
Plaintext
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
|
|
repo --name=ptyprocess --baseurl=https://fedorapeople.org/groups/qa/openqa-repos/ptyprocess/
|
|
lang en_US.UTF-8
|
|
keyboard us
|
|
timezone --utc America/New_York
|
|
clearpart --all
|
|
autopart
|
|
rootpw --plaintext weakpassword
|
|
user --name=test --password=weakpassword --plaintext --groups wheel
|
|
firstboot --enable
|
|
poweroff
|
|
|
|
%packages
|
|
@^workstation-product-environment
|
|
-selinux-policy-minimum
|
|
%end
|
|
|
|
%post
|
|
authselect enable-feature with-fingerprint
|
|
touch $INSTALL_ROOT/home/home_preserved
|
|
%end
|