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:
Stoiko Ivanov 2019-04-25 19:53:55 +02:00 committed by Thomas Lamprecht
parent dfb4fbaa14
commit 60dbf75e0c
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@ my @BASE_PACKAGES = qw(base openssh);
my @BASE_EXCLUDES = qw(e2fsprogs
jfsutils
linux
linux-firmware
lvm2
mdadm
netctl