From 2562784e950b05f2e3036b1af8f7e7e3fe728da2 Mon Sep 17 00:00:00 2001 From: gza Date: Sat, 25 Jan 2014 07:02:12 +0100 Subject: [PATCH] gentoo: fix typo, may break host init system MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: gza Acked-by: Stéphane Graber --- templates/lxc-gentoo.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ?