mirror of
git://github.com/lxc/lxc
synced 2025-08-31 15:19:26 +00:00
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:
@@ -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 ?
|
||||
|
Reference in New Issue
Block a user