Difference between revisions of "Linux: Kernel Arguments"

From Define Wiki
Jump to navigation Jump to search
Line 3: Line 3:
 
To choose which services a booted at runtime the system can be booted interactively. Each service will ask for confirmation.
 
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
+
To enter interactive boot using these kernel arguments
  
 
<syntaxhighlight>
 
<syntaxhighlight>
Line 10: Line 10:
  
 
==Single User Mode ==
 
==Single User Mode ==
 +
 +
The system can be booting into single user mode. This will automatically log in the root user with minimal services running. The networks will not be started but can be started in the usual way.
 +
 +
<syntaxhighlight>
 +
single
 +
</syntaxhighlight>

Revision as of 14:10, 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 arguments

confirm

Single User Mode

The system can be booting into single user mode. This will automatically log in the root user with minimal services running. The networks will not be started but can be started in the usual way.

single