mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-04 23:54:21 +00:00
fe87f40d94
This is a bit ugly but offhand can't think of a better way. We are dropping plasma-workspace-wayland from the F33 KDE image to try and avoid it using Plasma-on-Wayland as the default session, which is #1960458. Signed-off-by: Adam Williamson <awilliam@redhat.com>
32 lines
850 B
Plaintext
32 lines
850 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
|
|
lang en_US.UTF-8
|
|
keyboard us
|
|
timezone --utc America/New_York
|
|
clearpart --all
|
|
autopart
|
|
rootpw --plaintext weakpassword
|
|
user --name=test --password=weakpassword --plaintext
|
|
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
|
|
# workaround for https://bugzilla.redhat.com/show_bug.cgi?id=1960458
|
|
-plasma-workspace-wayland
|
|
|
|
imsettings-qt
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
%end
|