Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Clean old init for recovery, not needed any more. + removed system mo…
…unt.
  • Loading branch information
dorimanx committed Aug 17, 2012
1 parent 848d0c4 commit 0da5395
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 124 deletions.
3 changes: 2 additions & 1 deletion recovery.rc
Expand Up @@ -21,7 +21,7 @@ on init
mount /tmp /tmp tmpfs

on fs
mount ext4 /dev/block/mmcblk0p9 /system noatime wait
# mount ext4 /dev/block/mmcblk0p9 /system noatime wait

# mkdir /efs
# mount ext4 /dev/block/mmcblk0p1 /efs nosuid nodev noatime wait
Expand Down Expand Up @@ -72,3 +72,4 @@ on property:service.adb.root=1
write /sys/class/android_usb/android0/enable 0
restart adbd
write /sys/class/android_usb/android0/enable 1

122 changes: 0 additions & 122 deletions res/misc/recovery-init/init.smdk4210.rc

This file was deleted.

1 change: 0 additions & 1 deletion sbin/init
Expand Up @@ -13,7 +13,6 @@ if grep -q bootmode=2 /proc/cmdline ; then
echo 0 > /proc/sys/kernel/rom_feature_set
cp /res/images/recovery-icon.png /res/images/icon_clockwork.png
cp -a /recovery.rc /init.rc
cp /res/misc/recovery-init/init.smdk4210.rc /init.smdk4210.rc
exec /sbin/init.recovery
fi;

Expand Down

0 comments on commit 0da5395

Please sign in to comment.