Changes for page Openwrt Notes

Last modified by Leon Poon on 2019/11/02 17:53

From version 1.1
edited by Leon Poon
on 2019/01/05 14:43
Change comment: There is no comment for this version
To version 2.1
edited by Leon Poon
on 2019/01/05 14:46
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,7 @@
6 6  
7 7  /init is a script which sets INITRAMFS=1 and then execs /sbin/init.
8 8  
9 -/sbin/init is ELF comes from procd package. What it does:
9 +/sbin/init is ELF comes from procd package. What it does (as pid=1):
10 10  
11 11  * early:
12 12  ** mount /proc, /sysfs, and create /dev nodes, create /tmp subdirs etc
... ... @@ -15,6 +15,6 @@
15 15  * preinit
16 16  ** plugd in subprocess (seem to deal with firmware)
17 17  ** /etc/preinit in subprocess
18 -* when /etc/preinit is done then it execs and replaces itself with the "real" /sbin/procd
18 +* when /etc/preinit is done then it execvp the "real" /sbin/procd
19 19  
20 20