Add general purpose script execution

This commit is contained in:
topjohnwu
2017-02-06 00:13:25 +08:00
parent 472255924a
commit 45dbd4464b
2 changed files with 10 additions and 2 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ log_print() {
log_print "Moving and linking /sbin binaries"
mount -o rw,remount rootfs /
/dev/busybox/cp -afc /sbin /sbin_orig
cp -af /sbin /sbin_orig
mount -o ro,remount rootfs /
log_print "Exposing su binary"