View Single Post
Old 11-04-2012, 08:02 PM   #21
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
EDIT: REMEMBER TO LAUNCH WITH THE debian.sh PROVIDED BY DOS!
THAT WILL FIX THE RESOLV.CONF ISSUES OUTLINED HERE

Spoiler:
Quote:
Originally Posted by dos1 View Post
Oh, this one. Your quoted config is ok, you'll add other repos later, after installation.

When you're done, chroot into it on device and create file /etc/apt/sources.list.d/fso.list with content:
Code:
deb http://pkg-fso.alioth.debian.org/debian unstable main
Then just apt-get update and you're ready
Code:
[root@kindle root]# chroot /mnt/debian /bin/bash
bash: warning: setlocale: LC_ALL: cannot change locale (en_US.UTF-8)
Code:
I have no name!@kindle:/# nano -w /etc/apt/sources.list.d/fso.list
bash: nano: command not found
I have no name!@kindle:/# vi -w /etc/apt/sources.list.d/fso.list
bash: vi: command not found
I have no name!@kindle:/# cat > /etc/apt/sources.list.d/fso.list << EOF
> deb http://pkg-fso.alioth.debian.org/debian unstable main
> EOF
Quote:
I have no name!@kindle:/# apt-get update
Err http://pkg-fso.alioth.debian.org unstable InRelease

Err http://pkg-fso.alioth.debian.org unstable Release.gpg
Could not resolve 'pkg-fso.alioth.debian.org'
Err http://ftp.uk.debian.org sid InRelease

Err http://ftp.uk.debian.org sid Release.gpg
Could not resolve 'ftp.uk.debian.org'
Reading package lists... Done
W: Failed to fetch http://pkg-fso.alioth.debian.org/deb...able/InRelease

W: Failed to fetch http://ftp.uk.debian.org/debian/dists/sid/InRelease

W: Failed to fetch http://pkg-fso.alioth.debian.org/deb...le/Release.gpg Could not resolve 'pkg-fso.alioth.debian.org'

W: Failed to fetch http://ftp.uk.debian.org/debian/dists/sid/Release.gpg Could not resolve 'ftp.uk.debian.org'

W: Some index files failed to download. They have been ignored, or old ones used instead.
I have no name!@kindle:/#
need to tidy that up

EDIT:

[root@kindle root]# cp /etc/resolv.conf /mnt/debian/etc/resolv.conf
(from the native 3)

Last edited by twobob; 11-05-2012 at 07:03 AM.
twobob is offline   Reply With Quote