or RootDirectory= an ephemeral copy of the disk image or directory
tree is made when the service is started. It is removed automatically
when the service is stopped. That ephemeral copy is made using
- btrfs/xfs reflinks or btrfs snaphots, if available.
+ btrfs/xfs reflinks or btrfs snapshots, if available.
* The service activation logic gained new settings RestartSteps= and
RestartMaxDelaySec= which allow exponentially-growing restart
delivered with minimally sized images (for example lacking any state or swap partitions), and which on
first boot automatically take possession of any remaining disk space following a few basic rules.</para>
- <para>Currently, support for partition definition files is only implemented for GPT partitition
+ <para>Currently, support for partition definition files is only implemented for GPT partition
tables.</para>
<para>Partition files are generally matched against any partitions already existing on disk in a simple
if (sd_id128_string_equal(v, SD_GPT_XBOOTLDR) <= 0)
return log_full_errno(searching ? LOG_DEBUG : LOG_ERR,
searching ? SYNTHETIC_ERRNO(EADDRNOTAVAIL) : SYNTHETIC_ERRNO(ENODEV),
- "%s: Partitition has wrong PART_ENTRY_TYPE=%s for XBOOTLDR partition.", node, v);
+ "%s: Partition has wrong PART_ENTRY_TYPE=%s for XBOOTLDR partition.", node, v);
errno = 0;
r = blkid_probe_lookup_value(b, "PART_ENTRY_UUID", &v, NULL);
return 0;
}
}
- log_debug("%s: GNOME startup phases are handled seprately, marking as NotShowIn=GNOME.",
+ log_debug("%s: GNOME startup phases are handled separately, marking as NotShowIn=GNOME.",
service->path);
if (strv_extend(¬_show_in, "GNOME") < 0)