Update Ubuntu to Oracular Oriole and Ubuntu-LTS to Noble Numbat

This commit is contained in:
2024-10-29 15:08:43 +01:00
parent 7a4fc24f32
commit f8ba5c41db
4 changed files with 12 additions and 5 deletions

View File

@@ -29,7 +29,7 @@
changed_when: result.rc == 0
register: result
with_items:
- debootstrap --include={{ role_packages[os].base | join(',') }} {{ 'mantic' if os == 'ubuntu' else 'jammy' }}
- debootstrap --include={{ role_packages[os].base | join(',') }} {{ 'oracular' if os == 'ubuntu' else 'noble' }}
/mnt http://archive.ubuntu.com/ubuntu/
- ln -sf /run/systemd/resolve/resolv.conf /mnt/etc/resolv.conf
- arch-chroot /mnt sed -i '1s|$| universe|' /etc/apt/sources.list