1
0
mirror of https://github.com/systemd/systemd synced 2024-07-01 07:34:28 +00:00

tree-wide: fix typo

This commit is contained in:
Yu Watanabe 2022-07-20 13:15:37 +09:00
parent 9f3a3ac70f
commit e1b45a756f
6 changed files with 10 additions and 10 deletions

10
TODO
View File

@ -82,7 +82,7 @@ Features:
* add small wrapper around qemu that implements sd_notify/AF_VSOCK + machined and
maybe some other stuff and boots it
* mybe add new flags to gpt partition tables for rootfs and usrfs indicating
* maybe add new flags to gpt partition tables for rootfs and usrfs indicating
purpose, i.e. whether something is supposed to be bootable in a VM, on
baremetal, on an nspawn-style container, if it is a portable service image,
or a sysext for initrd, for host os, or for portable container. Then hook
@ -133,7 +133,7 @@ Features:
* networkd/udevd: add a way to define additional .link, .network, .netdev files
via the credentials logic.
* fstab-generator: allow definining additional fstab-like mounts via
* fstab-generator: allow defining additional fstab-like mounts via
credentials (similar: crypttab-generator, verity-generator,
integrity-generator)
@ -174,11 +174,11 @@ Features:
* pam_systemd: on interactive logins, maybe show SUPPORT_END information at
login time, á la motd
* sd-boot: instead of uncondtionally deriving the ESP to search boot loader
* sd-boot: instead of unconditionally deriving the ESP to search boot loader
spec entries in from the paths of sd-boot binary, let's optionally allow it
to be configured on sd-boot cmdline + efi var. Usecase: embedd sd-boot in the
to be configured on sd-boot cmdline + efi var. Usecase: embed sd-boot in the
UEFI firmware (for example, ovmf supports that via qemu cmdline option), and
use it to load stuff from the ESP).
use it to load stuff from the ESP.
* make tmpfiles read lines from creds, so that we can provision SSH host keys
via creds. Similar: sysusers, sysctl, homed

View File

@ -182,7 +182,7 @@
<para><varname>$KERNEL_INSTALL_MACHINE_ID</varname> is set for the plugins to the desired machine-id to
use. It's always a 128-bit ID. Normally it's read from <filename>/etc/machine-id</filename>, but it can
also be overriden via <varname>$MACHINE_ID</varname> (see below). If not specified via these methods a
also be overridden via <varname>$MACHINE_ID</varname> (see below). If not specified via these methods a
fallback value will generated by <command>kernel-install</command>, and used only for a single
invocation.</para>

View File

@ -360,7 +360,7 @@
not</emphasis> provided.</para>
<para>For example, <literal>SUPPORT_END=2001-01-01</literal> means that the system was supported
until the end of the last day of the previous millenium.</para></listitem>
until the end of the last day of the previous millennium.</para></listitem>
</varlistentry>
<varlistentry>

View File

@ -23,7 +23,7 @@ echo 'opt1 opt2' >"$D/sources/cmdline"
cat >"$D/sources/install.conf" <<EOF
layout=bls
initrd_generator=none
# those are overriden by envvars
# those are overridden by envvars
BOOT_ROOT="$D/badboot"
MACHINE_ID=badbadbadbadbadbad6abadbadbadbad
EOF

View File

@ -149,7 +149,7 @@ static int condition_test_credential(Condition *c, char **env) {
assert(c->parameter);
assert(c->type == CONDITION_CREDENTIAL);
/* For now we'll do a very simple existance check and are happy with either a regular or an encrypted
/* For now we'll do a very simple existence check and are happy with either a regular or an encrypted
* credential. Given that we check the syntax of the argument we have the option to later maybe allow
* contents checks too without breaking compatibility, but for now let's be minimalistic. */

View File

@ -7,6 +7,6 @@
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
# Empty file to mask its counterpart for unpriviledged users and thus cancels
# Empty file to mask its counterpart for unprivileged users and thus cancels
# "After=systemd-user-session.service" ordering constraint so that root can log
# in even if the boot process is not yet finished.