mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-21 15:03:07 +00:00
d65c71c11c
This should give our KDE disk image a package loadout more similar to a live install, the typical way of installing KDE. Signed-off-by: Adam Williamson <awilliam@redhat.com>
48 lines
886 B
Plaintext
48 lines
886 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 --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
|