features.in/live: added 90-cleanup-boot script

Spotted /boot/vmlinuz* in a live environment,
and wondered why waste a few megs of potentially
precious space...
This commit is contained in:
Michael Shigorin 2012-01-18 22:54:23 +02:00
parent d9a0d305ee
commit 3fcbed3378

View File

@ -0,0 +1,6 @@
#!/bin/sh
# we don't really need the kernel in live root,
# it's been booted already
rm -f /boot/*
: