X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/blobdiff_plain/11404f96bef69f08f89e5552f813f5ef84cfbcec..27b17b5323f94b169b9d6264e5fdf56a22a156f2:/source/machine/FS-mmdebstrap.rst?ds=sidebyside 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::