From 5f5a68676051f987e08bfb33a12cb7e1995bc709 Mon Sep 17 00:00:00 2001 From: Dan Bungert Date: Fri, 11 Apr 2025 17:56:47 -0600 Subject: [PATCH] desktop: no longer involve cloud-init in early networking LP: #2107225 --- .../includes.chroot.base.live/etc/cloud/cloud.cfg | 14 -------------- .../etc/cloud/cloud.cfg | 14 -------------- 2 files changed, 28 deletions(-) diff --git a/live-build/ubuntu-core-installer/includes.chroot.base.live/etc/cloud/cloud.cfg b/live-build/ubuntu-core-installer/includes.chroot.base.live/etc/cloud/cloud.cfg index e9571afd..0ec5aeba 100644 --- a/live-build/ubuntu-core-installer/includes.chroot.base.live/etc/cloud/cloud.cfg +++ b/live-build/ubuntu-core-installer/includes.chroot.base.live/etc/cloud/cloud.cfg @@ -18,20 +18,6 @@ ssh_pwauth: yes chpasswd: expire: false -# This is the initial network config. -# It can be overwritten by cloud-init or subiquity. -network: - version: 2 - ethernets: - zz-all-en: - match: - name: "en*" - dhcp4: true - zz-all-eth: - match: - name: "eth*" - dhcp4: true - # We used to have a custom final_message here. Just use the default instead. # Example datasource config diff --git a/live-build/ubuntu/includes.chroot.minimal.standard.live/etc/cloud/cloud.cfg b/live-build/ubuntu/includes.chroot.minimal.standard.live/etc/cloud/cloud.cfg index e9571afd..0ec5aeba 100644 --- a/live-build/ubuntu/includes.chroot.minimal.standard.live/etc/cloud/cloud.cfg +++ b/live-build/ubuntu/includes.chroot.minimal.standard.live/etc/cloud/cloud.cfg @@ -18,20 +18,6 @@ ssh_pwauth: yes chpasswd: expire: false -# This is the initial network config. -# It can be overwritten by cloud-init or subiquity. -network: - version: 2 - ethernets: - zz-all-en: - match: - name: "en*" - dhcp4: true - zz-all-eth: - match: - name: "eth*" - dhcp4: true - # We used to have a custom final_message here. Just use the default instead. # Example datasource config