Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wahyu6070/magiskbootkitchen
mbk.sh
https://github.com/wahyu6070/magiskbootkitchen
Last synced: about 2 months ago
JSON representation
mbk.sh
- Host: GitHub
- URL: https://github.com/wahyu6070/magiskbootkitchen
- Owner: wahyu6070
- Created: 2020-03-26T17:14:26.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T15:50:27.000Z (almost 4 years ago)
- Last Synced: 2024-01-07T19:26:36.695Z (about 1 year ago)
- Language: Shell
- Size: 1.84 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Magisk Boot Kitchen
- Magisk boot kitchen repack,unpack,patched magisk boot
- this is a tool to install magisk to boot.img, kernel, initrd, ramsidk. the main purpose of this tool is to install magisk on android-x86 (pc). but you can use this on android (mobile)
# Informations
[telegram group](www.t.me/wahyu6070group)# Usage
- git clone https://github.com/Wahyu6070/MagiskBootKitchen
- cd MagiskBootKitchen
- Moved boot.img/ramdisk.img/initrd.img/kernel to (Folder input)
- chmod 777 mbk.sh
- ./mbk.sh# Manual mbk
- usage ./mbk.sh -i [Folder input] -o [Folder output]
-
- -i --input Folder input
- -o --output Folder output
-
- Example : ./mbk.sh -i /home/wahyu6070/downloads -o /home/wahyu6070/videos
- Example2 : sh mbk.sh --input /sdcard --output /sdcard/music
-# Magisk Version
- Magisk base Version : [v20.3](https://github.com/topjohnwu/Magisk/releases/tag/v20.3)
- Magisk Manager Version : [v7.5.1](https://github.com/topjohnwu/Magisk/releases/tag/manager-v7.5.1)# Credits
- [topjohnwu](https://github.com/topjohnwu/Magisk) magisk
- [osm0sis](https://github.com/osm0sis/mkbootimg) mkbootimg
-