git.annexia.org
/
libguestfs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
812a2d5
)
Remove /lib/kbd (keyboard maps) from the appliance.
author
Richard Jones
<rjones@trick.home.annexia.org>
Sat, 13 Jun 2009 10:16:43 +0000
(11:16 +0100)
committer
Richard Jones
<rjones@trick.home.annexia.org>
Sat, 13 Jun 2009 10:16:43 +0000
(11:16 +0100)
appliance/make.sh.in
patch
|
blob
|
history
diff --git
a/appliance/make.sh.in
b/appliance/make.sh.in
index
fc42d7e
..
9c52830
100755
(executable)
--- 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 \