mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-15 12:06:12 +00:00
Add distro config file /etc/lxc/lxc.conf
[PATCH] Clean the lxc.conf file Signed-off-by: Dwight Engen <dwight.engen@oracle.com> Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
This commit is contained in:
parent
6f75ba0bda
commit
f0e592fc66
@ -7,5 +7,9 @@ EXTRA_DIST = lxc.conf.ubuntu lxc.conf.libvirt lxc.conf.unknown
|
||||
lxc.conf:
|
||||
cp $(conffile) $@
|
||||
|
||||
clean:
|
||||
@$(RM) -f lxc.conf
|
||||
|
||||
distclean:
|
||||
@$(RM) -f lxc.conf
|
||||
@$(RM) -f compile config.guess config.sub depcomp install-sh ltmain.sh missing Makefile.in Makefile
|
||||
|
Loading…
Reference in New Issue
Block a user