View Single Post
Old 11-05-2012, 09:31 AM   #35
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: 6299991
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
Quote:
Transferring the ext3 file via ssh
(1024*1024*0.13*8) /~800 /60
roughly 22+ minutes.
To get the ball rolling for initial steps.

(debian)
export LC_ALL=C LANGUAGE=C LANG=C
/var/lib/dpkg/info/dash.preinst install
dpkg --configure -a

apt-get --no-install-recommends install apt-utils dialog nano wget locales

touch /etc/apt/sources.list.d/fso.list

cat /etc/apt/sources.list.d/fso.list << EOF
deb http://pkg-fso.alioth.debian.org/debian unstable main
EOF


cd

wget http://pkg-fso.alioth.debian.org/pkg...sitory-key.gpg

apt-key add pkg-fso-repository-key.gpg

rm pkg-fso-repository-key.gpg

apt-get update

dpkg-reconfigure locales

apt-get --no-install-recommends install matchbox-common sudo libfakekey0 xserver-xephyr dbus matchbox-window-manager psmisc sgt-puzzles vala-terminal netsurf-gtk hicolor-icons-theme is that everything?

(copy the files to /root from DOS website via some method or another...) we installed wget remember...

for example: cd /root; wget
http://dosowisko.net/kindle/debian/l...ntu4_armel.deb


(go get the others too... they are listed here below)

dpkg --force-depends -i /root/libmokoui2-0_0.3+bzr20080630-0ubuntu4_armel.deb
apt-get --no-install-recommends -f install


dpkg -i /root/matchbox-desktop_2.0-4.1_armel.deb

dpkg --force-depends -i /root/matchbox-desktop_2.0-4.1_armel.deb
apt-get --no-install-recommends -f install


dpkg --force-depends -i /root/matchbox-panel-2_0.9.3-8_armel.deb
apt-get --no-install-recommends -f install


dpkg -i /root/matchbox-keyboard_0.1+svn20121101+really20080916-1_armel.deb

dpkg -i /root/matchbox-keyboard-im_0.1+svn20121101+really20080916-1_armel.deb

Last edited by twobob; 11-21-2012 at 10:36 PM.
twobob is offline   Reply With Quote