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>
17 lines
510 B
Plaintext
17 lines
510 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 weakpassword
|
|
poweroff
|
|
|
|
%packages
|
|
@core
|
|
%end
|