Unverified Commit dc3de872 by Christian Brauner Committed by GitHub

Merge pull request #1944 from dnegreira/lxc_spec_in_typo_fix

Fixed typo on lxc.spec.in
parents a122de39 e8202121
...@@ -185,7 +185,7 @@ then ...@@ -185,7 +185,7 @@ then
cat > @LXC_DISTRO_SYSCONF@/lxc-net <<EOF cat > @LXC_DISTRO_SYSCONF@/lxc-net <<EOF
# Leave USE_LXC_BRIDGE as "true" if you want to use lxcbr0 for your # Leave USE_LXC_BRIDGE as "true" if you want to use lxcbr0 for your
# containers. Set to "false" if you'll use virbr0 or another existing # containers. Set to "false" if you'll use virbr0 or another existing
# bridge, or mavlan to your host's NIC. # bridge, or macvlan to your host's NIC.
USE_LXC_BRIDGE="true" USE_LXC_BRIDGE="true"
# If you change the LXC_BRIDGE to something other than lxcbr0, then # If you change the LXC_BRIDGE to something other than lxcbr0, then
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment