Update start script.

This commit is contained in:
jbnadal
2017-06-06 17:27:01 +02:00
parent 0dc6d9fe0b
commit a07e7f5816
7 changed files with 8 additions and 4 deletions

View File

@@ -1,9 +0,0 @@
# <file system> <mount pt> <type> <options> <dump> <pass>
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
tmpfs /tmp tmpfs mode=1777 0 0
tmpfs /run tmpfs mode=0755,nosuid,nodev 0 0
sysfs /sys sysfs defaults 0 0
/dev/mmcblk0p1 /boot vfat defaults 0 0
/dev/mmcblk0p2 /mnt/user vfat defaults 0 2

View File

@@ -10,4 +10,7 @@ boot() {
/bin/mkdir -p /dev/pts
/bin/mkdir -p /dev/shm
/bin/mount -a
/bin/mkdir -p /mnt/user/etc
/bin/mkdir -p /mnt/user/work
/bin/mount none -t overlay -o lowerdir=/etc,upperdir=/mnt/user/etc,workdir=/mnt/user/work /etc
}

View File

@@ -2,7 +2,7 @@
#
# netifd
START=20
START=21
STOP=90
NAME=netifd

View File

@@ -0,0 +1 @@
../init.d/netifd

View File

@@ -1 +0,0 @@
../init.d/network

View File

@@ -1 +0,0 @@
../init.d/network

View File

@@ -0,0 +1 @@
../init.d/netifd