From 5a22857d265f654cd14aeeafc76f11500d7c8d38 Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Thu, 6 Sep 2012 15:29:45 -0700 Subject: [PATCH] Keep the dracut-lib.sh around for runtime (#851362) This will be used by the anaconda-generator systemd script. --- share/runtime-cleanup.tmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/share/runtime-cleanup.tmpl b/share/runtime-cleanup.tmpl index 3e980bbc..67146366 100644 --- a/share/runtime-cleanup.tmpl +++ b/share/runtime-cleanup.tmpl @@ -29,6 +29,7 @@ removefrom ${product.name}-logos /usr/share/plymouth/* ## In order to execute the /usr move on upgrades we need convertfs from dracut ## We also need dracut-shutdown.service and dracut-initramfs-restore to reboot removefrom dracut --allbut /usr/lib/dracut/modules.d/30convertfs/convertfs.sh \ + /usr/lib/dracut/modules.d/99base/dracut-lib.sh \ /usr/lib/systemd/* /usr/lib/dracut/dracut-initramfs-restore ## we don't run SELinux (not in enforcing, anyway) removepkg checkpolicy selinux-policy libselinux-utils