mirror of
https://github.com/topjohnwu/Magisk.git
synced 2025-06-12 05:07:45 +02:00
Remove code in scripts that should be removed
This commit is contained in:
@ -164,14 +164,6 @@ if [ -f magisk64 ]; then
|
||||
unset SKIP64
|
||||
fi
|
||||
|
||||
# Work around custom legacy Sony /init -> /(s)bin/init_sony : /init.real setup
|
||||
INIT=init
|
||||
SKIPSONY="#"
|
||||
if ./magiskboot cpio ramdisk.cpio "exists init.real"; then
|
||||
INIT=init.real
|
||||
unset SKIPSONY
|
||||
fi
|
||||
|
||||
./magiskboot cpio ramdisk.cpio \
|
||||
"add 0750 $INIT magiskinit" \
|
||||
"mkdir 0750 overlay.d" \
|
||||
|
Reference in New Issue
Block a user