diff options
author | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-13 11:16:43 +0100 |
---|---|---|
committer | Richard Jones <rjones@trick.home.annexia.org> | 2009-06-13 11:16:43 +0100 |
commit | 3ed322c7c8f1b7342af095ba6a8fb60a8e9a076b (patch) | |
tree | 8b78e19a4895b84974f039119f06949f68a47594 /appliance | |
parent | 812a2d57a8b847247796da2cd79a73aa1ab16b66 (diff) | |
download | libguestfs-3ed322c7c8f1b7342af095ba6a8fb60a8e9a076b.tar.gz libguestfs-3ed322c7c8f1b7342af095ba6a8fb60a8e9a076b.tar.xz libguestfs-3ed322c7c8f1b7342af095ba6a8fb60a8e9a076b.zip |
Remove /lib/kbd (keyboard maps) from the appliance.
Diffstat (limited to 'appliance')
-rwxr-xr-x | appliance/make.sh.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/appliance/make.sh.in b/appliance/make.sh.in index fc42d7e7..9c52830b 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 \ |