Commit 60d3dcce authored by Dietmar Maurer's avatar Dietmar Maurer

avoid apt autoremoval for pve-kernel packages

parent 305c5edf
......@@ -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
......
......@@ -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
......
......@@ -9,3 +9,4 @@
/etc/vz/vznet.conf
/etc/vzdump.conf
/etc/logrotate.d/pve
/etc/apt/apt.conf.d/75pveconf
APT
{
NeverAutoRemove
{
"^pve-kernel-.*";
};
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment