Magisk/scripts
topjohnwu 1cd45b53b1 Support recovery based Magisk
Some devices (mainly new Samsung phones we're talking here...) using
A only system-as-root refuse to load ramdisk when booted with boot
no matter what we do. With many A only system-as-root devices, even
though their boot image is kernel only, we can still be able to add
a ramdisk section into the image and force the kernel to use it as
rootfs. However the bootloader on devices like the S10 simply does
not load anything within boot image into memory other than the kernel.
This gives as the only option is to install Magisk on the recovery
partition. This commits adds proper support for these kind of scenarios.
2019-03-30 00:49:48 -04:00
..
addon.d.sh Update scripts 2019-02-24 02:11:11 -05:00
boot_patch.sh Support recovery based Magisk 2019-03-30 00:49:48 -04:00
flash_script.sh Remove unnecessary '--' from magiskboot actions 2019-03-07 18:07:23 -05:00
magisk_uninstaller.sh Update scripts 2019-02-24 02:11:11 -05:00
module_installer.sh Properly setup update flag in module installer 2019-03-27 22:20:39 -04:00
update_binary.sh Update scripts 2019-02-24 02:11:11 -05:00
util_functions.sh Support recovery based Magisk 2019-03-30 00:49:48 -04:00