[pve-devel] [PATCH aab 2/5] exclude linux-firmware from installed packages
Stoiko Ivanov
s.ivanov at proxmox.com
Thu Apr 25 19:53:55 CEST 2019
This reduces a fresh containers' size by ~220M (170M for the gziped template)
and additionally prevents one spurious errormessage from
`systemd-tmpfiles --create` occuring during bootup and other invocations
(e.g. `pacman -S $package`)
Signed-off-by: Stoiko Ivanov <s.ivanov at proxmox.com>
---
PVE/AAB.pm | 1 +
1 file changed, 1 insertion(+)
diff --git a/PVE/AAB.pm b/PVE/AAB.pm
index 11cd62b..bfccf12 100644
--- a/PVE/AAB.pm
+++ b/PVE/AAB.pm
@@ -16,6 +16,7 @@ my @BASE_PACKAGES = qw(base openssh);
my @BASE_EXCLUDES = qw(e2fsprogs
jfsutils
linux
+ linux-firmware
lvm2
mdadm
netctl
--
2.11.0
More information about the pve-devel
mailing list