View Single Post
Old 09-02-2012, 08:19 PM   #43
twobob
( ͡° ͜ʖ ͡°){ʇlnɐɟ ƃǝs}Týr
twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.twobob ought to be getting tired of karma fortunes by now.
 
twobob's Avatar
 
Posts: 6,586
Karma: 6299993
Join Date: Jun 2012
Location: uti gratia usura (Yao ying da ying; Mo ying da yieng)
Device: PW-WIFI|K5-3G+WIFI| K4|K3-3G|DXG|K2| Rooted Nook Touch
well. that was easy


root@kindle:root> exit
Connection to k closed.
me@dev ~ $ ssh root@k
Quote:
#################################################
# N O T I C E * N O T I C E * N O T I C E #
#################################################
Rootfs is mounted read-only. Invoke mntroot rw to
switch back to a writable rootfs.
#################################################
[root@kindle root]# busybox
BusyBox v1.20.2 (2012-09-02 18:22:56 BST) multi-call binary.
Copyright (C) 1998-2011 Erik Andersen, Rob Landley, Denys Vlasenko
and others. Licensed under GPLv2.
See source distribution for full notice.

Usage: busybox [function] [arguments]...
or: busybox --list[-full]
or: busybox --install [-s] [DIR]
or: function [arguments]...
blah blah
I just source ./mnt/us/.alias at the end of my .alias in /home/root
(Future reader: Don't look you don't have one, I added it /etc/passwd - read the docs)

and stick PATH=/mnt/us/usr/local/bin:/mnt/us/usr/bin:/mnt/us/bin:/mnt/us/usr/sbin:/mnt/us/sbin:\
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin:/mnt/us/home/root

in my /home/root/.bashrc (err you don't have one of them either)

and my myts .bashrc simply now contains . /home/root/.bashrc - bliss

Guess we could strap something similar together for a sketchy runtime or just replace the busybox outright one day when it is tested into the ground.

Anyways for now I have a fully working busybox 1.20.blah with all the relevant calls ported BEFORE the shell gets a chance to steal them.

Happy days. what's next? : )

Last edited by twobob; 09-02-2012 at 08:34 PM.
twobob is offline   Reply With Quote