mirror of
https://github.com/jiangcuo/proxmox-backup-restore-image.git
synced 2025-09-13 13:22:33 +00:00
Compare commits
2 Commits
53bafb5e10
...
f784de75a7
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f784de75a7 | ||
![]() |
146ddc7981 |
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
proxmox-backup-restore-image (0.6.1+port3) bookworm; urgency=medium
|
||||
|
||||
* bump version to 0.6.1+port3
|
||||
|
||||
-- Jiangcuo <jiangcuo@lierfang.com> Sun, 02 Feb 2025 20:31:14 +0800
|
||||
|
||||
proxmox-backup-restore-image (0.6.1+port2) bookworm; urgency=medium
|
||||
|
||||
* fix submodule path
|
||||
|
2
debian/control
vendored
2
debian/control
vendored
@ -1,7 +1,7 @@
|
||||
Source: proxmox-backup-restore-image
|
||||
Section: admin
|
||||
Priority: optional
|
||||
Maintainer: Proxmox Support Team <support@proxmox.com>
|
||||
Maintainer: Jiangcuo <jiangcuo@lierfang.com>
|
||||
Build-Depends: apt-rdepends,
|
||||
asciidoc-base,
|
||||
automake,
|
||||
|
@ -28,7 +28,7 @@ endif
|
||||
|
||||
ifeq ($(ARCH),loong64)
|
||||
KERNEL_DIR := loongarch
|
||||
KERNEL_IMG := vmlinuz
|
||||
KERNEL_IMG := vmlinux.bin
|
||||
endif
|
||||
|
||||
ifeq ($(ARCH),riscv64)
|
||||
|
@ -347,7 +347,7 @@ CONFIG_CPU_HAS_LSX=y
|
||||
CONFIG_CPU_HAS_LASX=y
|
||||
CONFIG_CPU_HAS_LBT=y
|
||||
CONFIG_CPU_HAS_PREFETCH=y
|
||||
CONFIG_PARAVIRT=y
|
||||
CONFIG_PARAVIRT=n
|
||||
CONFIG_ARCH_SUPPORTS_KEXEC=y
|
||||
CONFIG_ARCH_SUPPORTS_CRASH_DUMP=y
|
||||
CONFIG_ARCH_SELECTS_CRASH_DUMP=y
|
||||
|
Loading…
Reference in New Issue
Block a user