Commit 3fcbed33 authored by Michael Shigorin's avatar Michael Shigorin

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...
parent d9a0d305
#!/bin/sh
# we don't really need the kernel in live root,
# it's been booted already
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