Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
P
pve-manager
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Administrator
pve-manager
Commits
60d3dcce
Commit
60d3dcce
authored
Jul 25, 2013
by
Dietmar Maurer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
avoid apt autoremoval for pve-kernel packages
parent
305c5edf
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
0 deletions
+11
-0
Makefile
Makefile
+1
-0
changelog.Debian
debian/changelog.Debian
+2
-0
conffiles
debian/conffiles
+1
-0
pve-apt.conf
pve-apt.conf
+7
-0
No files found.
Makefile
View file @
60d3dcce
...
...
@@ -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
...
...
debian/changelog.Debian
View file @
60d3dcce
...
...
@@ -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
...
...
debian/conffiles
View file @
60d3dcce
...
...
@@ -9,3 +9,4 @@
/etc/vz/vznet.conf
/etc/vzdump.conf
/etc/logrotate.d/pve
/etc/apt/apt.conf.d/75pveconf
pve-apt.conf
0 → 100644
View file @
60d3dcce
APT
{
NeverAutoRemove
{
"^pve-kernel-.*"
;
};
}
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment