This is an automated email from the git hooks/post-receive script.
adamwill pushed a commit to branch main in repository fedora-kickstarts.
The following commit(s) were added to refs/heads/main by this push: new a58e759 Revert "Drop use of the x86-baremetal-tools group" a58e759 is described below
commit a58e75901ff5b951af8a4431861aeddf4fca0c6c Author: Adam Williamson awilliam@redhat.com AuthorDate: Mon Jun 6 11:30:43 2022 -0700
Revert "Drop use of the x86-baremetal-tools group"
This reverts commit 1841b368cef9b1c6226644301ed5c3893a363422. It turns out we need to revert to older lorax that uses syslinux for now - see https://pagure.io/pungi/issue/1608 - so we need it back in the live kickstart too. --- fedora-live-base.ks | 7 +++++++ 1 file changed, 7 insertions(+)
diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 212fda3..5117419 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -30,6 +30,12 @@ kernel kernel-modules kernel-modules-extra
+# This was added a while ago, I think it falls into the category of +# "Diagnosis/recovery tool useful from a Live OS image". Leaving this untouched +# for now. +#memtest86+ +@x86-baremetal-tools # memtest86+ is included + # The point of a live image is to install anaconda anaconda-install-env-deps @@ -45,6 +51,7 @@ aajohan-comfortaa-fonts
# Without this, initramfs generation during live image creation fails: #1242586 dracut-live +# syslinux is in @x86-baremetal-tools
# anaconda needs the locales available to run for different locales glibc-all-langpacks