X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2Fkernel-command-line.xml;h=0f2972a0b6840346228a56198f3e8d6b8d85eddc;hb=97a1a1103c037ce7a67afaae689e0457d653066f;hp=848f5ec4435e36c68e2797335b728081bd13cb4b;hpb=a5f6f346d3db9061fa73527e9dba3fa6b1d80b69;p=thirdparty%2Fsystemd.git diff --git a/man/kernel-command-line.xml b/man/kernel-command-line.xml index 848f5ec4435..0f2972a0b68 100644 --- a/man/kernel-command-line.xml +++ b/man/kernel-command-line.xml @@ -107,7 +107,7 @@ systemd.early_core_pattern= During early boot, the generation of core dump files is disabled until a core dump handler (if any) - takes over. This parameter allows to specifies an absolute path where core dump files should be stored until + takes over. This parameter allows specifying an absolute path where core dump files should be stored until a handler is installed. The path should be absolute and may contain specifiers, see core5 for details. @@ -393,6 +393,17 @@ + + systemd.cpu_affinity= + + + Overrides the CPU affinity mask for the service manager and the default for all child + processes it forks. This takes precedence over CPUAffinity=, see + systemd-system.conf5 + for details. + + + modules_load= rd.modules_load= @@ -422,8 +433,47 @@ Takes a boolean argument, defaults to on. If off, systemd-firstboot.service8 - 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. + 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 + ConditionFirstBoot= unit file condition, and thus controls more than just + systemd-firstboot.service behaviour. + + + + systemd.condition-needs-update= + + Takes a boolean argument. If specified, overrides the result of + ConditionNeedsUpdate= unit condition checks. See + systemd.unit5 for + details. + + + + systemd.condition-first-boot= + + Takes a boolean argument. If specified, overrides the result of + ConditionFirstBoot= unit condition checks. See + systemd.unit5 for + details. Not to be confused with systemd.firstboot= which only controls behaviour + of the systemd-firstboot.service system service but has no effect on the + condition check (see above). + + + + 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 propagated to the hardware clock (RTC). + + + + systemd.hostname= + + Accepts a hostname to set during early boot. If specified takes precedence over what + is set in /etc/hostname. Note that this does not bar later runtime changes to + the hostname, it simply controls the initial hostname set during early boot.