From 401c50405a8c0d739fb55f4296b37484290c83c0 Mon Sep 17 00:00:00 2001 From: X2Go Admin Account Date: Sat, 19 May 2012 14:39:54 +0200 Subject: add PowerPC support for Ubuntu --- home/.pbuilderrc | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'home') diff --git a/home/.pbuilderrc b/home/.pbuilderrc index 7043228..a873955 100644 --- a/home/.pbuilderrc +++ b/home/.pbuilderrc @@ -35,7 +35,7 @@ KERNEL_IMAGE=/srv/pbuilder/qemu-kernels/$ARCH/vmlinuz ARCH_DISKDEVICE=sd if [ "x$ARCH" = "xarmel" ]; then MEMORY_MEGS=256 - INITRD="" + INITRD= else SMP="2" MEMORY_MEGS=512 @@ -43,7 +43,11 @@ else fi if [ "x${DIST}" = "xubuntu" ]; then - MIRRORSITE="http://localhost:3142/ubuntu" + if [ "x$ARCH" = "xarmel" ] || [ "x$ARCH" = "xpowerpc" ]; then + MIRRORSITE="http://localhost:3142/ports.ubuntu.com/" + else + MIRRORSITE="http://localhost:3142/ubuntu" + fi elif [ "x${DIST}" = "xdebian" ]; then if [ "x${CODENAME}" = "xlenny" ]; then MIRRORSITE="http://localhost:3142/archive.debian.org/debian" -- cgit v1.2.3