avoid apt autoremoval for pve-kernel packages
This commit is contained in:
parent
305c5edf2f
commit
60d3dcced9
1
Makefile
1
Makefile
@ -82,6 +82,7 @@ install: country.dat vznet.conf vzdump.conf vzdump-hook-script.pl
|
||||
install -d ${DESTDIR}/var/lib/vz/template/cache
|
||||
install -d ${DESTDIR}/var/lib/vz/template/iso
|
||||
install -d ${DESTDIR}/var/lib/vz/template/qemu
|
||||
install -D -m 0644 pve-apt.conf ${DESTDIR}/etc/apt/apt.conf.d/75pveconf
|
||||
install -D -m 0644 vzdump.conf ${DESTDIR}/etc/vzdump.conf
|
||||
install -D -m 0755 vznet.conf ${DESTDIR}/etc/vz/vznet.conf
|
||||
install -m 0644 vzdump-hook-script.pl ${DOCDIR}/examples/vzdump-hook-script.pl
|
||||
|
2
debian/changelog.Debian
vendored
2
debian/changelog.Debian
vendored
@ -3,6 +3,8 @@ pve-manager (3.0-36) unstable; urgency=low
|
||||
* fix proxy loop assertion for spiceproxy
|
||||
|
||||
* pveproxy: use same cipher list as debian apache ssl.conf
|
||||
|
||||
* avoid apt autoremoval for pve-kernel packages
|
||||
|
||||
-- Proxmox Support Team <support@proxmox.com> Wed, 24 Jul 2013 12:43:38 +0200
|
||||
|
||||
|
1
debian/conffiles
vendored
1
debian/conffiles
vendored
@ -9,3 +9,4 @@
|
||||
/etc/vz/vznet.conf
|
||||
/etc/vzdump.conf
|
||||
/etc/logrotate.d/pve
|
||||
/etc/apt/apt.conf.d/75pveconf
|
||||
|
7
pve-apt.conf
Normal file
7
pve-apt.conf
Normal file
@ -0,0 +1,7 @@
|
||||
APT
|
||||
{
|
||||
NeverAutoRemove
|
||||
{
|
||||
"^pve-kernel-.*";
|
||||
};
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user