< Previous PageNext Page >

BlackDog Boot Scripts

The boot sequence determines the order in which scripts are read and executed by the shell. For example, the boot sequence determines the order in which a user is required to authenticate. You can change the boot sequence by editing the init.d scripts on the device that are used to launch the login application, and so forth. These scripts are located in the /etc/init.d directory and are symbolically linked to the /etc/rc2.d directory. You use the update-rc.d command to add and delete scripts, and edit the run priorities.

For more information on the update-rc.d command (including examples), please see the update-rc.d man page. Run the following command from anywhere in the BlackDog SDK:

man update-rc.d

Note: BlackDog uses run level '2'.

System Boot Scripts

The rc2.d scripts fall into three functional categories:

Initialization files that provide system configuration information. These files include:

System Processes that provide services to the external world. These files include:

User experience files that control the user interaction with the host PC.

< Previous PageNext Page >
Copyright © Realm Systems, Inc. 2003-2005.
All rights reserved.