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? : )