mnt: remount all filesystems
authorWiktor Garbacz <wiktorg@google.com>
Tue, 24 Jul 2018 14:30:31 +0000 (16:30 +0200)
committerWiktor Garbacz <wiktorg@google.com>
Tue, 24 Jul 2018 14:30:31 +0000 (16:30 +0200)
commitc23d02e5f3b1453ebc68e56750514a0ce1aefa79
treef18f5927fc75ed832923ae6c02b83666b3b8702e
parent1923d6af046bc7d429b6a8278ff62c9ac4da9523
mnt: remount all filesystems

Explicitly specifying RW "/" mount in config did not yield desired
result.
The reason was a default RO "/" tmpfs is prepended to mountpoint
list. All filesystems are initially mounted RW to be able to create
directories for mountpoints. Read only filesystems were remounted
during a 2nd pass, effectively overriding RW flag of fs mounted
over them.

Fixes #88
mnt.cc