parent
342e1e04c2
commit
6186ae3d8d
|
@ -6,8 +6,8 @@
|
||||||
start() {
|
start() {
|
||||||
printf "Starting wifi_deamon....: "
|
printf "Starting wifi_deamon....: "
|
||||||
wifi_daemon
|
wifi_daemon
|
||||||
sleep 0.2
|
# sleep 0.2
|
||||||
wifi -o sta
|
# wifi -o sta
|
||||||
#wifi -a enable
|
#wifi -a enable
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -14,14 +14,14 @@
|
||||||
# process == program to run
|
# process == program to run
|
||||||
|
|
||||||
# Startup the system
|
# Startup the system
|
||||||
::sysinit:/etc/preinit
|
# ::sysinit:/etc/preinit
|
||||||
::sysinit:/bin/mount -t proc proc /proc
|
# ::sysinit:/bin/mount -t proc proc /proc
|
||||||
::sysinit:/bin/mount -t tmpfs tmpfs /run
|
# ::sysinit:/bin/mount -t tmpfs tmpfs /run
|
||||||
::sysinit:/bin/mount -o remount,rw /
|
::sysinit:/bin/mount -o remount,rw /
|
||||||
::sysinit:/bin/mkdir -p /dev/pts
|
::sysinit:/bin/mkdir -p /dev/pts
|
||||||
::sysinit:/bin/mkdir -p /dev/shm
|
::sysinit:/bin/mkdir -p /dev/shm
|
||||||
::sysinit:/bin/mount -a
|
::sysinit:/bin/mount -a
|
||||||
::sysinit:/bin/hostname -F /etc/hostname
|
# ::sysinit:/bin/hostname -F /etc/hostname
|
||||||
# now run any rc scripts
|
# now run any rc scripts
|
||||||
#::sysinit:/etc/init.d/rcS
|
#::sysinit:/etc/init.d/rcS
|
||||||
::sysinit:/etc/init.d/rcS boot
|
::sysinit:/etc/init.d/rcS boot
|
||||||
|
|
|
@ -564,16 +564,16 @@ mkdir -p /var/lock
|
||||||
#common but slow
|
#common but slow
|
||||||
set_parts_by_name
|
set_parts_by_name
|
||||||
|
|
||||||
mount_sec_storage
|
# mount_sec_storage
|
||||||
|
|
||||||
# OTA's configuration is not turned on by default exit returns,
|
# OTA's configuration is not turned on by default exit returns,
|
||||||
# which does not affect the startup speed
|
# which does not affect the startup speed
|
||||||
check_update_system_state
|
check_update_system_state
|
||||||
|
|
||||||
mount_usr
|
mount_usr
|
||||||
[ x"$MOUNT_ETC" = x"1" ] && mount_etc
|
# [ x"$MOUNT_ETC" = x"1" ] && mount_etc
|
||||||
[ x"$MOUNT_OVERLAY" = x"1" ] && mount_overlay UDISK #choose rootfs_data or UDISK
|
[ x"$MOUNT_OVERLAY" = x"1" ] && mount_overlay UDISK #choose rootfs_data or UDISK
|
||||||
mount_app
|
# mount_app
|
||||||
|
|
||||||
MODULES_DIR="/lib/modules/`uname -r`"
|
MODULES_DIR="/lib/modules/`uname -r`"
|
||||||
insmod $MODULES_DIR/xr806.ko
|
insmod $MODULES_DIR/xr806.ko
|
||||||
|
|
|
@ -15,7 +15,7 @@
|
||||||
|
|
||||||
# Startup the system
|
# Startup the system
|
||||||
# ::sysinit:/etc/preinit
|
# ::sysinit:/etc/preinit
|
||||||
::sysinit:/bin/mount -t proc proc /proc
|
# ::sysinit:/bin/mount -t proc proc /proc
|
||||||
# ::sysinit:/bin/mount -t tmpfs tmpfs /run
|
# ::sysinit:/bin/mount -t tmpfs tmpfs /run
|
||||||
::sysinit:/bin/mount -o remount,rw /
|
::sysinit:/bin/mount -o remount,rw /
|
||||||
::sysinit:/bin/mkdir -p /dev/pts
|
::sysinit:/bin/mkdir -p /dev/pts
|
||||||
|
|
|
@ -334,7 +334,7 @@ mkdir -p /var/lock
|
||||||
set_parts_by_name
|
set_parts_by_name
|
||||||
|
|
||||||
mount_usr
|
mount_usr
|
||||||
[ x"$MOUNT_ETC" = x"1" ] && mount_etc
|
# [ x"$MOUNT_ETC" = x"1" ] && mount_etc
|
||||||
# [ x"$MOUNT_OVERLAY" = x"1" ] && mount_overlay rootfs_data #choose rootfs_data or UDISK
|
# [ x"$MOUNT_OVERLAY" = x"1" ] && mount_overlay rootfs_data #choose rootfs_data or UDISK
|
||||||
|
|
||||||
rc_mount
|
rc_mount
|
||||||
|
|
Loading…
Reference in New Issue