[systemd-devel] Mount in volatile mode

2020-05-26 Thread Emmanuel Garette
Hi, I am trying to build an immutable image with systemd (v245 on fedora 32), but I have a problem. Here's what I'm trying to do: I would like to build my immutable system with three disk images: - the first one contains the system, so /usr - the second one contains the files specific to the

Re: [systemd-devel] Crash and size problem with systemd-repart

2020-04-30 Thread Emmanuel Garette
Le 30/04/2020 à 09:56, Lennart Poettering a écrit : On So, 26.04.20 17:12, Emmanuel Garette ([email protected]) wrote: Hi, I'm experimenting with the new tool systemd-repart and I think I have found a bug. Sorry for the late reply. The problem is in line "xsz = partition_

[systemd-devel] Crash and size problem with systemd-repart

2020-04-26 Thread Emmanuel Garette
->new_size = m;   if (span == 0)   break;   }   } The problem is in line "xsz = partition_max_size(a->after);" xsz is the max size of "a->after" instead current partition (so "p"). Am I right? I'l