ich habe jetzt das verlinkte Image von
Code
1.2.1. Download des Ubuntu Server ISO
Das Installations-ISO für den Ubuntu Server 20.04 kann von der offiziellen Ubuntu-Webseite heruntergeladen werden: https://releases.ubuntu.com/20.04/
(ergibt Filename=ubuntu-20.04.3-live-server-amd64.iso)
heruntergeladen und einen neuen Startstick gebaut.
Trotzdem taucht cloud-init auf. Das habe ich nach dieser Anleitung
External Content
gist.github.com
Content embedded from external sources will not be displayed without your consent.
Through the activation of external content, you agree that personal data may be transferred to third party platforms. We have provided more information on this in our privacy policy.
Code
TASK [yavdr-common : command | reconfigure cloud-init package] ********************************************************************************************************************************************************************************
fatal: [localhost]: FAILED! => {
"changed": true,
"cmd": [
"dpkg-reconfigure",
"-f",
"noninteractive",
"cloud-init"
],
"delta": "0:00:00.227295",
"end": "2021-12-19 20:27:00.027279",
"rc": 1,
"start": "2021-12-19 20:26:59.799984"
}
STDERR:
dpkg-query: Paket »cloud-init« ist nicht installiert und es ist keine Information verfügbar
Verwenden Sie dpkg --info (= dpkg-deb --info) zum Untersuchen von Archiven.
/usr/sbin/dpkg-reconfigure: cloud-init ist nicht installiert
MSG:
non-zero return code
...ignoring
Display More