exclude linux-firmware from installed packages
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@proxmox.com>
This commit is contained in:
parent
dfb4fbaa14
commit
60dbf75e0c
|
@ -16,6 +16,7 @@ my @BASE_PACKAGES = qw(base openssh);
|
||||||
my @BASE_EXCLUDES = qw(e2fsprogs
|
my @BASE_EXCLUDES = qw(e2fsprogs
|
||||||
jfsutils
|
jfsutils
|
||||||
linux
|
linux
|
||||||
|
linux-firmware
|
||||||
lvm2
|
lvm2
|
||||||
mdadm
|
mdadm
|
||||||
netctl
|
netctl
|
||||||
|
|
Loading…
Reference in New Issue