Skip to content

Commit

Permalink
Commit on 20180916 branch master 87324787408287
Browse files Browse the repository at this point in the history
  • Loading branch information
SDRausty committed Sep 17, 2018
1 parent c163ab6 commit a0db0f1
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 11 deletions.
5 changes: 5 additions & 0 deletions knownconfigurations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if [[ "$KOE" ]] ; then
PROOTSTMNT+="--kill-on-exit "
fi
PROOTSTMNT+="--link2symlink -0 -r $INSTALLDIR "
# PROOTSTMNT+="-0 -r $INSTALLDIR "
if [[ ! -r /dev/ashmem ]] ; then
PROOTSTMNT+="-b $INSTALLDIR/tmp:/dev/ashmem "
fi
Expand All @@ -84,6 +85,10 @@ if [[ -n "$(ls -A "$INSTALLDIR"/var/binds/*.prs)" ]] ; then
done
fi
PROOTSTMNT+="-b \"\$ANDROID_DATA\" -b /dev/ -b \"\$EXTERNAL_STORAGE\" -b \"\$HOME\" -b /proc/ -b /storage/ -b /sys/ -w \"\$PWD\" /usr/bin/env -i HOME=/root TERM=$TERM "
PROOTSTMNTU="${PROOTSTMNT//--link2symlink }"
# echo $PROOTSTMNT
# echo $PROOTSTMNTU
# exit
}
_PR00TSTRING_

Expand Down
4 changes: 2 additions & 2 deletions necessaryfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ _MAKESTARTBIN_() {
printf '\033]2; $STARTBIN login user [options] 📲 \007'
set +Eeuo pipefail
EOM
echo "$PROOTSTMNT /bin/su - \"\$ar2ar\" ||:" >> "$STARTBIN"
echo "$PROOTSTMNTU /bin/su - \"\$ar2ar\" ||:" >> "$STARTBIN"
cat >> "$STARTBIN" <<- EOM
set -Eeuo pipefail
printf '\033]2; $STARTBIN login user [options] 📲 \007'
Expand All @@ -256,7 +256,7 @@ _MAKESTARTBIN_() {
fi
set +Eeuo pipefail
EOM
echo "$PROOTSTMNT /bin/su - \"\$2\" -c \"\$ar3ar\" ||:" >> "$STARTBIN"
echo "$PROOTSTMNTU /bin/su - \"\$2\" -c \"\$ar3ar\" ||:" >> "$STARTBIN"
cat >> "$STARTBIN" <<- EOM
set -Eeuo pipefail
printf '\033]2; $STARTBIN su user command 📲 \007'
Expand Down
2 changes: 1 addition & 1 deletion printoutstatements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FLHDR1[1]="# IFS=$'\\n\\t'"
FLHDR1[2]="set -Eeuo pipefail"
FLHDR1[3]="# shopt -s nullglob globstar"
FLHDR1[4]="unset LD_PRELOAD"
FLHDR1[5]="versionid=v1.6.id8789"
FLHDR1[5]="versionid=v1.6.id0901"
FLHDR1[6]=" "
FLHDRP[0]="## BEGIN #######################################################################"
FLHDRP[1]=""
Expand Down
5 changes: 5 additions & 0 deletions scripts/files/stable/knownconfigurations.sh
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ if [[ "$KOE" ]] ; then
PROOTSTMNT+="--kill-on-exit "
fi
PROOTSTMNT+="--link2symlink -0 -r $INSTALLDIR "
# PROOTSTMNT+="-0 -r $INSTALLDIR "
if [[ ! -r /dev/ashmem ]] ; then
PROOTSTMNT+="-b $INSTALLDIR/tmp:/dev/ashmem "
fi
Expand All @@ -84,6 +85,10 @@ if [[ -n "$(ls -A "$INSTALLDIR"/var/binds/*.prs)" ]] ; then
done
fi
PROOTSTMNT+="-b \"\$ANDROID_DATA\" -b /dev/ -b \"\$EXTERNAL_STORAGE\" -b \"\$HOME\" -b /proc/ -b /storage/ -b /sys/ -w \"\$PWD\" /usr/bin/env -i HOME=/root TERM=$TERM "
PROOTSTMNTU="${PROOTSTMNT//--link2symlink }"
# echo $PROOTSTMNT
# echo $PROOTSTMNTU
# exit
}
_PR00TSTRING_

Expand Down
4 changes: 2 additions & 2 deletions scripts/files/stable/necessaryfunctions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ _MAKESTARTBIN_() {
printf '\033]2; $STARTBIN login user [options] 📲 \007'
set +Eeuo pipefail
EOM
echo "$PROOTSTMNT /bin/su - \"\$ar2ar\" ||:" >> "$STARTBIN"
echo "$PROOTSTMNTU /bin/su - \"\$ar2ar\" ||:" >> "$STARTBIN"
cat >> "$STARTBIN" <<- EOM
set -Eeuo pipefail
printf '\033]2; $STARTBIN login user [options] 📲 \007'
Expand All @@ -256,7 +256,7 @@ _MAKESTARTBIN_() {
fi
set +Eeuo pipefail
EOM
echo "$PROOTSTMNT /bin/su - \"\$2\" -c \"\$ar3ar\" ||:" >> "$STARTBIN"
echo "$PROOTSTMNTU /bin/su - \"\$2\" -c \"\$ar3ar\" ||:" >> "$STARTBIN"
cat >> "$STARTBIN" <<- EOM
set -Eeuo pipefail
printf '\033]2; $STARTBIN su user command 📲 \007'
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/stable/printoutstatements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FLHDR1[1]="# IFS=$'\\n\\t'"
FLHDR1[2]="set -Eeuo pipefail"
FLHDR1[3]="# shopt -s nullglob globstar"
FLHDR1[4]="unset LD_PRELOAD"
FLHDR1[5]="versionid=v1.6.id8789"
FLHDR1[5]="versionid=v1.6.id0901"
FLHDR1[6]=" "
FLHDRP[0]="## BEGIN #######################################################################"
FLHDRP[1]=""
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/stable/setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IFS=$'\n\t'
set -Eeuo pipefail
shopt -s nullglob globstar
unset LD_PRELOAD
versionid="v1.6.id8789"
versionid="v1.6.id0901"
## INIT FUNCTIONS ##############################################################

_ARG2DIR_() { # Argument as ROOTDIR.
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/working/printoutstatements.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ FLHDR1[1]="# IFS=$'\\n\\t'"
FLHDR1[2]="set -Eeuo pipefail"
FLHDR1[3]="# shopt -s nullglob globstar"
FLHDR1[4]="unset LD_PRELOAD"
FLHDR1[5]="versionid=gen.v1.6.id367273603415"
FLHDR1[5]="versionid=v1.6.id0901"
FLHDR1[6]=" "
FLHDRP[0]="## BEGIN #######################################################################"
FLHDRP[1]=""
Expand Down
2 changes: 1 addition & 1 deletion scripts/files/working/setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IFS=$'\n\t'
set -Eeuo pipefail
shopt -s nullglob globstar
unset LD_PRELOAD
versionid="gen.v1.6.id367273603415"
versionid="v1.6.id0901"
## INIT FUNCTIONS ##############################################################

_ARG2DIR_() { # Argument as ROOTDIR.
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ IFS=$'\n\t'
set -Eeuo pipefail
shopt -s nullglob globstar
unset LD_PRELOAD
versionid="v1.6.id8789"
versionid="v1.6.id0901"
## INIT FUNCTIONS ##############################################################

_ARG2DIR_() { # Argument as ROOTDIR.
Expand Down
2 changes: 1 addition & 1 deletion setupTermuxArch.sha512
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3153cfe457cbb2f0b32a25683b43f97adb36e15ec27c1716a8c45ea0ed65387b8394ca8f51b9d1dfea9e2f21d98b8dd64b43cc55fcd5e710594fcb5f8159c1f7 setupTermuxArch.tar.gz
7038157e017460c584b2854ebce2b76dd79ae31428ae0f80c970a86038899409482a513637f72366939fbad7a441acbac07d155f927a11fa8b4323c40d5989e2 setupTermuxArch.tar.gz
Binary file modified setupTermuxArch.tar.gz
Binary file not shown.

0 comments on commit a0db0f1

Please sign in to comment.