fs

morpheus filesystem files
git clone git://git.2f30.org/fs
Log | Files | Refs

commit bf6d6a55198ea953076c3c6e87ac7b424ed0ec59
parent 89eb037ee26efbd8e42bc6eb15c84e3cc7fede6e
Author: Hiltjo Posthuma <hiltjo@codemadness.org>
Date:   Sat, 15 Mar 2014 17:25:48 +0100

rc.init: mount all filesystems

this is supported now in ubase mount.

Signed-off-by: Hiltjo Posthuma <hiltjo@codemadness.org>

Diffstat:
Mbin/rc.init | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/bin/rc.init b/bin/rc.init @@ -37,6 +37,9 @@ mount -o remount,rw / ln -sf /proc/mounts /etc/mtab +echo Mounting filesystems +mount -a + grep -q " verbose" /proc/cmdline && dmesg -n 8 || dmesg -n 3 echo Running smdev