Demi Marie Obenour writes: > systemd-sysupdate never writes to the running OS partition. Instead, it > requires a separate partition to write the update into. Create a > separate partition for that purpose. > > systemd-sysupdate will fail if the OS image does not fit in the > partitions that the installer created. Therefor, make the partitions > very large so that there is plenty of room for the OS to grow. This > requires rewriting the code that calculates the partition sizes. > > Signed-off-by: Demi Marie Obenour > --- > Changes since v4: > - Leave B partitions empty. > - Leave MiB unit implicit. > - Use fixed GUIDs for blank partitions. > > Changes since v2: > - Make into a standalone commit > - Do not rely on separate script to generate the images. > - Use a smaller size for the verity partition. > --- > Documentation/development/uuid-reference.adoc | 8 ++++++++ > release/live/Makefile | 7 +++++-- > 2 files changed, 13 insertions(+), 2 deletions(-) Reviewed-by: Alyssa Ross