Re: [ptxdist] [PATCH] qemu / 9p: store metadata for / in correct file

2023-04-27 Thread Michael Olbrich
On Thu, Apr 27, 2023 at 01:08:26PM +0200, Robert Schwebel wrote: > Since qemu commit 81ffbf5ab1458e357a761f1272105a55829b351e the metadata > for / is not stored in platform-/.virtfs_metadata/root but instead > in platform-/root/.virtfs_metadata_root. > > Without this patch, / belongs to the

[ptxdist] [PATCH] systemd: match end0 interface in default network rule

2023-04-27 Thread Michael Tretter
Since systemd v252, the network interface name is generated based on the device tree. Thus, the default network interface may no longer be named eth0. Make sure that DHCP is used on the renamed interface, too. Rename the file to default.network to avoid the interface name in the file name.

[ptxdist] [PATCH] qemu / 9p: store metadata for / in correct file

2023-04-27 Thread Robert Schwebel
Since qemu commit 81ffbf5ab1458e357a761f1272105a55829b351e the metadata for / is not stored in platform-/.virtfs_metadata/root but instead in platform-/root/.virtfs_metadata_root. Without this patch, / belongs to the user+group of the ptxdist user, not to root+root. Inspired-by: Michael Olbrich