mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-17 21:43:09 +00:00
Use a side repo to fix #2259266 for the Rawhide Server base image
All tests that use the Server base image are failing on Rawhide now because of 2259266. This should regen the image using a side repo with a grub2 build with the required patch put back in and hopefully solve the problem. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
d65c71c11c
commit
c6669754d4
18
server-40.ks
Normal file
18
server-40.ks
Normal file
@ -0,0 +1,18 @@
|
||||
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=grubxfs-repo --url=https://adamwill.fedorapeople.org/grubxfs-repo/$basearch
|
||||
lang en_US.UTF-8
|
||||
keyboard us
|
||||
timezone --utc America/New_York
|
||||
clearpart --all
|
||||
autopart
|
||||
rootpw weakpassword
|
||||
user --name=test --password=weakpassword --plaintext --groups wheel
|
||||
poweroff
|
||||
|
||||
%packages
|
||||
@^server-product-environment
|
||||
plymouth-system-theme
|
||||
%end
|
Loading…
Reference in New Issue
Block a user