From: gza Date: Sat, 25 Jan 2014 06:02:12 +0000 (+0100) Subject: gentoo: fix typo, may break host init system X-Git-Tag: lxc-1.0.0.beta4~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2562784e950b05f2e3036b1af8f7e7e3fe728da2;p=thirdparty%2Flxc.git gentoo: fix typo, may break host init system Signed-off-by: gza Acked-by: Stéphane Graber --- diff --git a/templates/lxc-gentoo.in b/templates/lxc-gentoo.in index 1404390a9..ae865ba5a 100644 --- a/templates/lxc-gentoo.in +++ b/templates/lxc-gentoo.in @@ -531,7 +531,7 @@ container_net() # will fail to load if [[ -z "${nic_managed}" ]]; then #tell openrc that lxc already did the work - echo 'rc_provide="net"' >> "$CACHE/etc/rc.conf" + echo 'rc_provide="net"' >> "${rootfs}/etc/rc.conf" fi #No NIC ?