]> git.proxmox.com Git - pve-kernel-meta.git/commit
proxmox-boot-tool: rename from pve-efiboot-tool
authorStoiko Ivanov <s.ivanov@proxmox.com>
Fri, 23 Apr 2021 09:04:43 +0000 (11:04 +0200)
committerThomas Lamprecht <t.lamprecht@proxmox.com>
Fri, 23 Apr 2021 11:28:56 +0000 (13:28 +0200)
commitb3c980626d8ae7f89d08f2cc0408c3b58f6bc4d1
tree7a5eef4d205deabede7a13127589d361c1266c40
parentf41600a3a66f6a3a821bf77f4bbd105dc42ac214
proxmox-boot-tool: rename from pve-efiboot-tool

We will be using the mechanics also for ZFS systems booting with BIOS
legacy boot, and the tool is used also in PMG and PBS.

A symlink is kept in place for compatibility reasons

The hook scripts are marked as conffiles (as all files in /etc) and
are handled by dpkg-maintscript-helper(1) via dh_installdeb(1)

Signed-off-by: Stoiko Ivanov <s.ivanov@proxmox.com>
17 files changed:
Makefile
bin/Makefile
bin/proxmox-boot-tool [new file with mode: 0755]
bin/pve-efiboot-tool [deleted file]
debian/pve-kernel-helper.install
debian/pve-kernel-helper.links [new file with mode: 0644]
debian/pve-kernel-helper.maintscript [new file with mode: 0644]
efiboot/Makefile [deleted file]
efiboot/functions [deleted file]
efiboot/pve-auto-removal [deleted file]
efiboot/pve-efiboot-sync [deleted file]
efiboot/zz-pve-efiboot [deleted file]
proxmox-boot/Makefile [new file with mode: 0644]
proxmox-boot/functions [new file with mode: 0755]
proxmox-boot/proxmox-auto-removal [new file with mode: 0755]
proxmox-boot/proxmox-boot-sync [new file with mode: 0644]
proxmox-boot/zz-proxmox-boot [new file with mode: 0755]