mirror of
https://git.launchpad.net/livecd-rootfs
synced 2026-04-02 15:11:17 +00:00
Switch arm64 mirror from ports to archive
This commit is contained in:
parent
2e501bc3a9
commit
c563ba5bf2
@ -41,8 +41,8 @@ if [ -z "$MIRROR" ]; then
|
|||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
case $ARCH in
|
case $ARCH in
|
||||||
i386|amd64) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
|
i386|amd64|arm64) MIRROR=http://archive.ubuntu.com/ubuntu/ ;;
|
||||||
*) MIRROR=http://ports.ubuntu.com/ubuntu-ports/ ;;
|
*) MIRROR=http://ports.ubuntu.com/ubuntu-ports/ ;;
|
||||||
esac
|
esac
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|||||||
@ -76,7 +76,7 @@ system_info:
|
|||||||
templates_dir: /etc/cloud/templates/
|
templates_dir: /etc/cloud/templates/
|
||||||
upstart_dir: /etc/init/
|
upstart_dir: /etc/init/
|
||||||
package_mirrors:
|
package_mirrors:
|
||||||
- arches: [i386, amd64]
|
- arches: [i386, amd64, arm64]
|
||||||
failsafe:
|
failsafe:
|
||||||
primary: http://archive.ubuntu.com/ubuntu
|
primary: http://archive.ubuntu.com/ubuntu
|
||||||
security: http://security.ubuntu.com/ubuntu
|
security: http://security.ubuntu.com/ubuntu
|
||||||
@ -86,7 +86,7 @@ system_info:
|
|||||||
- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
|
- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
|
||||||
- http://%(region)s.clouds.archive.ubuntu.com/ubuntu/
|
- http://%(region)s.clouds.archive.ubuntu.com/ubuntu/
|
||||||
security: []
|
security: []
|
||||||
- arches: [arm64, armel, armhf]
|
- arches: [armel, armhf]
|
||||||
failsafe:
|
failsafe:
|
||||||
primary: http://ports.ubuntu.com/ubuntu-ports
|
primary: http://ports.ubuntu.com/ubuntu-ports
|
||||||
security: http://ports.ubuntu.com/ubuntu-ports
|
security: http://ports.ubuntu.com/ubuntu-ports
|
||||||
|
|||||||
@ -76,7 +76,7 @@ system_info:
|
|||||||
templates_dir: /etc/cloud/templates/
|
templates_dir: /etc/cloud/templates/
|
||||||
upstart_dir: /etc/init/
|
upstart_dir: /etc/init/
|
||||||
package_mirrors:
|
package_mirrors:
|
||||||
- arches: [i386, amd64]
|
- arches: [i386, amd64, arm64]
|
||||||
failsafe:
|
failsafe:
|
||||||
primary: http://archive.ubuntu.com/ubuntu
|
primary: http://archive.ubuntu.com/ubuntu
|
||||||
security: http://security.ubuntu.com/ubuntu
|
security: http://security.ubuntu.com/ubuntu
|
||||||
@ -86,7 +86,7 @@ system_info:
|
|||||||
- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
|
- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
|
||||||
- http://%(region)s.clouds.archive.ubuntu.com/ubuntu/
|
- http://%(region)s.clouds.archive.ubuntu.com/ubuntu/
|
||||||
security: []
|
security: []
|
||||||
- arches: [arm64, armel, armhf]
|
- arches: [armel, armhf]
|
||||||
failsafe:
|
failsafe:
|
||||||
primary: http://ports.ubuntu.com/ubuntu-ports
|
primary: http://ports.ubuntu.com/ubuntu-ports
|
||||||
security: http://ports.ubuntu.com/ubuntu-ports
|
security: http://ports.ubuntu.com/ubuntu-ports
|
||||||
|
|||||||
@ -76,7 +76,7 @@ system_info:
|
|||||||
templates_dir: /etc/cloud/templates/
|
templates_dir: /etc/cloud/templates/
|
||||||
upstart_dir: /etc/init/
|
upstart_dir: /etc/init/
|
||||||
package_mirrors:
|
package_mirrors:
|
||||||
- arches: [i386, amd64]
|
- arches: [i386, amd64, arm64]
|
||||||
failsafe:
|
failsafe:
|
||||||
primary: http://archive.ubuntu.com/ubuntu
|
primary: http://archive.ubuntu.com/ubuntu
|
||||||
security: http://security.ubuntu.com/ubuntu
|
security: http://security.ubuntu.com/ubuntu
|
||||||
@ -86,7 +86,7 @@ system_info:
|
|||||||
- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
|
- http://%(availability_zone)s.clouds.archive.ubuntu.com/ubuntu/
|
||||||
- http://%(region)s.clouds.archive.ubuntu.com/ubuntu/
|
- http://%(region)s.clouds.archive.ubuntu.com/ubuntu/
|
||||||
security: []
|
security: []
|
||||||
- arches: [arm64, armel, armhf]
|
- arches: [armel, armhf]
|
||||||
failsafe:
|
failsafe:
|
||||||
primary: http://ports.ubuntu.com/ubuntu-ports
|
primary: http://ports.ubuntu.com/ubuntu-ports
|
||||||
security: http://ports.ubuntu.com/ubuntu-ports
|
security: http://ports.ubuntu.com/ubuntu-ports
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user