aboutsummaryrefslogtreecommitdiff
path: root/config.sh
diff options
from:
to:
context:
space:
mode:
authorGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-08-25 08:24:46 -0400
committerGravatar Neal Gompa <ngompa@fedoraproject.org> 2024-08-25 08:24:46 -0400
commit6c69287ea5178c79210613769b1b46f8429d9e1a (patch)
treedd4ebefc4631e710f47c22e0be18218c2f242a7d /config.sh
parent56ecbf971e6f51d957b4b2fe886dabf1c145c8bc (diff)
downloadkiwi-descriptions-6c69287ea5178c79210613769b1b46f8429d9e1a.tar.gz
kiwi-descriptions-6c69287ea5178c79210613769b1b46f8429d9e1a.zip
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.
Diffstat (limited to 'config.sh')
-rwxr-xr-xconfig.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/config.sh b/config.sh
index f083139..0f090d5 100755
--- a/config.sh
+++ b/config.sh
@@ -93,20 +93,6 @@ if [[ "$kiwi_profiles" == *"Live"* ]]; then
if [[ "$kiwi_profiles" == *"Xfce"* ]]; then
echo 'livesys_session="xfce"' > /etc/sysconfig/livesys
fi
-# We are having problems with dracut not working on Live installs
-# 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
#======================================