forked from srbala/fedora-kickstarts
There is no /boot/initrd* anymore to remove, so instead remove /boot/initram* (#551094)
This commit is contained in:
parent
c3ace496a6
commit
3689019df3
@ -395,7 +395,7 @@ rpm -qa
|
|||||||
/usr/sbin/makewhatis -w
|
/usr/sbin/makewhatis -w
|
||||||
|
|
||||||
# save a little bit of space at least...
|
# 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
|
# make sure there aren't core files lying around
|
||||||
rm -f /core*
|
rm -f /core*
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user