From: Fred LE MEUR Date: Tue, 8 Oct 2024 09:41:05 +0000 (+0200) Subject: WIP utiliser @peer et http (sans s) X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/commitdiff_plain/1c7baec0ce63beb89a5949f722013c30c1ea2501 WIP utiliser @peer et http (sans s) --- diff --git a/source/machine/FS-mmdebstrap.rst b/source/machine/FS-mmdebstrap.rst index 5274ddc..c00b5ef 100644 --- a/source/machine/FS-mmdebstrap.rst +++ b/source/machine/FS-mmdebstrap.rst @@ -51,11 +51,11 @@ Initialiser un système de fichier supplémentaire :: - export NM=cnt0 ; https_proxy=http://10.0.2.2:3128 mmdebstrap \ - bookworm . https://deb.debian.org/debian \ + http_proxy=http://172.20.100.242:3142 mmdebstrap \ + bookworm . http://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' + --customize-hook='echo cnt0 > "$1"/etc/hostname' \ + --customize-hook='echo 127.0.1.1 cnt0 >> "$1"/etc/hosts' .. warning::