Commit graph

24 commits

Author SHA1 Message Date
Howard Wu
055bba0f7d EOL note 2024-03-06 01:25:37 +08:00
Howard Wu
78a3fe5e07 Update docs 2024-03-06 01:17:51 +08:00
Ariel
3aeb235c8b
fix corporation name () 2023-06-27 23:30:30 +08:00
Muhammad Alfaiz Khisma Authar
3d819b9ba5
Add support for arch ()
* For Arch, confirm before any operation

---------

Co-authored-by: Howard Wu <HowardWu20@outlook.com>
2023-05-26 03:01:04 +08:00
Howard Wu
a4ca446e03
Remove OpenGApps ()
* Remove `OpenGApps`

* Update README.md
2023-05-24 18:26:54 +08:00
Howard Wu
d8e875a4ae
EROFS mount using fuse ()
Get rid of kernel support of EROFS
Pre-build `erofs-utils` from https://github.com/sekaiacg/erofs-utils/releases/tag/v1.6-230502
Since it is statically linked, so binary build for Android also works for other platforms.
x86_64 using [erofs-utils-v1.6-g689372cd-Linux_x86_64-2305022024.zip](https://github.com/sekaiacg/erofs-utils/releases/download/v1.6-230502/erofs-utils-v1.6-g689372cd-Linux_x86_64-2305022024.zip)
aarch64 using [erofs-utils-v1.6-g689372cd-Android_arm64-v8a-2305022023.zip](https://github.com/sekaiacg/erofs-utils/releases/download/v1.6-230502/erofs-utils-v1.6-g689372cd-Android_arm64-v8a-2305022023.zip)

Fix 
Close 
2023-05-24 18:09:59 +08:00
Howard Wu
ee87a65453
Update KernelSU.md 2023-05-16 02:29:27 +08:00
Howard Wu
fd9569ce6e Add dependency erofs-utils 2023-05-13 20:51:52 +08:00
Howard Wu
285d43c601 Use Python3 virtual environments
Try to Fix 
2023-05-12 00:07:27 +08:00
Howard Wu
ad396d6810 Add dependency sudo
Unsupported system without `sudo`
Close  
2023-04-18 17:11:37 +08:00
Howard Wu
3b39690fef Remove support for the compression format tar.xz
This format has a very large memory requirement for generation, about 16GB, even with a fallback to a single-threaded compression step, which would be very slow.
This format is not widely used on Windows, and decompression is a pain.
The 7z format has a better balance of size and performance requirements.
2023-03-26 22:44:33 +08:00
Howard Wu
112e688d78
Update README.md
Close 
2023-03-24 18:18:35 +08:00
Howard Wu
d271ce0559
Remove build.sh from the documentation
1. Many people run it directly without installing dependencies.
2. For advanced users we don’t need to introduce command line tools in the documentation.
2023-03-24 18:15:37 +08:00
Howard Wu
f3de56044d Update README.md 2023-03-19 20:59:38 +08:00
Howard Wu
65c7c2670d Remove dependency wine, winetricks
Now `makepri` run at first-time install
2023-03-18 17:49:49 +08:00
Howard Wu
9236fac730
Support 2302 (vhdx) ()
* Announcement not supported 2302

Will switch to Powershell scripts that require running under Windows 11

* Support 2302

* format

* Update makepri

* Refine quotes

* Refine quotes +1

* Refine quotes *3

* Fix KernelSU Magisk fallback

* Fix KernelSU build

* Refine resources merge

* Update build.sh

* Refine resize
2023-03-18 13:56:49 +08:00
Howard Wu
58d25e9959 Remove dependency setools 2023-03-16 20:23:02 +08:00
sn-o-w
a4957ff798
Minor fixes + formatting to README.md () 2023-03-15 12:51:11 +08:00
Howard Wu
0afcaac81f Only openSUSE Tumbleweed is supported 2023-03-14 22:46:25 +08:00
Howard Wu
a3e152f9a5 Update README.md 2023-03-12 19:31:57 +08:00
Howard Wu
9a2c93047c Update README.md 2023-03-12 18:24:19 +08:00
Howard Wu
a450aeb0f7 Update README.md 2023-03-12 18:20:51 +08:00
Syuugo
e24e472227
Reveal --depth option () 2023-03-02 00:43:09 +08:00
Syuugo
bdba7b9460 Move markdown files to docs 2023-02-24 16:09:44 +08:00