From 3689019df359d0954ba8799e2ee4a04f7794a881 Mon Sep 17 00:00:00 2001 From: "Jeroen van Meeuwen (Fedora Unity)" Date: Sat, 2 Jan 2010 15:02:43 +0100 Subject: [PATCH] There is no /boot/initrd* anymore to remove, so instead remove /boot/initram* (#551094) --- fedora-live-base.ks | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fedora-live-base.ks b/fedora-live-base.ks index 0c4e5f6..16347c7 100644 --- a/fedora-live-base.ks +++ b/fedora-live-base.ks @@ -395,7 +395,7 @@ rpm -qa /usr/sbin/makewhatis -w # save a little bit of space at least... -rm -f /boot/initrd* +rm -f /boot/initramfs* # make sure there aren't core files lying around rm -f /core*