initial import
[wyse_ntpd.git] / src / buildroot-2013.05 / custom / filesystem / etc / init.d / S80custom_startup
1 #!/bin/sh
2
3
4 # create out gps0
5 ln -s /dev/ttyS0 /dev/gps0
6 mknod -m 0664 /dev/pps0 c 252 0
7 ln -s /dev/pps0 /dev/gpspps0
8
9 # mount the config file system
10 mount /dev/sda1 /fs > /dev/null
11
12 ln -s /fs/config /config