Linux/Proxmox: Difference between revisions

From Wiki
mNo edit summary
Line 1: Line 1:
== Install Ubuntu to be used for cloning with cloud-init ==
== Install Ubuntu to be used for cloning with cloud-init ==
 
* not working:
<pre>
<pre>
# in case of apt-cacher-ng
# in case of apt-cacher-ng
Line 6: Line 6:
echo 'Acquire::http::Proxy "http://192.168.111.11:3142";' > /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>
<pre>

Revision as of 09:52, 9 December 2021

Install Ubuntu to be used for cloning with cloud-init

  • not working:
# 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