On 05/23/2018 07:48 PM, Chris Ross wrote: > Well, I tried running debootstrap, but I don't know how to point it somewhere > for a ports installation. I assume it should work, I just need the right > URL to give it? I tried all of: > > sudo debootstrap sid /z > sudo debootstrap sid /z http://ftp.ports.debian.org/debian-ports/ > sudo debootstrap sid /z http://ftp.ports.debian.org/debian-ports/pool-sparc64 > sudo debootstrap sid /z http://ftp.ports.debian.org/debian-ports/dists > sudo debootstrap sid /z http://ftp.ports.debian.org/debian-ports/dists/sid > > And it always fails the same way: > (...) > Anyone have a debootstrap recipie for sprac64? Thanks.
I always use: $ debootstrap --no-check-gpg --arch=sparc64 --variant=buildd sid sid-sparc64-sbuild http://ftp.de.debian.org/debian-ports You can use a different variant for your usecase, of course or just omit this parameter. Adrian -- .''`. John Paul Adrian Glaubitz : :' : Debian Developer - [email protected] `. `' Freie Universitaet Berlin - [email protected] `- GPG: 62FF 8A75 84E0 2956 9546 0006 7426 3B37 F5B5 F913

