Revision history for init


Revision [33369]

Last edited on 2024-01-20 12:32:40 by coolpup
Additions:
~[[CategoryUserSpaceStartUp]]
Deletions:
~[[CategoryInstallation]] [[CategoryUserSpaceStartUp]]


Revision [31428]

Edited on 2016-10-23 22:18:08 by s243a
Additions:
==Puppy's Init System==
Puppylinux uses the Busybox init process.
~"BusyBox combines tiny versions of many common UNIX utilities (GNU fileutils, shellutils,textutils) into a single small executable. It contains a small init system, which is a strippeddown SysVinit scheme. It can read an inittab file, but does not support runlevels" -- //Yvan & Frénot, A Survey of Unix Init Schemes [1]//
The name of the process is
%%Busybox init%%
The first script that his process called is referred to as the sysinit entry point, and it is defined in the file:
/etc/inittab
%%::sysinit:/etc/rc.d/rc.sysinit
tty1::respawn:/sbin/mingetty --autologin root tty1
tty2::respawn:/sbin/getty 38400 tty2
tty3::respawn:/sbin/getty 38400 tty3
::ctrlaltdel:/sbin/reboot%%
and from inspecting the above script we see that for puppylinux the sysinit entry point is:
/etc/rc.d/[[rc.sysinit]]
More Information on the BusyBox init system can be found at:
[[https://wiki.openwrt.org/doc/techref/process.boot#busybox_init|https://wiki.openwrt.org/doc/techref/process.boot#busybox_init]]
~[[https://en.wikipedia.org/wiki/Init|wikiPedia:Init process]]
==Notes & References==
1 - pg36 of Yvan Royon & Stéphane Frénot 2007, A Survey of Unix Init Schemes, https://arxiv.org/pdf/0706.2748v2.pdf
Deletions:
~[[wikiPedia:Init process]]


Revision [31426]

Edited on 2016-10-23 18:38:56 by s243a [added CategoryUserSpaceStartUp]]
Additions:
~[[CategoryInstallation]] [[CategoryUserSpaceStartUp]]
Deletions:
~[[CategoryInstallation]]


Revision [25221]

Edited on 2012-11-29 11:07:04 by darkcity [added CategoryUserSpaceStartUp]]
Additions:
====Init====
Deletions:
==init==


Revision [25220]

The oldest known version of this page was created on 2012-11-29 11:06:47 by darkcity [added CategoryUserSpaceStartUp]]
Valid XHTML :: Valid CSS: :: Powered by WikkaWiki