Skip to content

Commit

Permalink
Update files
Browse files Browse the repository at this point in the history
  • Loading branch information
spiritLHLS committed Oct 26, 2024
1 parent fc81c6e commit 6c5d262
Showing 1 changed file with 3 additions and 91 deletions.
94 changes: 3 additions & 91 deletions images_yaml/ubuntu.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -339,36 +339,11 @@ files:
eth0:
dhcp4: true
dhcp-identifier: mac
releases:
- bionic
- focal
- jammy
- mantic
- noble
types:
- container
variants:
- default

- path: /etc/network/interfaces
generator: dump
content: |-
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
source /etc/network/interfaces.d/*.cfg
releases:
- xenial
types:
- container

- path: /etc/netplan/10-lxc.yaml
generator: dump
mode: 0600
Expand All @@ -379,37 +354,12 @@ files:
enp5s0:
dhcp4: true
dhcp-identifier: mac
releases:
- bionic
- focal
- jammy
- mantic
- noble
types:
- vm
variants:
- default
- desktop

- path: /etc/network/interfaces
generator: dump
content: |-
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).
# The loopback network interface
auto lo
iface lo inet loopback
auto enp5s0
iface enp5s0 inet dhcp
source /etc/network/interfaces.d/*.cfg
releases:
- xenial
types:
- vm

- name: meta-data
generator: cloud-init
variants:
Expand Down Expand Up @@ -478,17 +428,15 @@ packages:
- packages:
- fuse
releases:
- xenial
- bionic
- focal
action: install

- packages:
- fuse3
releases:
- jammy
- mantic
- noble
- oracular
action: install

- packages:
Expand Down Expand Up @@ -521,12 +469,6 @@ packages:
action: install
architectures:
- ppc64el
releases:
- xenial
- bionic
- jammy
- mantic
- noble

- packages:
- cloud-init
Expand All @@ -538,19 +480,8 @@ packages:
- systemd-resolved
action: install
releases:
- mantic
- noble

- packages:
- acpid
action: install
architectures:
- amd64
- arm64
releases:
- xenial
types:
- vm
- oracular

- packages:
- grub-efi-amd64-signed
Expand All @@ -574,31 +505,12 @@ packages:
action: install
architectures:
- arm64
releases:
- focal
- jammy
- mantic
- noble
types:
- vm

- packages:
- linux-image-virtual-hwe-16.04
action: install
releases:
- xenial
types:
- vm

- packages:
- linux-image-virtual
action: install
releases:
- bionic
- focal
- jammy
- mantic
- noble
types:
- vm

Expand Down Expand Up @@ -695,8 +607,8 @@ actions:
# Ensure /etc/resolv.conf is symlinked to /run/systemd/resolve/stub-resolv.conf
ln -sf ../run/systemd/resolve/stub-resolv.conf /etc/resolv.conf
releases:
- mantic
- noble
- oracular

- trigger: post-packages
action: |-
Expand Down

0 comments on commit 6c5d262

Please sign in to comment.