Add start scripts.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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`
|
||||
|
||||
Reference in New Issue
Block a user