Linux/Proxmox: Difference between revisions

From Wiki
(Die Seite wurde neu angelegt: „== Install Ubuntu to be used for cloning with cloud-init == <pre> apt update apt install -y cloud-init cloud-initramfs-growroot qemu-guest-agent </pre> …“)
 
Line 1: Line 1:
== Install Ubuntu to be used for cloning with cloud-init ==
== Install Ubuntu to be used for cloning with cloud-init ==
<pre>
# in case of apt-cacher-ng
touch /etc/apt/apt.conf.d/00aptproxy
echo 'Acquire::http::Proxy "http://192.168.111.11:3142";' > /etc/apt/apt.conf.d/00aptproxy
</pre>


<pre>
<pre>

Revision as of 20:17, 8 December 2021

Install Ubuntu to be used for cloning with cloud-init

# in case of apt-cacher-ng
touch /etc/apt/apt.conf.d/00aptproxy
echo 'Acquire::http::Proxy "http://192.168.111.11:3142";' > /etc/apt/apt.conf.d/00aptproxy


apt update
apt install -y cloud-init cloud-initramfs-growroot qemu-guest-agent