Add start scripts.

This commit is contained in:
jbnadal
2017-06-07 18:11:40 +02:00
parent 29b2e1be91
commit ce024c4282
3 changed files with 7 additions and 4 deletions

View File

@@ -1,5 +1,5 @@
# <file system> <mount pt> <type> <options> <dump> <pass>
/dev/root / ext2 rw,noauto 0 1
/dev/root / ext2 ro,noauto 0 1
proc /proc proc defaults 0 0
devpts /dev/pts devpts defaults,gid=5,mode=620 0 0
tmpfs /dev/shm tmpfs mode=0777 0 0

View File

@@ -5,7 +5,6 @@ START=10
STOP=97
boot() {
amixer cset numid=3 1
if [ -s `fw_printenv UUID 2> /dev/null` ];
then
/usr/sbin/fw_setenv UUID `cat /proc/sys/kernel/random/uuid`