Enable live mounting of /usr. Was supposed to have been in 3.4.25.
authorRobin H. Johnson <robbat2@gentoo.org>
Mon, 12 Mar 2012 19:36:35 +0000 (12:36 -0700)
committerRobin H. Johnson <robbat2@gentoo.org>
Mon, 12 Mar 2012 19:36:35 +0000 (12:36 -0700)
defaults/linuxrc

index 528f58d9f81cf63c1d0be33e9da33d83be5e5234..b883155a791f5117741e0291dddeaca025a17b3f 100755 (executable)
@@ -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