config: remove pve-apt.conf

Instead of marking all pve-kernel-.* packages as NeverAutoRemove we compile
a list of specific versions to keep.
This functionality is added in the proxmox-ve package (along with the config
for booting kernels with systemd-boot).
This commit is contained in:
Stoiko Ivanov 2019-06-27 20:27:58 +02:00 committed by Thomas Lamprecht
parent 7d1b353b09
commit 2e98db915d
2 changed files with 0 additions and 8 deletions

View File

@ -8,7 +8,6 @@ country.dat: country.pl
.PHONY: install
install: country.dat vzdump.conf pve-apt.conf pve-sources.list pve-initramfs.conf pve-blacklist.conf pve.logrotate
install -D -m 0644 pve.logrotate ${DESTDIR}/etc/logrotate.d/pve
install -D -m 0644 pve-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pveconf
install -D -m 0644 pve-sources.list ${DESTDIR}/etc/apt/sources.list.d/pve-enterprise.list
install -D -m 0644 pve-blacklist.conf ${DESTDIR}/etc/modprobe.d/pve-blacklist.conf
install -D -m 0644 vzdump.conf ${DESTDIR}/etc/vzdump.conf

View File

@ -1,7 +0,0 @@
APT
{
NeverAutoRemove
{
"^pve-kernel-.*";
};
}