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:
parent
7d1b353b09
commit
2e98db915d
@ -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
|
||||
|
@ -1,7 +0,0 @@
|
||||
APT
|
||||
{
|
||||
NeverAutoRemove
|
||||
{
|
||||
"^pve-kernel-.*";
|
||||
};
|
||||
}
|
Loading…
Reference in New Issue
Block a user