summaryrefslogtreecommitdiff
path: root/man/kernel-command-line.xml
Commit message (Collapse)AuthorAge
* cryptsetup-generator: Add support for naming luks devices on kernel cmdlineJan Janssen2014-12-05
|
* man: make udev.event-timeout more visibleZbigniew Jędrzejewski-Szmek2014-10-23
| | | | Evidently some people had trouble finding it in the documentation.
* man: document the new "rescue" kernel command line optionLennart Poettering2014-10-09
|
* Fix a few more typosRuben Kerkhof2014-08-30
|
* hibernate-resume-generator: add a generator for instantiating the resume unit.Ivan Shapovalov2014-08-26
| | | | | | | | | | | | | hibernate-resume-generator understands resume= kernel command line parameter and instantiates the systemd-resume@.service accordingly if it is passed. This enables resume from hibernation using device specified on the kernel command line, and it may be specified either as "/dev/disk/by-foo/bar" or "FOO=bar", not only "/dev/sdXY" which is understood by the in-kernel implementation. So now resume= is brought on par with root= in terms of possible ways to specify a device.
* man: add a mapping for external manpagesZbigniew Jędrzejewski-Szmek2014-07-07
| | | | | | | | | | | | | | | | | | | | | | | | It is annoying when we have dead links on fd.o. Add project='man-pages|die-net|archlinux' to <citerefentry>-ies. In generated html, add external links to http://man7.org/linux/man-pages/man, http://linux.die.net/man/, https://www.archlinux.org/. By default, pages in sections 2 and 4 go to man7, since Michael Kerrisk is the autorative source on kernel related stuff. The rest of links goes to linux.die.net, because they have the manpages. Except for the pacman stuff, since it seems to be only available from archlinux.org. Poor gummiboot gets no link, because gummitboot(8) ain't to be found on the net. According to common wisdom, that would mean that it does not exist. But I have seen Kay using it, so I know it does, and deserves to be found. Can somebody be nice and put it up somewhere?
* debug-generator: add new kernel cmdline option systemd.wants= to add units ↵Lennart Poettering2014-06-20
| | | | to the initial transaction
* man: add new kernel command line switches to kernel-command-line(7)Lennart Poettering2014-06-19
|
* fsck: Allow to specify the fsck repair option in the cmdlineHolger Hans Peter Freyther2014-05-16
| | | | | | | | | | Some unattended systems do not have a console attached and entering the default rescue mode will not be too helpful. Allow to specify the "-y" option to attempt to fix all filesystem errors. Manually verified by downloading an image.gz of e2fsprogs, using losetup and running systemd-fsck on the loop device and varying the fsck.repair=preen|yes|no option.
* journald: add support for wall forwardingSebastian Thorarensen2014-03-14
| | | | | | | | | | | | | | This will let journald forward logs as messages sent to all logged in users (like wall). Two options are added: * ForwardToWall (default yes) * MaxLevelWall (default emerg) 'ForwardToWall' is overridable by kernel command line option 'systemd.journald.forward_to_wall'. This is used to emulate the traditional syslogd behaviour of sending emergency messages to all logged in users.
* man: wording and grammar updatesJan Engelhardt2013-10-21
| | | | | This is a recurring submission and includes corrections to various issue spotted.
* kerne-command-line: introduce option 'systemd.restore_state'Tom Gundersen2013-10-19
| | | | | | | | When set to 0 this will stop tools like the backlight and rfkill tools to restore state from previous boot. This is useful in case the stored state is bogus to the extent that it is preventing you from resetting it (e.g., the backlight settings cause the screen to be off on boot on a system where the backlight can not be adjusted directly from the keyboard).
* man: document the -b special boot optionJan Engelhardt2013-10-15
|
* man: document luks.options kernel commandlineTom Gundersen2013-09-13
| | | | This should have been part of commit 7ab064a6d
* man: more grammar improvementsJan Engelhardt2013-07-03
| | | | | | - place commas - expand contractions (this is written prose :) - add some missing words
* core: read "debug" from kernel commandline and set log levelLukas Nykryn2013-05-30
|
* man: mention net.ifnames in kernel-command-line(3)Zbigniew Jędrzejewski-Szmek2013-05-22
|
* cryptsetup-generator: add support for rd.luks.key=Harald Hoyer2013-04-18
| | | | | | Also clarify rd.luks.uuid and luks.uuid in the manual. https://bugzilla.redhat.com/show_bug.cgi?id=905683
* man: extend systemd.directives(7) to all manual pagesZbigniew Jędrzejewski-Szmek2013-01-26
| | | | | | | | | | New sections are added: PAM options, crypttab options, commandline options, miscellaneous. The last category will be used for all untagged <varname> elements. Commandline options sections is meant to be a developer tool: when adding an option it is sometimes useful to be able to check if similarly named options exist elsewhere.
* man: fix some spelling mistakesRamkumar Ramachandra2012-11-30
|
* man: fix a bunch of typos in docsThomas Hindoe Paaboel Andersen2012-09-13
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=54501
* man: typoShawn Landden2012-07-22
|
* man: reword man page titlesLennart Poettering2012-07-16
| | | | | Make sure the man page titles are similar in style and capitalization so that our man page index looks pretty.
* man: update man pages to reflect the driver= to load-modules= renameLennart Poettering2012-07-04
|
* man: document systemd-fsckLennart Poettering2012-06-27
|
* units: rename fsck@.service to systemd-fsck@.serviceLennart Poettering2012-06-25
| | | | | | | | | | | The rule is that units that encapsulate our own code are prefixed with "systemd-". Since the fsck units invoke our own code, hence add the missing prefix. Since a long long time the fsck units didn't invoke the naked fsck binaries anymore, and it is unlikely that this well ever change. On the opposite: the code in systemd-fsck will probably get more complex over time to handle fsck progress to plymouth forwarding. Same for quotacheck (but not quotaon!)
* man: add more references to k-c-l(7)Lennart Poettering2012-06-22
|
* man: fix references to udev man pageLennart Poettering2012-06-22
|
* man: add reference to bootparam(7) even though it is terribly out of dateLennart Poettering2012-06-22
|
* man: mention other initrd implementations in kernel-command-line(7)Lennart Poettering2012-06-22
|
* core: remove sysv_console optionLennart Poettering2012-06-22
| | | | | | | | | | | | 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-22
| | | | This generalizes logic that already has been available in dracut before.
* fstab-generator: support fstab=/rd.fstab= kernel cmdlineLennart Poettering2012-06-22
| | | | This generalizes functionality already available in dracut.
* man: add more links to kernel-command-line(7)Lennart Poettering2012-06-22
|
* cryptsetup: allow configuration of LUKS disks via the kernel cmdlineLennart Poettering2012-06-22
| | | | This generalizes a bit of the functionality already available in dracut.
* man: minor typo fixesLennart Poettering2012-06-22
|
* man: document all kernel command line options we understandLennart Poettering2012-06-22