mirror of
https://git.proxmox.com/git/pve-kernel-meta
synced 2026-03-28 23:19:06 +00:00
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>
13 lines
169 B
Makefile
13 lines
169 B
Makefile
SBINDIR=${DESTDIR}/usr/sbin
|
|
|
|
.PHONY: all
|
|
all:
|
|
|
|
install:
|
|
install -d ${SBINDIR}
|
|
install -m 0755 proxmox-boot-tool ${SBINDIR}/
|
|
|
|
.PHONY: clean distclean
|
|
distclean:
|
|
clean:
|