From 0a6ec2ace9914a901ea6241aa2334bb75b6f0800 Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Thu, 9 Feb 2012 11:49:01 +0000 Subject: Use individual mount commands, mount -a did not appear to work --- rcS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/rcS b/rcS index 7e06844..492e105 100644 --- a/rcS +++ b/rcS @@ -1,2 +1,3 @@ #!/bin/sh -mount -a #mount everything in fstab +mount /proc +mount /sys -- cgit v1.2.1