new custom startup
[wyse_ntpd.git] / 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