From 78e9bb837c258ac0ec7712b3d612cc2f407e731e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 12 Jun 2024 05:50:42 +0200 Subject: Merging upstream version 256. Signed-off-by: Daniel Baumann --- man/kernel-command-line.xml | 127 +++++++++++++++++++++++++++++--------------- 1 file changed, 84 insertions(+), 43 deletions(-) (limited to 'man/kernel-command-line.xml') diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 004b394..3dd5449 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -1,6 +1,6 @@ + "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd"> @@ -40,10 +40,8 @@ and bootparam7. - For command line parameters understood by the initrd, see - dracut.cmdline7, - or the documentation of the specific initrd implementation of your - installation. + For command line parameters understood by the initrd, see the documentation of the specific initrd + implementation of your installation. @@ -56,7 +54,7 @@ systemd.dump_core systemd.crash_chvt systemd.crash_shell - systemd.crash_reboot + systemd.crash_action= systemd.confirm_spawn systemd.service_watchdogs systemd.show_status @@ -88,6 +86,7 @@ systemd.mask= systemd.wants= systemd.debug_shell + systemd.default_debug_tty= Additional parameters understood by systemd-debug-generator8, @@ -138,6 +137,18 @@ + + systemd.ssh_auto= + systemd.ssh_listen= + + These parameters are interpreted by + systemd-ssh-generator8 + and may be used to control SSH sockets the system shall be reachable on. + + + + + systemd.volatile= @@ -306,7 +317,7 @@ udev.blockdev_read_only rd.udev.blockdev_read_only net.ifnames= - net.naming-scheme= + net.naming_scheme= Parameters understood by the device event managing @@ -579,24 +590,35 @@ resumeflags= - Enables resume from hibernation using the specified - device and mount options. All - fstab5-like - paths are supported. For details, see + Enable resume from hibernation using the specified device and timeout options. All + fstab5-style + device identifiers are supported. For details, see systemd-hibernate-resume-generator8. + + resume_offset= + + Configure the page offset of the swap space from the resume device. For details, see + systemd-hibernate-resume-generator8. + + + + + systemd.firstboot= Takes a boolean argument, defaults to on. If off, systemd-firstboot.service8 + and + systemd-homed-firstboot.service1 will not query the user for basic system settings, even if the system boots up for the first time and the relevant settings are not initialized yet. Not to be confused with - systemd.condition-first-boot= (see below), which overrides the result of the + systemd.condition_first_boot= (see below), which overrides the result of the ConditionFirstBoot= unit file condition, and thus controls more than just systemd-firstboot.service behaviour. @@ -604,7 +626,7 @@ - systemd.condition-needs-update= + systemd.condition_needs_update= Takes a boolean argument. If specified, overrides the result of ConditionNeedsUpdate= unit condition checks. See @@ -615,7 +637,7 @@ - systemd.condition-first-boot= + systemd.condition_first_boot= Takes a boolean argument. If specified, overrides the result of ConditionFirstBoot= unit condition checks. See @@ -628,7 +650,7 @@ - systemd.clock-usec= + systemd.clock_usec= Takes a decimal, numeric timestamp in μs since January 1st 1970, 00:00am, to set the system clock to. The system time is set to the specified timestamp early during boot. It is not @@ -638,7 +660,7 @@ - systemd.random-seed= + systemd.random_seed= Takes a base64 encoded random seed value to credit with full entropy to the kernel's random pool during early service manager initialization. This option is useful in testing @@ -663,6 +685,17 @@ + + systemd.allow_userspace_verity= + + Takes a boolean argument. Controls whether disk images that are Verity protected may + be authenticated in userspace signature checks via /etc/verity.d/ (and related + directories) public key drop-ins, or whether in-kernel signature checking only. Defaults to + on. + + + + systemd.hostname= @@ -710,6 +743,15 @@ + + systemd.tpm2_wait= + + Controls whether to wait for a TPM2 device at boot, implemented by + systemd-tpm2-generator8. + + + + @@ -730,33 +772,32 @@ See Also - - systemd1, - systemd-system.conf5, - bootparam7, - systemd.system-credentials7 - smbios-type-117, - dracut.cmdline7, - systemd-debug-generator8, - systemd-fsck@.service8, - systemd-quotacheck.service8, - systemd-journald.service8, - systemd-vconsole-setup.service8, - systemd-udevd.service8, - plymouth8, - systemd-cryptsetup-generator8, - systemd-veritysetup-generator8, - systemd-fstab-generator8, - systemd-getty-generator8, - systemd-gpt-auto-generator8, - systemd-volatile-root.service8, - systemd-modules-load.service8, - systemd-backlight@.service8, - systemd-rfkill.service8, - systemd-hibernate-resume-generator8, - systemd-firstboot.service8, - bootctl1 - + + systemd1 + systemd-system.conf5 + bootparam7 + systemd.system-credentials7 + smbios-type-117 + systemd-debug-generator8 + systemd-fsck@.service8 + systemd-quotacheck.service8 + systemd-journald.service8 + systemd-vconsole-setup.service8 + systemd-udevd.service8 + plymouth8 + systemd-cryptsetup-generator8 + systemd-veritysetup-generator8 + systemd-fstab-generator8 + systemd-getty-generator8 + systemd-gpt-auto-generator8 + systemd-volatile-root.service8 + systemd-modules-load.service8 + systemd-backlight@.service8 + systemd-rfkill.service8 + systemd-hibernate-resume-generator8 + systemd-firstboot.service8 + bootctl1 + -- cgit v1.2.3