summaryrefslogtreecommitdiff
path: root/man/kernel-command-line.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* man: mention other initrd implementations in kernel-command-line(7)Lennart Poettering2012-06-221-1/+3
|
* core: remove sysv_console optionLennart Poettering2012-06-221-1/+0
| | | | | | | | | | | | This option never made much sense. It was originally intended to make sure that the usual startup output of sysv scripts goes to the terminal. However, since SysV scripts started from a terminal would not output to that terminal, but rather /dev/console this effect was more often than not actually taking place. Nowadays systemd has much nicer boot time status output than SysV which makes the sysv output redundant. Finally, all output of services goes to the journal anyway, and is not lost. Hence, let's drop this option, and simplify things a bit.
* modules-load: parse driver=/rd.driver= kernel command line optionLennart Poettering2012-06-221-2/+14
| | | | This generalizes logic that already has been available in dracut before.
* fstab-generator: support fstab=/rd.fstab= kernel cmdlineLennart Poettering2012-06-221-1/+13
| | | | This generalizes functionality already available in dracut.
* man: add more links to kernel-command-line(7)Lennart Poettering2012-06-221-1/+3
|
* cryptsetup: allow configuration of LUKS disks via the kernel cmdlineLennart Poettering2012-06-221-3/+30
| | | | This generalizes a bit of the functionality already available in dracut.
* man: minor typo fixesLennart Poettering2012-06-221-4/+4
|
* man: document all kernel command line options we understandLennart Poettering2012-06-221-0/+237