mirror of
https://git.launchpad.net/livecd-rootfs
synced 2025-06-09 17:11:35 +00:00
Set ports/archive as appropriate for default mirror
This commit is contained in:
parent
0e66c9e3f0
commit
bd20b4321b
@ -30,7 +30,11 @@ if [ -z "$MIRROR" ]; then
|
|||||||
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/
|
*.buildd) MIRROR=http://ftpmaster.internal/ubuntu/
|
||||||
SEEDMIRROR=http://archive-team.internal/seeds/
|
SEEDMIRROR=http://archive-team.internal/seeds/
|
||||||
;;
|
;;
|
||||||
*) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
|
*) case $ARCH in
|
||||||
|
i386|amd64) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
|
||||||
|
*) MIRROR=http://ports.ubuntu.com/ubuntu-ports ;;
|
||||||
|
esac
|
||||||
|
;;
|
||||||
esac
|
esac
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user