|
|
@ -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
|
|
|
|