From 94d12b6394fd8de6d2dc153e2acb7dbfa5a986b2 Mon Sep 17 00:00:00 2001 From: Adam Williamson Date: Tue, 24 Jan 2023 15:00:00 -0800 Subject: [PATCH] Work around #2164207 for Rawhide update base images Rawhide update tests are all failing ATM due to https://bugzilla.redhat.com/show_bug.cgi?id=2164207 . This should work around the problem by including the latest version of python3-ptyprocess in the base image. Signed-off-by: Adam Williamson --- desktop-38.ks | 24 ++++++++++++++++++++++++ kde-38.ks | 30 ++++++++++++++++++++++++++++++ minimal-38.ks | 16 ++++++++++++++++ server-38.ks | 18 ++++++++++++++++++ 4 files changed, 88 insertions(+) create mode 100644 desktop-38.ks create mode 100644 kde-38.ks create mode 100644 minimal-38.ks create mode 100644 server-38.ks diff --git a/desktop-38.ks b/desktop-38.ks new file mode 100644 index 0000000..92acc5f --- /dev/null +++ b/desktop-38.ks @@ -0,0 +1,24 @@ +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 diff --git a/kde-38.ks b/kde-38.ks new file mode 100644 index 0000000..6552a76 --- /dev/null +++ b/kde-38.ks @@ -0,0 +1,30 @@ +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 diff --git a/minimal-38.ks b/minimal-38.ks new file mode 100644 index 0000000..dc4cdea --- /dev/null +++ b/minimal-38.ks @@ -0,0 +1,16 @@ +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 diff --git a/server-38.ks b/server-38.ks new file mode 100644 index 0000000..0d2db6b --- /dev/null +++ b/server-38.ks @@ -0,0 +1,18 @@ +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