From: Lennart Poettering Date: Thu, 19 Jun 2014 14:54:40 +0000 (+0200) Subject: man: add new kernel command line switches to kernel-command-line(7) X-Git-Tag: v215~294 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=52c611b776c6d17b7aeffb5d9b1b555260b5011b;p=platform%2Fupstream%2Fsystemd.git man: add new kernel command line switches to kernel-command-line(7) --- diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index a276b71..d2767e5 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -99,6 +99,19 @@ + systemd.mask= + systemd.debug-shell + + Additional parameters + understood by + systemd-debug-generator8, + to mask specific units at + boot, or invoke a debug shell + on tty9. + + + + systemd.restore_state= This parameter is understood by @@ -183,20 +196,10 @@ fsck.mode= - - - Parameter understood by - the file system checker - services. For details, see - systemd-fsck@.service8. - - - - fsck.repair= - Parameter understood by + Parameters understood by the file system checker services. For details, see systemd-fsck@.service8. @@ -304,6 +307,38 @@ + root= + rootfstype= + rootfsflags= + ro + rw + + + Configures the root file + system and its file system + type and mount options, as + well as whether it shall be + mounted read-only or + read-writable initially. For + details, see + systemd-fstab-generator8. + + + + + systemd.gpt_auto= + rd.systemd.gpt_auto= + + + Configures whether GPT + based partition auto-discovery + shall be attempted. For + details, see + systemd-gpt-auto-generator8. + + + + modules-load= rd.modules-load= @@ -325,6 +360,7 @@ systemd1, bootparam7, dracut.cmdline7, + systemd-debug-generator8, systemd-fsck@.service8, systemd-quotacheck.service8, systemd-journald.service8, @@ -333,8 +369,9 @@ plymouth8, systemd-cryptsetup-generator8, systemd-fstab-generator8, - systemd-modules-load.service8 - systemd-backlight@.service8 + systemd-gpt-auto-generator8, + systemd-modules-load.service8, + systemd-backlight@.service8, systemd-rfkill@.service8