mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-12-21 05:32:43 +00:00
Patch moves etc/* contents into doc/examples/ and adds
--disable-examples configure switch which may be used not to install
examples. Default is to install them into ${docdir}/examples (commonly:
/usr/share/doc/lxc/examples)
Signed-off-by: Andrian Nord <NightNord@gmail.com>
Signed-off-by: Daniel Lezcano <dlezcano@fr.ibm.com>
5 lines
122 B
Plaintext
5 lines
122 B
Plaintext
# Container with new network withtout network devices
|
|
lxc.utsname = omega
|
|
lxc.network.type = empty
|
|
lxc.network.flags = up
|