search for: a63eca9

Displaying 2 results from an estimated 2 matches for "a63eca9".

2015 Jul 23
2
[PATCH] appliance: exclude /usr/lib/firmware
Brings the size of the appliance down to 95 MB [xz-compressed], which is the same as for libguestfs 1.28. --- appliance/excludefiles.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appliance/excludefiles.in b/appliance/excludefiles.in index d3c66cc..a63eca9 100644 --- a/appliance/excludefiles.in +++ b/appliance/excludefiles.in @@ -22,6 +22,9 @@ dnl The right kernel modules are added back by supermin. -/boot/* -/lib/modules/* +dnl Firmware blobs should not be required by a virtual machine. +-/usr/lib/firmware/* + -/usr/lib/locale/* -/usr/share/cr...
2015 Jul 23
0
Re: [PATCH] appliance: exclude /usr/lib/firmware
...gt; Brings the size of the appliance down to 95 MB [xz-compressed], which > is the same as for libguestfs 1.28. > --- > appliance/excludefiles.in | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/appliance/excludefiles.in b/appliance/excludefiles.in > index d3c66cc..a63eca9 100644 > --- a/appliance/excludefiles.in > +++ b/appliance/excludefiles.in > @@ -22,6 +22,9 @@ dnl The right kernel modules are added back by supermin. > -/boot/* > -/lib/modules/* > > +dnl Firmware blobs should not be required by a virtual machine. > +-/usr/lib/firmware...