Difference between revisions of "Linux: Kernel Arguments"

From Define Wiki
Jump to navigation Jump to search
(Created page with "==Interactive Boot== ==Single User Mode ==")
 
Line 1: Line 1:
 
==Interactive Boot==
 
==Interactive Boot==
 +
 +
To choose which services a booted at runtime the system can be booted interactively. Each service will ask for confirmation.
 +
 +
To enter interactive boot using these kernel argmunets
 +
 +
<syntaxhighlight>
 +
confirm
 +
</syntaxhighlight>
  
 
==Single User Mode ==
 
==Single User Mode ==

Revision as of 14:08, 5 March 2013

Interactive Boot

To choose which services a booted at runtime the system can be booted interactively. Each service will ask for confirmation.

To enter interactive boot using these kernel argmunets

confirm

Single User Mode