debootstrap intrepid

Asked by sacarde

Binary package hint: debian-installer

hi,
   I have installed debootstrap 1.0.10 in my archlinux-ppc, I run:

debootstrap --arch powerpc intrepid /mnt/ubuntu/
http://archive.ubuntu.com/ubuntu

but I have:
I: Retrieving Release
I: Retrieving Packages
I: Retrieving Packages
I: Retrieving Packages
E: Couldn't download dists/intrepid/main/binary-powerpc/Packages

then I install deboostrap 1.0.9 in same linux, I run:

debootstrap --arch powerpc intrepid /mnt/ubuntu/
http://archive.ubuntu.com/ubuntu

I: Retrieving Release
I: Retrieving Packages
I: Retrieving Packages
I: Retrieving Packages
E: Couldn't download dists/intrepid/main/binary-powerpc/Packages

can you help me?

Question information

Language:
English Edit question
Status:
Solved
For:
Ubuntu debian-installer Edit question
Assignee:
No assignee Edit question
Solved by:
sacarde
Solved:
Last query:
Last reply:

This question was originally filed as bug #245407.

Revision history for this message
Albert Damen (albrt) said :
#1

With the release of Hardy, the PowerPC archive has been moved from archive.ubuntu.com to ports.ubuntu.com.
So now you have to use debootstrap --arch powerpc intrepid /mnt/ubuntu/ http://ports.ubuntu.com/ubuntu-ports/

See: http://www.ubuntu.com/getubuntu/releasenotes/804 for the announcement of the move.

Revision history for this message
sacarde (sacarde) said :
#2

oh, sorry...

I view in daily 2/7/08 kubuntu ppc documentation : .../en/apds04.html#id2591958

but now it works OK

thankyou

Revision history for this message
Colin Watson (cjwatson) said :
#3

You should generally just leave out the URL, since debootstrap can figure it out for itself. For the next upload of installation-guide, I've changed the documentation not to recommend including it.