Skip to content

Commit

Permalink
Additional fix for new openrcs
Browse files Browse the repository at this point in the history
  • Loading branch information
globalcitizen committed Jan 3, 2014
1 parent 942c81f commit 6be31ee
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions lxc-gentoo
Expand Up @@ -350,6 +350,9 @@ write_distro_init_fixes()
if [ "${IPV4}" != "dhcp" ]; then
echo 'rc_provide="net"' >> "$ROOTFS/etc/rc.conf"
fi
# fix boot-time errors on openrc 0.12.4 related to mount permissions
# (~jan 2014)
rm "$ROOTFS/etc/runlevels/boot/bootmisc"
}

################################################################################
Expand Down

0 comments on commit 6be31ee

Please sign in to comment.