From 3ed322c7c8f1b7342af095ba6a8fb60a8e9a076b Mon Sep 17 00:00:00 2001 From: Richard Jones Date: Sat, 13 Jun 2009 11:16:43 +0100 Subject: [PATCH] Remove /lib/kbd (keyboard maps) from the appliance. --- appliance/make.sh.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appliance/make.sh.in b/appliance/make.sh.in index fc42d7e..9c52830 100755 --- a/appliance/make.sh.in +++ b/appliance/make.sh.in @@ -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 \ -- 1.8.3.1