mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-07-24 16:54:30 +00:00
10 lines
143 B
Makefile
10 lines
143 B
Makefile
hooksdir=@LXCHOOKDIR@
|
|
|
|
hooks_SCRIPTS = \
|
|
clonehostname \
|
|
mountcgroups \
|
|
mountecryptfsroot \
|
|
ubuntu-cloud-prep
|
|
|
|
EXTRA_DIST=$(hooks_SCRIPTS)
|