update copyright years
Signed-off-by: Thomas Lamprecht <[email protected]>
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
Copyright (C) 2015 Proxmox Server Solutions GmbH
|
Copyright (C) 2015 - 2021 Proxmox Server Solutions GmbH
|
||||||
|
|
||||||
This program is free software: you can redistribute it and/or modify
|
This program is free software: you can redistribute it and/or modify
|
||||||
it under the terms of the GNU Affero General Public License as published by
|
it under the terms of the GNU Affero General Public License as published by
|
||||||
|
|||||||
+12
-10
@@ -12,16 +12,18 @@ use IPC::Open3;
|
|||||||
use UUID;
|
use UUID;
|
||||||
use Cwd;
|
use Cwd;
|
||||||
my @BASE_PACKAGES = qw(base openssh vi nano);
|
my @BASE_PACKAGES = qw(base openssh vi nano);
|
||||||
my @BASE_EXCLUDES = qw(e2fsprogs
|
my @BASE_EXCLUDES = qw(
|
||||||
jfsutils
|
e2fsprogs
|
||||||
linux
|
jfsutils
|
||||||
linux-firmware
|
linux
|
||||||
lvm2
|
linux-firmware
|
||||||
mdadm
|
lvm2
|
||||||
netctl
|
mdadm
|
||||||
pcmciautils
|
netctl
|
||||||
reiserfsprogs
|
pcmciautils
|
||||||
xfsprogs);
|
reiserfsprogs
|
||||||
|
xfsprogs
|
||||||
|
);
|
||||||
|
|
||||||
my $PKGDIR = "/var/cache/pacman/pkg";
|
my $PKGDIR = "/var/cache/pacman/pkg";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user