apply "ro" and "rw" options from cmdline to / mount
authorAmadeusz Żołnowski <aidecoe@aidecoe.name>
Thu, 26 Jul 2012 13:05:26 +0000 (15:05 +0200)
committerHarald Hoyer <harald@redhat.com>
Thu, 26 Jul 2012 14:35:13 +0000 (16:35 +0200)
commit79148c2945e4799796b24cadf1769e413841f768
tree9b355da1a0be89be3f0b4bccf4dd0de677b3a09f
parent5767201eaf7d2265066d17cd5b97691cbb191e3b
apply "ro" and "rw" options from cmdline to / mount

rflags is no longer guaranteed to be non empty.  / is mounted according
to rootflags parameter but forced ro at first.  Later it is remounted
according to /etc/fstab + rootflags parameter and "ro"/"rw".  If
parameters are still the same as for first mount, / isn't remounted.

Conflicts:

    modules.d/95rootfs-block/mount-root.sh
    modules.d/99base/parse-root-opts.sh
modules.d/95rootfs-block/mount-root.sh
modules.d/99base/parse-root-opts.sh