diff options
Diffstat (limited to 'labs/arm/pod1')
-rw-r--r-- | labs/arm/pod1/fuel/config/dea-pod-override.yaml | 24 |
1 files changed, 21 insertions, 3 deletions
diff --git a/labs/arm/pod1/fuel/config/dea-pod-override.yaml b/labs/arm/pod1/fuel/config/dea-pod-override.yaml index 91a82a4..f11ecf3 100644 --- a/labs/arm/pod1/fuel/config/dea-pod-override.yaml +++ b/labs/arm/pod1/fuel/config/dea-pod-override.yaml @@ -216,12 +216,30 @@ settings: extra_priority: null type: custom_repo_configuration value: - - name: ubuntu + - name: ubuntu-local priority: null section: main suite: trusty type: deb uri: http://10.20.0.2:8080/mirrors/ubuntu/ + - name: ubuntu + priority: null + section: main universe multiverse + suite: trusty + type: deb + uri: http://ports.ubuntu.com/ + - name: ubuntu-updates + priority: null + section: main universe multiverse + suite: trusty-updates + type: deb + uri: http://ports.ubuntu.com/ + - name: ubuntu-security + priority: null + section: main universe multiverse + suite: trusty-security + type: deb + uri: http://ports.ubuntu.com/ - name: mos priority: 1050 section: main restricted @@ -282,9 +300,9 @@ settings: linux-firmware-nonfree - linux-headers-generic-lts-xenial + linux-headers-4.4.0-45-generic - linux-image-generic-lts-xenial + linux-image-4.4.0-45-generic lvm2 |