mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-05 06:19:25 +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:
parent
8ac1837774
commit
2562784e95
@ -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 ?
|
||||
|
Loading…
Reference in New Issue
Block a user