Displaying 4 results from an estimated 4 matches for "d3c66cc".
Did you mean:
3366cc
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...
2015 Jul 23
1
[PATCH] appliance: exclude /usr/share/fonts and /usr/share/icons.
...e goes down to 119MB.
See also:
https://rwmj.wordpress.com/2015/07/23/why-has-the-libguestfs-appliance-grown-by-118-mb/
---
appliance/excludefiles.in | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/appliance/excludefiles.in b/appliance/excludefiles.in
index 1564386..d3c66cc 100644
--- a/appliance/excludefiles.in
+++ b/appliance/excludefiles.in
@@ -23,13 +23,15 @@ dnl The right kernel modules are added back by supermin.
-/lib/modules/*
-/usr/lib/locale/*
--/usr/share/locale/*
--/usr/share/man/*
+-/usr/share/cracklib/*
-/usr/share/doc/*
--/usr/share/info/*
+-/usr/s...
2015 Jul 23
1
[PATCH v2] appliance: exclude /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 | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/appliance/excludefiles.in b/appliance/excludefiles.in
index d3c66cc..574c828 100644
--- a/appliance/excludefiles.in
+++ b/appliance/excludefiles.in
@@ -22,6 +22,11 @@ dnl The right kernel modules are added back by supermin.
-/boot/*
-/lib/modules/*
+dnl Firmware blobs should not be required by a virtual machine.
+dnl Because of UsrMove nonsense, we need to list...
2015 Jul 23
0
Re: [PATCH] appliance: exclude /usr/lib/firmware
...wrote:
> 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...