td Wrote: ------------------------------------------------------- > I tried forcing the debootstrap script to continue > by changing line 402 in debootstrap script to: > > else > # error 1 WHATARCH "Couldn't work out > current architecture" > ARCH="armel" > fi > > than he goes on, but all downloaded packages areby Drizzt321 - Debian
I dunno. Looking at the debootstrap script, it tries to use dpkg or udpkg to get the local architecture, or the /user/share/deboostrap/arch (I think) to get the architecture. Except my deboostrap/arch file/dir is missing.by Drizzt321 - Debian
Weird. Mine's an E02 as well. Could it be different Pogo firmware versions causing a problem with debootstrap trying to figure out the architecture?by Drizzt321 - Debian
Ok, so, what I did was made the root FS read-write, edited /usr/local/debootstrap, changed line 404 to be HOST_ARCH=armel, and then saved, and remounted root as read-only. May have worked, not sure. Pretty much all the packages it's downloaded it's saying are corrupt.by Drizzt321 - Debian
I'm trying to install on the Pogo Plug (model POGO-E02, the pink one) following your instructions at http://jeff.doozan.com/debian/. Works fine, until it tries to run debootstrap. I get the following error: # Starting debootstrap installation E: Couldn't work out current architecture debootstrap failed. See /tmp/debian/debootstrap/debootstrap.log for more information. Howeverby Drizzt321 - Debian