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
fslist=$(get_mounts_list)
else
# Disabled until the new OpenRC is ready to go.
# Otherwise users will get /usr mounted RO, and it will NOT transition to
# RW correctly.
#fslist="/usr"
fslist=""
fslist="/usr"
fi
for fs in $fslist; do

Loading…
Cancel
Save