test: update test manifests to use Fedora 34
Move from using 'zram' to 'zram-generator-defaults' in the ostree bootiso testing manifest. More information is available in Fedora 33 Change document [1]. Add org.osbuild.kernel-cmdline stage to fedora-boot.json manifest because of change in how grub handles the kernel command line arguments [2]. GRUB2 Stage 2 checksums in assemblers test are updated. The change have been verified by building the fedora-boot.json manifest with each checked filesystem and booting the image in QEMU with legacy mode. [1] https://fedoraproject.org/wiki/Changes/SwapOnZRAM [2] https://github.com/osbuild/osbuild-composer/pull/982#issuecomment-697356929 Signed-off-by: Tomas Hozza <thozza@redhat.com>
This commit is contained in:
parent
ee3760e1ba
commit
8d43a78918
93 changed files with 29987 additions and 28153 deletions
21
test/data/os-release/fedora34
Normal file
21
test/data/os-release/fedora34
Normal file
|
|
@ -0,0 +1,21 @@
|
|||
NAME=Fedora
|
||||
VERSION="34 (Thirty Four)"
|
||||
ID=fedora
|
||||
VERSION_ID=34
|
||||
VERSION_CODENAME=""
|
||||
PLATFORM_ID="platform:f34"
|
||||
PRETTY_NAME="Fedora 34 (Thirty Four)"
|
||||
ANSI_COLOR="0;38;2;60;110;180"
|
||||
LOGO=fedora-logo-icon
|
||||
CPE_NAME="cpe:/o:fedoraproject:fedora:34"
|
||||
HOME_URL="https://fedoraproject.org/"
|
||||
DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/34/system-administrators-guide/"
|
||||
SUPPORT_URL="https://fedoraproject.org/wiki/Communicating_and_getting_help"
|
||||
BUG_REPORT_URL="https://bugzilla.redhat.com/"
|
||||
REDHAT_BUGZILLA_PRODUCT="Fedora"
|
||||
REDHAT_BUGZILLA_PRODUCT_VERSION=34
|
||||
REDHAT_SUPPORT_PRODUCT="Fedora"
|
||||
REDHAT_SUPPORT_PRODUCT_VERSION=34
|
||||
PRIVACY_POLICY_URL="https://fedoraproject.org/wiki/Legal:PrivacyPolicy"
|
||||
VARIANT="Workstation Edition"
|
||||
VARIANT_ID=workstation
|
||||
Loading…
Add table
Add a link
Reference in a new issue