mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-14 12:54:21 +00:00
Add a kernel side repo for KDE Rawhide
I want to rebuild the KDE Rawhide images as tests are failing on the oomd bug due to the size of the current update set, but I want to get a non-debug kernel into the base image rather than a debug one...this one just missed today's compose. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
df5ca172e9
commit
320e4671e0
32
kde-38.ks
Normal file
32
kde-38.ks
Normal file
@ -0,0 +1,32 @@
|
||||
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
|
||||
# contains non-debug kernel kernel-6.1.0-0.rc4.34.fc38
|
||||
repo --name=kernrc4 --baseurl=https://adamwill.fedorapeople.org/kernrc4/$basearch/
|
||||
|
||||
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
|
||||
poweroff
|
||||
|
||||
%packages
|
||||
@^kde-desktop-environment
|
||||
# these are all in the KDE live image, we want to match that as it's
|
||||
# the most common KDE deployment method
|
||||
@firefox
|
||||
@kde-apps
|
||||
@kde-media
|
||||
@kde-office
|
||||
@networkmanager-submodules
|
||||
fedora-release-kde
|
||||
falkon
|
||||
|
||||
imsettings-qt
|
||||
-initial-setup
|
||||
-initial-setup-gui
|
||||
%end
|
Loading…
Reference in New Issue
Block a user