diff options
author | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 16:13:02 +0100 |
---|---|---|
committer | Jan Engelhardt <jengelh@inai.de> | 2024-12-25 17:00:31 +0100 |
commit | 44855c77a171840a70b65e8a8b2388c91202ef01 (patch) | |
tree | e451b1636d9902c2eb175479cd05bc8b962f5d2f /man/systemd-boot-random-seed.service.xml | |
parent | man: grammar fixes for "regardless" (diff) | |
download | systemd-44855c77a171840a70b65e8a8b2388c91202ef01.tar.xz systemd-44855c77a171840a70b65e8a8b2388c91202ef01.zip |
man: expand word contractions
For written text, contractions are not normally used.
Diffstat (limited to 'man/systemd-boot-random-seed.service.xml')
-rw-r--r-- | man/systemd-boot-random-seed.service.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/man/systemd-boot-random-seed.service.xml b/man/systemd-boot-random-seed.service.xml index 2e7aff5378..0993f7a75e 100644 --- a/man/systemd-boot-random-seed.service.xml +++ b/man/systemd-boot-random-seed.service.xml @@ -43,12 +43,12 @@ the random seed stored in the ESP is refreshed on <emphasis>every</emphasis> reboot ensuring that multiple subsequent boots will boot with different seeds. On the other hand, the system token is generated randomly <emphasis>once</emphasis>, and then persistently stored in the system's EFI variable - storage, ensuring the same disk image won't result in the same series of boot loader seed values if used + storage, ensuring the same disk image will not result in the same series of boot loader seed values if used on multiple systems in parallel.</para> <para>The <filename>systemd-boot-random-seed.service</filename> unit invokes the <command>bootctl random-seed</command> command, which updates the random seed in the ESP, and initializes the system - token if it's not initialized yet. The service is conditionalized so that it is run only when a boot + token if it is not initialized yet. The service is conditionalized so that it is run only when a boot loader is used that implements the <ulink url="https://systemd.io/BOOT_LOADER_INTERFACE">Boot Loader Interface</ulink>.</para> <para>For further details see <citerefentry><refentrytitle>bootctl</refentrytitle><manvolnum>1</manvolnum></citerefentry>, regarding |