From 6e980b52fa3e9488c1d5ed32650eb9dea96c7437 Mon Sep 17 00:00:00 2001 From: Neal Gompa Date: Aug 25 2024 13:38:46 +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 28a132a..aae4244 100755 --- a/config.sh +++ b/config.sh @@ -97,21 +97,6 @@ fi if rpm --quiet --query anaconda-live; then # 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 fi exit 0