projects
/
genkernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b1ae7fa
)
Enable live mounting of /usr. Was supposed to have been in 3.4.25.
author
Robin H. Johnson
<robbat2@gentoo.org>
Mon, 12 Mar 2012 19:36:35 +0000
(12:36 -0700)
committer
Robin H. Johnson
<robbat2@gentoo.org>
Mon, 12 Mar 2012 19:36:35 +0000
(12:36 -0700)
defaults/linuxrc
patch
|
blob
|
history
diff --git
a/defaults/linuxrc
b/defaults/linuxrc
index 528f58d9f81cf63c1d0be33e9da33d83be5e5234..b883155a791f5117741e0291dddeaca025a17b3f 100755
(executable)
--- a/
defaults/linuxrc
+++ b/
defaults/linuxrc
@@
-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