Closed s1204IT closed 1 year ago
So actions/runner-images#7587 is useless
The kernel module linux-modules-extra-azure cannot support mounting EROFS, so it is useless to install it.
@Howard20181 I think the problem appear because the modules can't be loaded when installed. We need waiting until this pull merged https://github.com/actions/runner-images/pull/7610
@Howard20181 I think the problem appear because the modules can't be loaded when installed. We need waiting until this pull merged actions/runner-images#7610
No, it is because CONFIG_EROFS_FS_ZIP
is not config.
@Howard20181 I think the problem appear because the modules can't be loaded when installed. We need waiting until this pull merged actions/runner-images#7610
No, it is because
CONFIG_EROFS_FS_ZIP
is not config.
Hmm, so it is why the image cannot mount. But did anyone test mounting with libguestfs, I think it should work correct.
Hmm, so it is why the image cannot mount. But did anyone test mounting with libguestfs, I think it should work correct.
Currently libguestfs
does not support EROFS
Hmm, so it is why the image cannot mount. But did anyone test mounting with libguestfs, I think it should work correct.
Currently
libguestfs
does not support EROFS
Finished with erofuse. You can check this ones: https://github.com/YT-Advanced/WSA-Script/issues/44
Steps to reproduce/复现步骤
./scripts/run.sh
User Code
Expected behaviour/预期行为
The build finishies successfully without any errors
Actual behaviour/实际行为
An error occurred during 'Create EROFS images'.
MagiskOnWSALocal commit full SHA/MagiskOnWSALocal 提交的完整哈希
e8d81271f3f39e7367057165c7df95c07c49eca6
Linux distribution info/Linux 发行版信息
Ubuntu 20.04 (WSL)
Windows version/Windows 版本
10.0.25346.1001
Build Parameters/构建参数
COMMAND_LINE=--arch x64 --release-type WIF --root-sol magisk --gapps-brand MindTheGapps --remove-amazon --magisk-ver debug INFO: Architecture: x64 INFO: Release Type: WIF INFO: Magisk Version: debug INFO: GApps Brand: MindTheGapps INFO: GApps Variant: pico INFO: Root Solution: magisk Build: RELEASE_TYPE=Insider Fast
Version requirement/版本要求
Logs/日志