Commit 2562784e by gza Committed by Stéphane Graber

gentoo: fix typo, may break host init system

parent 8ac18377
...@@ -531,7 +531,7 @@ container_net() ...@@ -531,7 +531,7 @@ container_net()
# will fail to load # will fail to load
if [[ -z "${nic_managed}" ]]; then if [[ -z "${nic_managed}" ]]; then
#tell openrc that lxc already did the work #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 fi
#No NIC ? #No NIC ?
......
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