Thanks for all the info. For some reason now when I run Android terminal after this it always displays the root '#' prompt, even before I type 'su' this is a security concern to me (I'm not in debian yet). When I type exit the terminal closes. I can't figure out how to get back the '$' user prompt.
I'm also a bit concerned that some mounts aren't working, after a fresh install I booted up, ran the first time script and then ran 'df -h' and received a bunch of errors. Can someone help me with these two issues? See below...
a888a
d888888b
8P YP Y88
8|o||o|88
8. .88
8 ._. Y8.
d/ 8b.
.dP . Y8b.
d8: ::88b.
d8 Y88b
:8P :888
8a. : _a88P
._/ Yaa_ : .| 88P|
YP | 8P .
/ ._____.d| .|
--..__)888888P ._.|
Custom Linux Pseudo Bootstrapper V2.1 - by Mark Walker
WEB:
http://www.androidfanatic.com
EML:
This e-mail address is being protected from spambots. You need JavaScript enabled to view it
Starting init process
INIT: Debian booting.....
Running Linux Kernel
net.ipv4.ip_forward = 1
AutoMounter started
Type EXIT to end session
Make sure you do a proper EXIT for a clean kill of Debian!
localhost:/# cd /start
bash: cd: /start: No such file or directory
localhost:/# cd /scripts
localhost:/scripts# ls
onetime.sh
localhost:/scripts# ./onetime.sh
mount: devpts already mounted or /dev/pts busy
mount: according to mtab, devpts is already mounted on /dev/pts
mount: proc already mounted
mount: sysfs already mounted or /sys busy
mount: according to mtab, sysfs is already mounted on /sys
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
localhost:/scripts# df -h
Filesystem Size Used Avail Use% Mounted on
rootfs 4.0G 363M 3.5G 10% /
tmpfs 4.0G 363M 3.5G 10% /dev
df: `/sqlite_stmt_journals': No such file or directory
df: `/system': No such file or directory
df: `/system/modules': No such file or directory
df: `/system/xbin': No such file or directory
df: `/data': No such file or directory
df: `/cache': No such file or directory
df: `/sdcard': No such file or directory
/dev/block/loop2 4.0G 363M 3.5G 10% /
localhost:/scripts#