You've already forked Raspberry-Pi-Proxmox-Image
Initialize Git Repository: 'Raspberry-Pi-Proxmox-Image'
All checks were successful
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Linux Sources (push) Successful in 1h32m8s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Image (Meta Package) (push) Successful in 40s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Headers (Meta Package) (push) Successful in 13s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Image (push) Successful in 42s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Headers (push) Successful in 22s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Linux Sources (push) Successful in 1h31m15s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Image (Meta Package) (push) Successful in 14s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Headers (Meta Package) (push) Successful in 14s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Image (push) Successful in 47s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Headers (push) Successful in 33s
All checks were successful
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Linux Sources (push) Successful in 1h32m8s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Image (Meta Package) (push) Successful in 40s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Headers (Meta Package) (push) Successful in 13s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Image (push) Successful in 42s
Raspberry Pi Proxmox Image (Bookworm) / Raspberry Pi Proxmox Headers (push) Successful in 22s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Linux Sources (push) Successful in 1h31m15s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Image (Meta Package) (push) Successful in 14s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Headers (Meta Package) (push) Successful in 14s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Image (push) Successful in 47s
Raspberry Pi Proxmox Image (Trixie) / Raspberry Pi Proxmox Headers (push) Successful in 33s
This commit is contained in:
12
proxmox-image-rpi-v8/DEBIAN/control
Normal file
12
proxmox-image-rpi-v8/DEBIAN/control
Normal file
@@ -0,0 +1,12 @@
|
||||
Package: proxmox-image-rpi-v8
|
||||
Version: x.x.x
|
||||
Architecture: arm64
|
||||
Installed-Size:
|
||||
Depends: proxmox-image-x.x.x+rpt-rpi-v8
|
||||
Provides: linux-latest-modules-x.x.x+rpt-rpi-v8, wireguard-modules
|
||||
Conflicts: linux-image-rpi-v8
|
||||
Priority: optional
|
||||
Section: kernel
|
||||
Homepage: http://www.privlab.it
|
||||
Maintainer: PrivLab <repository@privlab.it>
|
||||
Description: Proxmox for Raspberry Pi v8 (meta-package)
|
||||
16
proxmox-image-rpi-v8/etc/kernel/postinst.d/dkms-zfs
Normal file
16
proxmox-image-rpi-v8/etc/kernel/postinst.d/dkms-zfs
Normal file
@@ -0,0 +1,16 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
set -e
|
||||
set -u
|
||||
|
||||
VERSION=$(/usr/bin/zfs version | \
|
||||
/usr/bin/grep --perl-regexp --only-matching '\d+\.\d+\.\d+' | \
|
||||
/usr/bin/head --lines='1')
|
||||
|
||||
if [ -z "${VERSION}" ]; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ -f '/usr/lib/dkms/common.postinst' ]; then
|
||||
/usr/lib/dkms/common.postinst 'zfs' "${VERSION}"
|
||||
fi
|
||||
Reference in New Issue
Block a user