From: Robin H. Johnson Date: Sun, 8 Jan 2012 02:29:48 +0000 (+0000) Subject: Disable the /usr mount code until OpenRC section is ready, so that it goes to read... X-Git-Tag: v3.4.22.1~1 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=ae2a061ca74e33d0b1ecfc32c778d0b3f9970c12;p=genkernel.git Disable the /usr mount code until OpenRC section is ready, so that it goes to read-write properly. It was usable in systemd already... --- diff --git a/defaults/linuxrc b/defaults/linuxrc index 599c0d1..6bdaea1 100755 --- a/defaults/linuxrc +++ b/defaults/linuxrc @@ -702,10 +702,14 @@ else fi # Mount the additional things as required by udev & systemd -if [ ! -f ${NEW_ROOT}/etc/initramfs.mounts ]; then - fslist="/usr" -else +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="" fi for fs in $fslist; do