Re: [systemd-devel] How to correctly setup the partition table for systemd-sysupdate?

2024-03-30 Thread Burak Gerz
You need to define the mandatory MatchPattern= in the [Target] Specification. This was also confusing for me, so I opened a PR here.. https://github.com/systemd/systemd/pull/32018

Re: How to correctly setup the partition table for systemd-sysupdate?

2024-01-08 Thread Renjaya Raga Zenta
Hi, thank you for the answer. I use the linux-generic partition to put raw images as the [Source] for systemd-sysupdate. For now, I don't want to spawn a http server for this. So you mean I need to have this kind of partition table?

Re: How to correctly setup the partition table for systemd-sysupdate?

2024-01-08 Thread Adrian Vovk
You shouldn't be using a linux-generic partition for updates. You need (at least) two of the same kind of partition to switch between whenever there's an update On Mon, Jan 8, 2024, 06:46 Renjaya Raga Zenta wrote: > Hi, > > I've been experimenting with systemd-sysupdate, trying to understand

How to correctly setup the partition table for systemd-sysupdate?

2024-01-08 Thread Renjaya Raga Zenta
Hi, I've been experimenting with systemd-sysupdate, trying to understand how it works. I created a Fedora 39 imageĀ¹ with mkosi from the GitHub repo. It has 3 partitions: 1) esp 2) root 3) linux-generic (to put updates) The root and third partition will be expanded on firstboot via