diff options
author | Jay Freeman <saurik@saurik.com> | 2009-04-11 05:06:30 +0000 |
---|---|---|
committer | Jay Freeman <saurik@saurik.com> | 2009-04-11 05:06:30 +0000 |
commit | 6caf9027a7ff9597d63627ec61642abecd8850c5 (patch) | |
tree | 7593dd0ded3ddf9534bebf24d47e3d1fe7f42589 | |
parent | b4684285cfcc3987c4790aed72ef94113b0418a6 (diff) |
Removing Installer 3.x bootstrap overlay.
git-svn-id: http://svn.telesphoreo.org/trunk@584 514c082c-b64e-11dc-b46d-3d985efe055d
-rwxr-xr-x | over/usr/libexec/cydia_/fstab.sh | 9 | ||||
-rwxr-xr-x | over/usr/libexec/cydia_/godmode | bin | 8956 -> 0 bytes | |||
-rwxr-xr-x | over/usr/libexec/cydia_/space.sh | 4 |
3 files changed, 0 insertions, 13 deletions
diff --git a/over/usr/libexec/cydia_/fstab.sh b/over/usr/libexec/cydia_/fstab.sh deleted file mode 100755 index 0414389c3..000000000 --- a/over/usr/libexec/cydia_/fstab.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/usr/libexec/cydia_/bash -export PATH=/usr/libexec/cydia_ - -if grep -Ew 'noexec|ro' /etc/fstab >/dev/null; then - sed -i -e 's/\<ro\>/rw/;s/,noexec\>//' /etc/fstab - exit 1 -else - exit 0 -fi diff --git a/over/usr/libexec/cydia_/godmode b/over/usr/libexec/cydia_/godmode Binary files differdeleted file mode 100755 index 9ff8ec9eb..000000000 --- a/over/usr/libexec/cydia_/godmode +++ /dev/null diff --git a/over/usr/libexec/cydia_/space.sh b/over/usr/libexec/cydia_/space.sh deleted file mode 100755 index d03cb9e99..000000000 --- a/over/usr/libexec/cydia_/space.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/usr/libexec/cydia_/bash -export PATH=/usr/libexec/cydia_ -. /usr/libexec/cydia/space.sh -[[ $(df_ /) -gt 35651584 && $(df_ /var) -gt 35651584 ]] |