Initialize Git Repository: 'Raspberry-Pi-Image-Tool'
Raspberry Pi Image Tool / Raspberry Pi Image Tool (arm64, cicd.trixie, trixie noble, main) (push) Successful in 12s

This commit is contained in:
Cantibra
2026-05-04 21:21:59 +02:00
commit 2512b9511f
9 changed files with 1756 additions and 0 deletions
+11
View File
@@ -0,0 +1,11 @@
Package: raspi-image
Version:
Architecture:
Installed-Size:
Depends: dosfstools, fdisk, findutils, openssl, wget, xz-utils
Suggests: systemd-repart
Priority: optional
Section: misc
Homepage: http://www.privlab.it
Maintainer: PrivLab <repository@privlab.it>
Description: Raspberry Pi Image Tool
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/sh
set -e
set -u
case "${1}" in
configure)
/usr/bin/install --directory --mode='750' '/var/lib/raspi-templates'
;;
esac
+10
View File
@@ -0,0 +1,10 @@
#!/usr/bin/sh
set -e
set -u
case "${1}" in
purge)
/usr/bin/rm --force --recursive '/var/lib/raspi-templates'
;;
esac
File diff suppressed because it is too large Load Diff