diff options
author | Joerg Behrmann <behrmann@physik.fu-berlin.de> | 2021-06-17 09:32:32 +0200 |
---|---|---|
committer | Luca Boccassi <luca.boccassi@gmail.com> | 2021-06-17 08:52:46 +0100 |
commit | 5601400e178e0ea4075d504039a2b791071dfec7 (patch) | |
tree | 6ebb15d527fda04ddbe529e973dcab6d17b5e16a /NEWS | |
parent | 9a797ddc41a59905990c045bc2f6a17f411c1bbb (diff) | |
download | systemd-5601400e178e0ea4075d504039a2b791071dfec7.tar.gz |
NEWS: fix typos
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -61,8 +61,8 @@ CHANGES WITH 249 in spe: included in the image. For example, a disk image that contains a root, /home/, and /var/ partitions, may set MakeDirectories=yes to create /home/ and /var/ as empty directories in the root file system - on its creation, so that the resulting image can mounted immediately, - even in read-only mode. + on its creation, so that the resulting image can be mounted + immediately, even in read-only mode. * systemd-repart's CopyBlocks= setting gained support for the special value "auto". If used, a suitable matching partition on the booted OS @@ -134,7 +134,7 @@ CHANGES WITH 249 in spe: * The native Journal protocol has been documented. Clients may talk this as alternative to the classic BSD syslog protocol for locally delivering log records to the Journal. The protocol has been stable - since a long time and in fact been implemented already in a variety + for a long time and in fact been implemented already in a variety of alternative client libraries. This documentation makes the support for that official: @@ -226,10 +226,10 @@ CHANGES WITH 249 in spe: that matters most, to the point where this is defined. * The Discoverable Partition Specification has been updated with a new - GPT partition flag "growsfs" defined for its partition types. - Whenever partitions with this flag set are automatically mounted - (i.e. via systemd-gpt-auto-generator or the --image= switch of - systemd-nspawn or other tools; and as opposed to explicit mounting + GPT partition flag "grow-file-system" defined for its partition + types. Whenever partitions with this flag set are automatically + mounted (i.e. via systemd-gpt-auto-generator or the --image= switch + of systemd-nspawn or other tools; and as opposed to explicit mounting via /etc/fstab), the file system within the partition is automatically grown to the full size of the partition. If the file system size already matches the partition size this flag has no |