gentoo: fix typo, may break host init system

Signed-off-by: gza <github.guillaume@zitta.fr>
Acked-by: Stéphane Graber <stgraber@ubuntu.com>
This commit is contained in:
gza 2014-01-25 07:02:12 +01:00 committed by Stéphane Graber
parent 8ac1837774
commit 2562784e95

View File

@ -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 ?