Revert "Work around #2164207 for Rawhide update base images"

This reverts commit 94d12b6394.
Not needed any more now we have a Rawhide with the updated
package in it.
This commit is contained in:
Adam Williamson 2023-01-24 22:07:15 -08:00
parent 94d12b6394
commit 3fc7e1cf50
4 changed files with 0 additions and 88 deletions

View File

@ -1,24 +0,0 @@
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
repo --name=ptyprocess --baseurl=https://fedorapeople.org/groups/qa/openqa-repos/ptyprocess/
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
firstboot --enable
poweroff
%packages
@^workstation-product-environment
-selinux-policy-minimum
%end
%post
authselect enable-feature with-fingerprint
touch $INSTALL_ROOT/home/home_preserved
%end

View File

@ -1,30 +0,0 @@
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
repo --name=ptyprocess --baseurl=https://fedorapeople.org/groups/qa/openqa-repos/ptyprocess/
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

View File

@ -1,16 +0,0 @@
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
repo --name=ptyprocess --baseurl=https://fedorapeople.org/groups/qa/openqa-repos/ptyprocess/
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
clearpart --all
autopart
rootpw weakpassword
poweroff
%packages
@core
%end

View File

@ -1,18 +0,0 @@
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
repo --name=ptyprocess --baseurl=https://fedorapeople.org/groups/qa/openqa-repos/ptyprocess/
lang en_US.UTF-8
keyboard us
timezone --utc America/New_York
clearpart --all
autopart
rootpw weakpassword
user --name=test --password=weakpassword --plaintext --groups wheel
poweroff
%packages
@^server-product-environment
plymouth-system-theme
%end