From e1b45a756f71deac8c1aa9a008bd0dab47f64777 Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Wed, 20 Jul 2022 13:15:37 +0900 Subject: [PATCH] tree-wide: fix typo --- TODO | 10 +++++----- man/kernel-install.xml | 2 +- man/os-release.xml | 2 +- src/kernel-install/test-kernel-install.sh | 2 +- src/shared/condition.c | 2 +- units/user@0.service.d/10-login-barrier.conf | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/TODO b/TODO index cbe07661008..58f67c1feb0 100644 --- a/TODO +++ b/TODO @@ -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 diff --git a/man/kernel-install.xml b/man/kernel-install.xml index 7ad7f86c6da..f6a6c05126d 100644 --- a/man/kernel-install.xml +++ b/man/kernel-install.xml @@ -182,7 +182,7 @@ $KERNEL_INSTALL_MACHINE_ID is set for the plugins to the desired machine-id to use. It's always a 128-bit ID. Normally it's read from /etc/machine-id, but it can - also be overriden via $MACHINE_ID (see below). If not specified via these methods a + also be overridden via $MACHINE_ID (see below). If not specified via these methods a fallback value will generated by kernel-install, and used only for a single invocation. diff --git a/man/os-release.xml b/man/os-release.xml index 91fb6b56326..fc880c47651 100644 --- a/man/os-release.xml +++ b/man/os-release.xml @@ -360,7 +360,7 @@ not provided. For example, SUPPORT_END=2001-01-01 means that the system was supported - until the end of the last day of the previous millenium. + until the end of the last day of the previous millennium. diff --git a/src/kernel-install/test-kernel-install.sh b/src/kernel-install/test-kernel-install.sh index eda3eaaebf7..2e440636680 100755 --- a/src/kernel-install/test-kernel-install.sh +++ b/src/kernel-install/test-kernel-install.sh @@ -23,7 +23,7 @@ echo 'opt1 opt2' >"$D/sources/cmdline" cat >"$D/sources/install.conf" <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. */ diff --git a/units/user@0.service.d/10-login-barrier.conf b/units/user@0.service.d/10-login-barrier.conf index 6f8ff43b799..b7770090861 100644 --- a/units/user@0.service.d/10-login-barrier.conf +++ b/units/user@0.service.d/10-login-barrier.conf @@ -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.