diff options
author | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-01 17:34:27 +0200 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-04-01 17:34:39 +0200 |
commit | b17a681be52c5455514a4292954498e850d89f05 (patch) | |
tree | 0e8d1eb8eb6a821f5e424288d7393fec34ef8379 /TODO | |
parent | udev: add /dev/disk/by-diskseq symlink for block devices (diff) | |
download | systemd-b17a681be52c5455514a4292954498e850d89f05.tar.xz systemd-b17a681be52c5455514a4292954498e850d89f05.zip |
tree-wide: fix typo
Diffstat (limited to 'TODO')
-rw-r--r-- | TODO | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -122,7 +122,7 @@ Features: * maybe add a generator that reads /proc/cmdline, looks for systemd.pull-raw-portable=, systemd-pull-raw-sysext= and similar switches that take an URL as parameter. It then generates service units for - systemd-pull calls thta download these URLs if not installed yet. usecase: + systemd-pull calls that download these URLs if not installed yet. usecase: invoke a VM or nspawn container in a way it automatically deploys/runs these images as OS payloads. i.e. have a generic OS image you can point to any payload you like, which is then downloaded, securely verified and run. |