From cfb04926dbf70e9e160bde2fe48afe2a5fa28aed Mon Sep 17 00:00:00 2001 From: David Lehman Date: Thu, 18 Aug 2011 09:57:02 -0500 Subject: [PATCH] Remove fedora-storage-init so it can't start raid/lvm. (#729640) --- share/ramdisk.ltmpl | 1 + 1 file changed, 1 insertion(+) diff --git a/share/ramdisk.ltmpl b/share/ramdisk.ltmpl index 99cbe33a..ee51ccee 100644 --- a/share/ramdisk.ltmpl +++ b/share/ramdisk.ltmpl @@ -843,6 +843,7 @@ remove "hwdata" "/usr/share/hwdata/oui.txt" remove "hwdata" "/usr/share/hwdata/pnp.ids" remove "hwdata" "/usr/share/hwdata/upgradelist" remove "initscripts" "/etc/ppp/*" +remove "initscripts" "/lib/systemd/fedora-storage-init" remove "initscripts" "/lib/systemd/system/fedora-readonly.service" remove "initscripts" "/lib/systemd/system/fedora-storage-init.service" remove "initscripts" "/lib/systemd/system/fedora-wait-storage.service"