]> git.proxmox.com Git - aab.git/commitdiff
exclude linux-firmware from installed packages
authorStoiko Ivanov <s.ivanov@proxmox.com>
Thu, 25 Apr 2019 17:53:55 +0000 (19:53 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 26 Apr 2019 08:17:03 +0000 (08:17 +0000)
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>
PVE/AAB.pm

index 11cd62b6a36a74e9cd5dfea96381bfe915a4e2a4..bfccf1277b25ffc4b8102cdc8599d983c6c4edf1 100644 (file)
@@ -16,6 +16,7 @@ my @BASE_PACKAGES = qw(base openssh);
 my @BASE_EXCLUDES = qw(e2fsprogs
                        jfsutils
                        linux
+                       linux-firmware
                        lvm2
                        mdadm
                        netctl