mirror of
https://pagure.io/fedora-qa/createhdds.git
synced 2024-11-05 16:04:21 +00:00
ddf0fe0a69
baseurl, not url. Signed-off-by: Adam Williamson <awilliam@redhat.com>
44 lines
1.4 KiB
Plaintext
44 lines
1.4 KiB
Plaintext
install
|
|
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 fix to get F33 backgrounds in KDE. Remove when
|
|
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-527d393bd7 goes stable
|
|
repo --name=kdesettemp --baseurl=https://www.happyassassin.net/temp/kdeback33/$releasever/$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
|
|
|
|
# FIXME: fedora-jam-kde-theme-2.0.0-1.fc31 provides kde-settings,
|
|
# and anaconda prefers it to the real kde-settings for some reason,
|
|
# so F31 images are getting fedora-jam-kde-theme instead of
|
|
# kde-settings and this means they have the wrong background and
|
|
# some other issues. This should be fixed by 3.0.0-1.fc31, so we
|
|
# can probably remove this when
|
|
# https://bodhi.fedoraproject.org/updates/FEDORA-2020-3753ee3716
|
|
# is pushed stable
|
|
-fedora-jam-kde-theme
|
|
|
|
imsettings-qt
|
|
-initial-setup
|
|
-initial-setup-gui
|
|
%end
|