Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-06-22 | man: add reference to bootparam(7) even though it is terribly out of date | Lennart Poettering | |
2012-06-22 | man: mention other initrd implementations in kernel-command-line(7) | Lennart Poettering | |
2012-06-22 | core: remove sysv_console option | Lennart Poettering | |
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. | |||
2012-06-22 | modules-load: parse driver=/rd.driver= kernel command line option | Lennart Poettering | |
This generalizes logic that already has been available in dracut before. | |||
2012-06-22 | fstab-generator: support fstab=/rd.fstab= kernel cmdline | Lennart Poettering | |
This generalizes functionality already available in dracut. | |||
2012-06-22 | man: add more links to kernel-command-line(7) | Lennart Poettering | |
2012-06-22 | cryptsetup: allow configuration of LUKS disks via the kernel cmdline | Lennart Poettering | |
This generalizes a bit of the functionality already available in dracut. | |||
2012-06-22 | man: minor typo fixes | Lennart Poettering | |
2012-06-22 | man: document all kernel command line options we understand | Lennart Poettering | |