blob: 3c9f322a893aa679932ed11430d744cbbb3efb0e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
---
bootstrap_distro:
name: "noble" # => Ubuntu 24.04
mirror_url: "http://archive.ubuntu.com/ubuntu/"
packages:
- "linux-generic-hwe-24.04"
bootstrap_opts: ""
bootstrap_apt_ignored_preferences: |
Package: grub-common grub2-common grub-pc grub-pc-bin grub-gfxpayload-lists
Pin: release *
Pin-Priority: -1
Package: cloud-init landscape-common popularity-contest ubuntu-advantage-tools
Pin: release *
Pin-Priority: -1
bootstrap_apt_sources: |
deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }} main universe restricted
deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }}-security main universe restricted
deb http://archive.ubuntu.com/ubuntu {{ bootstrap_distro.name }}-updates main universe restricted
|