From: Fred LE MEUR Date: Thu, 7 Mar 2024 10:47:42 +0000 (+0100) Subject: Passer à "https" (régression du AMON "eole") X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/commitdiff_plain/8e8b869c63710edeb97cbcbacfc4ef7fe12c79b2?ds=sidebyside Passer à "https" (régression du AMON "eole") Merci `man mmdebstrap` --- diff --git a/source/machine/index.rst b/source/machine/index.rst index 627bf29..01d1452 100644 --- a/source/machine/index.rst +++ b/source/machine/index.rst @@ -151,11 +151,11 @@ Les données persistent dans un système de fichiers :: - export NM=cnt0 ; mmdebstrap bookworm \ - --include=systemd-container,network-manager,sudo \ - --customize-hook="echo $NM > $1/etc/hostname" \ - --customize-hook="echo 127.0.1.1 $NM >> $1/etc/hosts" \ - . + export NM=cnt0 ; https_proxy=http://10.0.2.2:3128 mmdebstrap \ + bookworm . https://deb.debian.org/debian \ + --include=systemd-container,network-manager,sudo,ca-certificates \ + --customize-hook="echo $NM > $1/etc/hostname" \ + --customize-hook="echo 127.0.1.1 $NM >> $1/etc/hosts" Prendre connaissance des affichages