* 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
* 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)
* 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
<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>
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. */
# 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.