debootstrap intrepid
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://
but I have:
I: Retrieving Release
I: Retrieving Packages
I: Retrieving Packages
I: Retrieving Packages
E: Couldn't download dists/intrepid/
then I install deboostrap 1.0.9 in same linux, I run:
debootstrap --arch powerpc intrepid /mnt/ubuntu/
http://
I: Retrieving Release
I: Retrieving Packages
I: Retrieving Packages
I: Retrieving Packages
E: Couldn't download dists/intrepid/
can you help me?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- sacarde
- Solved:
- 2008-07-04
- Last query:
- 2008-07-04
- Last reply:
- 2008-07-04
This question was originally filed as bug #245407.
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://
See: http://
sacarde (sacarde) said : | #2 |
oh, sorry...
I view in daily 2/7/08 kubuntu ppc documentation : .../en/
but now it works OK
thankyou
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.