update apt sources for Trixie based release and move to deb822 format
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
parent
c34bba80df
commit
a819411d72
4 changed files with 8 additions and 4 deletions
|
|
@ -6,9 +6,9 @@ country.dat: country.pl
|
|||
./country.pl > country.dat
|
||||
|
||||
.PHONY: install
|
||||
install: country.dat vzdump.conf pve-sources.list pve-initramfs.conf pve-blacklist.conf pve.logrotate
|
||||
install: country.dat vzdump.conf pve-sources.sources pve-initramfs.conf pve-blacklist.conf pve.logrotate
|
||||
install -D -m 0644 pve.logrotate $(DESTDIR)/etc/logrotate.d/pve
|
||||
install -D -m 0644 pve-sources.list $(DESTDIR)/etc/apt/sources.list.d/pve-enterprise.list
|
||||
install -D -m 0644 pve-sources.sources $(DESTDIR)/etc/apt/sources.list.d/pve-enterprise.sources
|
||||
install -D -m 0644 pve-blacklist.conf $(DESTDIR)/etc/modprobe.d/pve-blacklist.conf
|
||||
install -D -m 0644 vzdump.conf $(DESTDIR)/etc/vzdump.conf
|
||||
install -D -m 0644 pve-initramfs.conf $(DESTDIR)/etc/initramfs-tools/conf.d/pve-initramfs.conf
|
||||
|
|
|
|||
|
|
@ -1 +0,0 @@
|
|||
deb https://enterprise.proxmox.com/debian/pve bookworm pve-enterprise
|
||||
5
configs/pve-sources.sources
Normal file
5
configs/pve-sources.sources
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
Types: deb
|
||||
URIs: https://enterprise.proxmox.com/debian/pve
|
||||
Suites: trixie
|
||||
Components: pve-enterprise
|
||||
Signed-By: /usr/share/keyrings/proxmox-archive-keyring.gpg
|
||||
2
debian/lintian-overrides
vendored
2
debian/lintian-overrides
vendored
|
|
@ -3,5 +3,5 @@ pve-manager: no-manual-page [usr/bin/pvebanner]
|
|||
pve-manager: no-manual-page [usr/bin/pveupdate]
|
||||
pve-manager: non-standard-dir-perm 0700 != 0755 [var/log/pveproxy/]
|
||||
pve-manager: systemd-service-file-refers-to-unusual-wantedby-target getty.target [usr/lib/systemd/system/pvebanner.service]
|
||||
pve-manager: package-installs-apt-sources [etc/apt/sources.list.d/pve-enterprise.list]
|
||||
pve-manager: package-installs-apt-sources [etc/apt/sources.list.d/pve-enterprise.sources]
|
||||
pve-manager: privacy-breach-generic usr/share/pve-manager/touch/sencha-touch-all-debug.js *
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue