Commit 50a0c668 authored by Michael Shigorin's avatar Michael Shigorin

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...
parent 5ff76527
#!/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/*
:
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment