Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen RevisionVorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
software:linux:linux_os:kernel_parameter [2019-02-24 15:46] grafsoftware:linux:linux_os:kernel_parameter [2019-02-24 15:48] (aktuell) graf
Zeile 3: Zeile 3:
  
 Kernel parameters can be used to change some kernel settings at boot time. Kernel parameters can be used to change some kernel settings at boot time.
 +You can change the parameter temporary (only for a single boot) or permanently.
  
-You can change the parameter temporary (only for a single boot) or permanent. +===== Temporary Change ===== 
- +These changes are valid only once. If you restart your system, they no longer hold.
- +
-===== Temporary change ===== +
-These changes only be valid once. +
-If you start your system a second timethese changes will no longer be valid.+
  
   - Reboot   - Reboot
Zeile 39: Zeile 36:
 </code> </code>
  
-The three kernel paramters in this example are ''ro quiet splash''. +The three kernel parameters in this example are ''ro quiet splash''.
  
-===== Change kernel parameter permanent =====+===== Change Kernel Parameters permanently =====
   - ''sudo nano /etc/default/grub''   - ''sudo nano /etc/default/grub''
   - Add your parameters to the line:   - Add your parameters to the line:
Zeile 52: Zeile 48:
  
  
-===== Check kernel parameter =====+===== Check Kernel Parameters =====
 To display the current kernel parameter run: To display the current kernel parameter run: