From 0125a80815149ffa25913348072f9c6a7cb5cd93 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 25 2024 13:45:06 +0000 Subject: config.sh: Drop fixboot Anaconda scriptlet We should no longer need this because kiwi has been adjusted to delete this file before finalizing the image. --- diff --git a/config.sh b/config.sh index 7bc27d2..6e6ae76 100755 --- a/config.sh +++ b/config.sh @@ -182,19 +182,4 @@ fi # anaconda-live icon is not being found. sed -i "s/org.fedoraproject.AnacondaInstaller/anaconda/" /usr/share/applications/liveinst.desktop -# We are having problems with dracut not working -# Put in a anaconda post-script to fix it -cat > /usr/share/anaconda/post-scripts/85-fixboot.ks << FIXBOOT_EOF -%post - -echo "Fixing, and re-running dracut" - -/usr/bin/sed -i "s/dmsquash-live livenet //" /etc/dracut.conf.d/02-livecd.conf -/usr/bin/dracut -v --regenerate-all --force - -echo "initramfs now installed" - -%end -FIXBOOT_EOF - exit 0