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.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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.