Enabling an Interactive Startup in Novell/SUSE Linux
Novell Cool Solutions: Trench
By Kirk Coombs
|
Digg This -
Slashdot This
Posted: 21 Jun 2005 |
Applies To:
- Novell Linux Desktop
- SUSE Linux Professional
- SUSE Linux Enterprise Server
- Open Enterprise Server
There are two options which work together to create an interactive startup:
PROMPT_FOR_CONFIRM="no" CONFIRM_PROMPT_TIMEOUT="5" |
To enable an interactive startup, change PROMPT_FOR_CONFIRM to "yes".
This will cause the system to ask whether to enter interactive startup when booting. If interactive startup is selected, you will be prompted to confirm the start of each service.
The option CONFIRM_PROMPT_TIMEOUT is the number of seconds before performing the default action. Another great option is:
FLOW_CONTROL="no" |
If set to "yes", the system will still boot like normal.
However, pressing Ctrl-S will temporarily pause the startup (lighting the Scroll Lock LED to indicate the startup is paused), and Ctrl-Q will resume the startup.
Novell Cool Solutions (corporate web communities) are produced by WebWise Solutions. www.webwiseone.com

