summaryrefslogtreecommitdiff
path: root/home
diff options
context:
space:
mode:
authorX2Go Admin Account <x2go-admin@Debian-60-squeeze-64-minimal.(none)>2012-05-19 14:39:54 +0200
committerX2Go Admin Account <x2go-admin@Debian-60-squeeze-64-minimal.(none)>2012-05-19 14:39:54 +0200
commit401c50405a8c0d739fb55f4296b37484290c83c0 (patch)
tree9884cc9376661f7580f32cdff51a390cbed42436 /home
parentf4331ab1477831b4f69938d3134d9fe7a167bdf9 (diff)
downloadbuildscripts-401c50405a8c0d739fb55f4296b37484290c83c0.tar.gz
buildscripts-401c50405a8c0d739fb55f4296b37484290c83c0.tar.bz2
buildscripts-401c50405a8c0d739fb55f4296b37484290c83c0.zip
add PowerPC support for Ubuntu
Diffstat (limited to 'home')
-rw-r--r--home/.pbuilderrc8
1 files changed, 6 insertions, 2 deletions
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"