Enable live mounting of /usr. Was supposed to have been in 3.4.25.

cleanup-cruft
Robin H. Johnson 13 years ago
parent b1ae7fa765
commit 277259282e

@ -771,11 +771,7 @@ fi
if [ -f ${NEW_ROOT}/etc/initramfs.mounts ]; then if [ -f ${NEW_ROOT}/etc/initramfs.mounts ]; then
fslist=$(get_mounts_list) fslist=$(get_mounts_list)
else else
# Disabled until the new OpenRC is ready to go. fslist="/usr"
# Otherwise users will get /usr mounted RO, and it will NOT transition to
# RW correctly.
#fslist="/usr"
fslist=""
fi fi
for fs in $fslist; do for fs in $fslist; do

Loading…
Cancel
Save