Remove /lib/kbd (keyboard maps) from the appliance.

This commit is contained in:
Richard Jones
2009-06-13 11:16:43 +01:00
parent 812a2d57a8
commit 3ed322c7c8

View File

@@ -77,6 +77,9 @@ rm -f $koutput
# Don't need any firmware.
@FEBOOTSTRAP_RUN@ initramfs -- rm -rf /lib/firmware
# Don't need any keyboard maps.
@FEBOOTSTRAP_RUN@ initramfs -- rm -rf /lib/kbd
# Modules take up nearly half of the image. It's a rough guess that
# we don't need many drivers (which take up most of the space).
(cd initramfs && find lib/modules/*/kernel \