From 51a0e82eb29a6dfc79f93479883383fbdbf8bcc2 Mon Sep 17 00:00:00 2001 From: Dees_Troy Date: Wed, 5 Sep 2012 15:24:24 -0400 Subject: TWRP-ify AOSP code Pull in most TWRP sources Stub out partition management code Make it compile -- probably will not boot Kind of a mess but have to start somewhere --- prebuilt/bbinstall.sh | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 prebuilt/bbinstall.sh (limited to 'prebuilt/bbinstall.sh') diff --git a/prebuilt/bbinstall.sh b/prebuilt/bbinstall.sh new file mode 100755 index 000000000..c59fec2b7 --- /dev/null +++ b/prebuilt/bbinstall.sh @@ -0,0 +1,9 @@ +#!/sbin/sh + +for cmd in $(/sbin/busybox --list); do + /sbin/busybox ln -s /sbin/busybox /sbin/$cmd +done + +ln -sf /sbin/pigz /sbin/gzip +ln -sf /sbin/unpigz /sbin/gunzip +rm /sbin/mkdosfs \ No newline at end of file -- cgit v1.2.3