fix live-install image

Removing /boot stuff from the live root was a nice idea
to spare some space except that live-install depends on it...
This commit is contained in:
Michael Shigorin 2012-03-28 21:46:29 +03:00
parent 5ff765275b
commit 50a0c66899

View File

@ -1,6 +1,6 @@
#!/bin/sh
# we don't really need the kernel in live root,
# it's been booted already
# it's been booted already (unless it's a live-install)
rm -f /boot/*
rpm -q live-install || rm -f /boot/*
: