mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2025-03-03 18:14:34 +00:00
Pull in FEDORA-2025-751ebb02b1 for F42 KDE images
We need this to fix XDG user dir creation so tests pass. Don't want to wait for it to reach a compose. Signed-off-by: Adam Williamson <awilliam@redhat.com>
This commit is contained in:
parent
1665b36f44
commit
71767dfbcc
49
kde-42.ks
Normal file
49
kde-42.ks
Normal file
@ -0,0 +1,49 @@
|
|||||||
|
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
|
||||||
|
# drop this file when there's a compose with this update in it
|
||||||
|
repo --name=FEDORA-2025-751ebb02b1 --baseurl=https://adamwill.fedorapeople.org/FEDORA-2025-751ebb02b1/$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-pim
|
||||||
|
@libreoffice
|
||||||
|
libreoffice-draw
|
||||||
|
libreoffice-math
|
||||||
|
|
||||||
|
fedora-release-kde
|
||||||
|
|
||||||
|
-@admin-tools
|
||||||
|
|
||||||
|
-tracker-miners
|
||||||
|
-tracker
|
||||||
|
|
||||||
|
kde-l10n
|
||||||
|
|
||||||
|
fuse
|
||||||
|
mediawriter
|
||||||
|
|
||||||
|
-ktorrent
|
||||||
|
-digikam
|
||||||
|
-kipi-plugins
|
||||||
|
-krusader
|
||||||
|
-k3b
|
||||||
|
|
||||||
|
-initial-setup
|
||||||
|
-initial-setup-gui
|
||||||
|
%end
|
Loading…
Reference in New Issue
Block a user