update(mpp): close mpp log.

This commit is contained in:
kangjun
2024-09-06 14:42:14 +08:00
parent c87ef401f1
commit 28f5653853
10 changed files with 18 additions and 337 deletions

View File

@@ -14,14 +14,14 @@
# process == program to run
# Startup the system
::sysinit:/etc/preinit
# ::sysinit:/etc/preinit
::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/mkdir -p /dev/pts
::sysinit:/bin/mkdir -p /dev/shm
::sysinit:/bin/mount -a
::sysinit:/bin/hostname -F /etc/hostname
# ::sysinit:/bin/hostname -F /etc/hostname
# now run any rc scripts
#::sysinit:/etc/init.d/rcS
::sysinit:/etc/init.d/rcS boot