tree-wide: drop printk.devkmsg=on setting in various places

Since 6123dfaa72 this should not be necessary anymore.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2020-03-03 14:57:03 +01:00
parent a345d5c1c9
commit 33eb1f2497
4 changed files with 3 additions and 6 deletions

View File

@ -10,7 +10,6 @@ Release=31
[Output] [Output]
Format=gpt_ext4 Format=gpt_ext4
Bootable=yes Bootable=yes
KernelCommandLine=printk.devkmsg=on
[Partitions] [Partitions]
RootSize=3G RootSize=3G

View File

@ -350,9 +350,9 @@
<varname>TTYPath=</varname>, described below.</para> <varname>TTYPath=</varname>, described below.</para>
<para>When forwarding to the kernel log buffer (kmsg), make sure to select a suitably large size for <para>When forwarding to the kernel log buffer (kmsg), make sure to select a suitably large size for
the log buffer, and ensure the kernel's rate-limiting applied to userspace processes is turned the log buffer, for example by adding <literal>log_buf_len=8M</literal> to the kernel command line.
off. Specifically, add <literal>log_buf_len=8M</literal> and <literal>printk.devkmsg=on</literal> (or <command>systemd</command> will automatically disable kernel's rate-limiting applied to userspace
similar) to the kernel command line.</para></listitem> processes (equivalent to setting <literal>printk.devkmsg=on</literal>).</para></listitem>
</varlistentry> </varlistentry>
<varlistentry> <varlistentry>

View File

@ -10,7 +10,6 @@ Release=29
[Output] [Output]
Format=raw_btrfs Format=raw_btrfs
Bootable=yes Bootable=yes
KernelCommandLine=printk.devkmsg=on
OutputDirectory=../mkosi.output OutputDirectory=../mkosi.output
Output=networkd-test.raw Output=networkd-test.raw

View File

@ -212,7 +212,6 @@ loglevel=2 \
init=$PATH_TO_INIT \ init=$PATH_TO_INIT \
console=$CONSOLE \ console=$CONSOLE \
selinux=0 \ selinux=0 \
printk.devkmsg=on \
$_cgroup_args \ $_cgroup_args \
$KERNEL_APPEND \ $KERNEL_APPEND \
" "