[OE-core][PATCH 2/2] Revert "Revert "wic/plugins/images/direct: Allow changes in fstab on rootfs""

2023-01-05 Thread Felix Moessbauer
Bezdeka Signed-off-by: Felix Moessbauer --- scripts/lib/wic/plugins/imager/direct.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/imager/direct.py b/scripts/lib/wic/plugins/imager/direct.py index 085bf8b463..ae871e8795 100644 --- a/scripts/lib/wic

[OE-core][PATCH 1/2] wic/plugins/images/direct: replace fstab entries

2023-01-05 Thread Felix Moessbauer
is when generating images for both direct kernel boot and EFI. In this case, the rootfs mountpoint needs to be in the fstab of the rootfs and needs to be replaced in WIC. With this logic, the reverted commit 20d43a2 can be included again. Reviewed-by: Florian Bezdeka Signed-off-by: Felix

[OE-core][PATCH 0/2] wic/plugins/images/direct: replace fstab entries

2023-01-05 Thread Felix Moessbauer
For comparison, here the fstab files for the ext4 and the wic version of the core-image-minimal (see below). Putting all persons in CC who have been involved in the first try and in the revert. Best regards, Felix Moessbauer Siemens AG .ext4 ``` # stock fstab - you probably want to override

[OE-core] [PATCH v2 0/1] wic/plugins/rootfs: Fix permissions when splitting rootfs folders across partitions

2022-05-06 Thread Felix Moessbauer
Changes since v1: - restore previous behavior - implement support for --rootfs-dir=${IMAGE_ROOTFS}/ via fallback Best regards, Felix Moessbauer Siemens AG Felix Moessbauer (1): wic/plugins/rootfs: Fix permissions when splitting rootfs folders across partitions scripts/lib/wic/plugins

[OE-core] [PATCH v2 1/1] wic/plugins/rootfs: Fix permissions when splitting rootfs folders across partitions

2022-05-06 Thread Felix Moessbauer
--rootfs-dir=${IMAGE_ROOTFS}/ in the WIC script, leading to erronous file permissions and ownership. Signed-off-by: Felix Moessbauer --- scripts/lib/wic/plugins/source/rootfs.py | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/rootfs.py b

Re: [OE-core] [PATCH 1/1] Fix permissions when splitting rootfs folders across partitions.

2022-04-22 Thread Felix Moessbauer
> Subject: Re: [OE-core] [PATCH 1/1] Fix permissions when splitting rootfs > folders > across partitions. > > Hello Felix, > > Il giorno Thu, 21 Apr 2022 18:05:43 +0200 "Felix Moessbauer" > ha scritto: > > > This patches ensures that the file datab

[OE-core] [PATCH 1/1] Fix permissions when splitting rootfs folders across partitions.

2022-04-21 Thread Felix Moessbauer
permissions and ownership. Signed-off-by: Felix Moessbauer --- scripts/lib/wic/plugins/source/rootfs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/lib/wic/plugins/source/rootfs.py b/scripts/lib/wic/plugins/source/rootfs.py index 2e34e715ca..efcc220c48 100644 --- a