511 Commits

Author SHA1 Message Date
Howard Wu
13ca3b0e1f
Suppress Magisk reinstallation warning (#476)
https://github.com/topjohnwu/Magisk/pull/6691
2023-04-06 02:21:35 +08:00
Howard Wu
04c9029506 Update note 2023-03-29 20:11:29 +08:00
Howard Wu
530d4c574e Fix typo 2023-03-29 20:08:32 +08:00
Howard Wu
699bcf56ee run.sh added usage introduction 2023-03-29 20:05:27 +08:00
Howard Wu
cf1b850905 Add more workaround for Debian 2023-03-29 18:50:56 +08:00
Howard Wu
d01fdc3951 Fix resource xml node errors 2023-03-27 17:53:24 +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
02621fc608 Revert "Don't use extractall"
This commit revert c04ad6660d6579c3dd4a2c20f44a734a18c7becc
2023-03-26 22:03:25 +08:00
Howard Wu
c04ad6660d Don't use extractall 2023-03-26 20:55:40 +08:00
Howard Wu
86759ad241 All Python scripts use relative path 2023-03-26 20:34:44 +08:00
Howard Wu
975bdcf4d8 Use absolute path when unzip WSA 2023-03-26 16:51:56 +08:00
Howard Wu
e7b1e89ada Show more info when extracting WSA 2023-03-26 12:00:04 +08:00
Howard Wu
d0e92b2395 Show more info when extracting WSA 2023-03-26 11:26:20 +08:00
Howard Wu
2e02381b9a Use relative path 2023-03-26 07:28:12 +08:00
Howard Wu
e3e9c0adb8 Fix resources merging 2023-03-26 07:06:51 +08:00
Howard Wu
c889b66e93
Remove the warning that the installation check command was not found 2023-03-26 03:02:05 +08:00
Howard Wu
58e17da60a Don't filter any Python warnings 2023-03-24 22:53:48 +08:00
Howard Wu
112e688d78
Update README.md
Close #441
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
d37014d1be
Update bug_report.yml 2023-03-22 02:34:01 +08:00
Howard Wu
3f4a6e7dba
Update bug_report.yml 2023-03-22 01:26:06 +08:00
Howard Wu
8e3eef35a9 Force upgrade ca-certificates
People constantly suggest adding this #61 #431 #432
Close #432
2023-03-20 03:23:21 +08:00
Howard Wu
01afe6752f Shutdown WSA before install 2023-03-20 02:38:16 +08:00
Howard Wu
25dc1d6597 Optimize VHD after install 2023-03-20 01:41:43 +08:00
Howard Wu
87ec298263
Fix resources merge for 2302 (#430)
Fix #424
2023-03-20 01:23:33 +08:00
Howard Wu
ec58edfd47 Fix resources merge for 2301 2023-03-19 22:02:18 +08:00
Howard Wu
f3de56044d Update README.md 2023-03-19 20:59:38 +08:00
Howard Wu
81d59ad9dd
Refine menu (#427)
Close #426
2023-03-19 19:34:31 +08:00
Howard Wu
960760f07c Restrict the start and end when removing from the file list 2023-03-19 02:05:24 +08:00
Howard Wu
3d2d6281b9 Remove from filelist after delete 2023-03-19 02:01:18 +08:00
Howard Wu
22d67db126 Enable qemu-img convert Quiet mode 2023-03-18 18:49:31 +08:00
Howard Wu
e54892a94e Cleanup 2023-03-18 17:55:35 +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
a7421623b8 Fix typo 2023-03-18 13:59:21 +08:00
Howard Wu
9236fac730
Support 2302 (vhdx) (#416)
* 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 (#413) 2023-03-15 12:51:11 +08:00
Howard Wu
62d17d2fc8 pip install quiet 2023-03-14 22:51:13 +08:00
Howard Wu
2d39db8758 Disable pip install verbose output 2023-03-14 22:50:03 +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
Howard Wu
8d795a6bc3 Fix root menu 2023-03-12 02:19:41 +08:00
Howard Wu
fa79cc8480
Support integrate KernelSU (#403)
* Support integrate KernelSU

* Fix zip MIME type

* Better print
2023-03-08 22:40:19 +08:00
Howard Wu
4a04f98a08 Shellcheck check all branches 2023-03-07 18:12:49 +08:00
Howard Wu
b7778ffcec Don't ignore SC2086
Fix #342
Some user run the build script as root user, which cause makepri failed to read files from work dir, this change force using wine when run build in root user
2023-03-07 17:55:46 +08:00
LoveSy
db56036594
No need DT_NEEDED 2023-03-04 21:01:00 +08:00
Howard Wu
081213a1ed Enforce Magisk 24.0+ 2023-03-04 03:14:45 +08:00
Howard Wu
cfea6309d5 Mount SELinux policy path 2023-03-04 03:09:32 +08:00