]> git.proxmox.com Git - proxmox-backup-restore-image.git/commit
update/rework packaging and buildsys
authorThomas Lamprecht <t.lamprecht@proxmox.com>
Thu, 18 Feb 2021 16:16:47 +0000 (17:16 +0100)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Mon, 15 Mar 2021 18:24:27 +0000 (19:24 +0100)
commit275f3083a8f27f13a231b69d21aa04c264d78f66
tree4c99a7fefd4f333689fdb7826eb5b2427f7a0842
parentdaadddc23abd81d61b74610e8e3805b38e33139e
update/rework packaging and buildsys

try to split packaging from build and lots of such stuff

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
26 files changed:
.gitmodules
Makefile
build_initramfs.sh [deleted file]
config-base [deleted file]
debian/changelog
debian/control
debian/copyright
debian/install
debian/rules
debian/triggers
init-shim-rs/Cargo.lock [deleted file]
init-shim-rs/Cargo.toml [deleted file]
init-shim-rs/src/main.rs [deleted file]
patches/kernel/0001-OVERRIDE-do-not-build-xr-usb-serial.patch [deleted file]
patches/kernel/0002-FIXUP-syntax-error-in-Ubuntu-Sauce.patch [deleted file]
src/build_initramfs.sh [new file with mode: 0755]
src/config-base [new file with mode: 0644]
src/init-shim-rs/Cargo.lock [new file with mode: 0644]
src/init-shim-rs/Cargo.toml [new file with mode: 0644]
src/init-shim-rs/src/main.rs [new file with mode: 0644]
src/patches/kernel/0001-OVERRIDE-do-not-build-xr-usb-serial.patch [new file with mode: 0644]
src/patches/kernel/0002-FIXUP-syntax-error-in-Ubuntu-Sauce.patch [new file with mode: 0644]
src/submodules/ubuntu-hirsute [new submodule]
src/submodules/zfsonlinux [new submodule]
submodules/ubuntu-hirsute [deleted submodule]
submodules/zfsonlinux [deleted submodule]