new custom startup
authorPaul J R <me@pjr.cc>
Sat, 24 Aug 2013 04:42:05 +0000 (14:42 +1000)
committerPaul J R <me@pjr.cc>
Sat, 24 Aug 2013 04:42:05 +0000 (14:42 +1000)
src/buildroot-2013.05/custom/filesystem/etc/init.d/S80custom_startup

index 2eb01eb..895608c 100755 (executable)
@@ -7,6 +7,7 @@ mknod -m 0664 /dev/pps0 c 252 0
 ln -s /dev/pps0 /dev/gpspps0
 
 # mount the config file system
-mount /dev/sda1 /fs > /dev/null
+mkdir /fs > /dev/null 2>&1
+mount /dev/sda1 /fs > /dev/null 2>&1
 
 ln -s /fs/config /config