Plan for Kernel Options Wiki Article | |
|
|
Moderator Linux-Dude Posts: 1187 Registered: 2006-11-23 | I want to write an article for our wiki about the kernel options we have for the paldo kernel.
My actual kernel line is this:
Code | [In neuem Fenster öffnen] | | kernel /boot/linux-2.6.21.5-paldo1 root=/dev/sda2 resume=/dev/sda3 vga=0x317 lang=de_DE nodmraid |
And here is the description of this line:
kernel - points to the kernel
root - points to the root partition
resume - points to the swap partition
vga - sets up the resolution of the terminal
lang - sets up the language settings
nodmraid - disables dmraid detection
I think there are more options out there. How can I find them out? |
|
|
|
|
|