Task: Unpriviledged image creation #1

Open
opened 2025-09-05 08:33:20 +00:00 by SalimTerryLi · 0 comments
Owner

Refactoring filesystem creation with make_ext4fs and makefatfs so that no mount system call is required to generate filesystem image.

The script is already designed to be compatible with the operation of deferred filesystem creation so it won't cause core logic change. Theoretically tools/image_creation_helper.sh and tools/fs_helper/*.sh are affected.

Those tools should be compiled into the container image as well.

Refactoring filesystem creation with `make_ext4fs` and `makefatfs` so that no mount system call is required to generate filesystem image. The script is already designed to be compatible with the operation of deferred filesystem creation so it won't cause core logic change. Theoretically `tools/image_creation_helper.sh` and `tools/fs_helper/*.sh` are affected. Those tools should be compiled into the container image as well.
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: OERV-BSP/image-builder#1