mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-12 09:34:46 +00:00
do not use /etc/pve (use standard lxc directory instead)
This commit is contained in:
parent
b997b56dab
commit
bedae2e42a
4
debian/patches/series
vendored
4
debian/patches/series
vendored
@ -2,9 +2,9 @@ fix-systemd-service-depends.patch
|
|||||||
#fix-default-lxc-config.patch
|
#fix-default-lxc-config.patch
|
||||||
remove-systemd-delegate-flag.patch
|
remove-systemd-delegate-flag.patch
|
||||||
include-linux-sched.patch
|
include-linux-sched.patch
|
||||||
do-dot-call-chown_mapped_root-on-etc-pve.patch
|
#do-dot-call-chown_mapped_root-on-etc-pve.patch
|
||||||
use-var-lib-vz-as-default-dir.patch
|
use-var-lib-vz-as-default-dir.patch
|
||||||
do-not-use-config-path-for-rootfs.patch
|
#do-not-use-config-path-for-rootfs.patch
|
||||||
run-lxcnetaddbr.patch
|
run-lxcnetaddbr.patch
|
||||||
0001-seccomp-simplify-and-fix-rule-parsing.patch
|
0001-seccomp-simplify-and-fix-rule-parsing.patch
|
||||||
0001-pass-on-reboot-flag-and-delete-old-veth-on-reboot.patch
|
0001-pass-on-reboot-flag-and-delete-old-veth-on-reboot.patch
|
||||||
|
5
debian/rules
vendored
5
debian/rules
vendored
@ -14,7 +14,6 @@ override_dh_auto_configure:
|
|||||||
dh_auto_configure -- \
|
dh_auto_configure -- \
|
||||||
--with-distro=debian \
|
--with-distro=debian \
|
||||||
--with-init-script=systemd \
|
--with-init-script=systemd \
|
||||||
--with-config-path=/etc/pve/lxc \
|
|
||||||
--enable-apparmor \
|
--enable-apparmor \
|
||||||
--enable-doc \
|
--enable-doc \
|
||||||
--enable-api-docs \
|
--enable-api-docs \
|
||||||
@ -34,10 +33,6 @@ override_dh_strip:
|
|||||||
override_dh_install:
|
override_dh_install:
|
||||||
dh_apparmor -p lxc-pve --profile-name=usr.bin.lxc-start
|
dh_apparmor -p lxc-pve --profile-name=usr.bin.lxc-start
|
||||||
|
|
||||||
# do not include dirs on /etc/pve
|
|
||||||
rmdir $(CURDIR)/debian/tmp/etc/pve/lxc
|
|
||||||
rmdir $(CURDIR)/debian/tmp/etc/pve
|
|
||||||
|
|
||||||
dh_install --fail-missing
|
dh_install --fail-missing
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user