1.修复后板唤醒时APP没起来的bug
2.提升联网速度和启动速度
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
|
||||
# Startup the system
|
||||
# ::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 -o remount,rw /
|
||||
::sysinit:/bin/mkdir -p /dev/pts
|
||||
|
||||
@@ -334,7 +334,7 @@ mkdir -p /var/lock
|
||||
set_parts_by_name
|
||||
|
||||
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
|
||||
|
||||
rc_mount
|
||||
|
||||
Reference in New Issue
Block a user