Task: Unpriviledged image creation #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Refactoring filesystem creation with
make_ext4fsandmakefatfsso 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.shandtools/fs_helper/*.share affected.Those tools should be compiled into the container image as well.