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:
parent
d9a0d305ee
commit
3fcbed3378
6
features.in/live/live/image-scripts.d/90-cleanup-boot
Executable file
6
features.in/live/live/image-scripts.d/90-cleanup-boot
Executable 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/*
|
||||
:
|
Loading…
Reference in New Issue
Block a user