mirror of
https://github.com/MustardChef/WSABuilds.git
synced 2024-11-10 21:55:11 +01:00
Create BusyBox.md
This commit is contained in:
parent
ab9d798e64
commit
8c6b8f1478
31
Guides/BusyBox.md
Normal file
31
Guides/BusyBox.md
Normal file
@ -0,0 +1,31 @@
|
|||||||
|
# WSABuilds <img src="https://img.shields.io/github/downloads/MustardChef/WSABuilds/total?label=Total%20Downloads&style=for-the-badge"/>
|
||||||
|
|
||||||
|
|
||||||
|
## Guide: Moving/Installing Windows Subsystem For Android™ (WSA) to another partition or disk
|
||||||
|
|
||||||
|
### Preface:
|
||||||
|
##### Since Magisk has BusyBox built-in already, this proceedure is very simple
|
||||||
|
|
||||||
|
## Process
|
||||||
|
|
||||||
|
### Step 1:
|
||||||
|
Using an Android browser downloaded though the Play Store/sideloaded into WSA, download the following [Magisk Module](https://github.com/Magisk-Modules-Alt-Repo/BuiltIn-BusyBox) to install and symlink BusyBox with its applets to the Magisk built-in busybox binary. No need to do it manually or to get a Custom Build.
|
||||||
|
|
||||||
|
### Step 2:
|
||||||
|
Through Magisk Manager, install the Magisk module .zip file
|
||||||
|
|
||||||
|
### Step 3 (Optional):
|
||||||
|
You can then test if BusyBox is working by either using a Root Checker:
|
||||||
|
![image](https://user-images.githubusercontent.com/68516357/219951996-cd72359c-cfa7-4b99-8965-8249b0c917e1.png)
|
||||||
|
|
||||||
|
or by using ADB Shell and:
|
||||||
|
|
||||||
|
`` adb shell ``
|
||||||
|
``su``
|
||||||
|
``busybox | head -1``
|
||||||
|
|
||||||
|
![image](https://user-images.githubusercontent.com/68516357/219952139-7037c81a-a3d6-4e34-9cb7-84601f5cd990.png)
|
||||||
|
|
||||||
|
|
||||||
|
### If you find yourself stuck, or do not understand any steps in the guide, Join the Discord and ask here:
|
||||||
|
[<img src="https://invidget.switchblade.xyz/2thee7zzHZ" style="width: 400px;"/>](https://discord.gg/2thee7zzHZ)
|
Loading…
Reference in New Issue
Block a user