From: Fred LE MEUR Date: Wed, 18 Mar 2026 13:41:51 +0000 (+0100) Subject: Après la mise en place de "FStrom" :[ X-Git-Url: https://fred1m.tech/gitweb/papier-crayon.git/commitdiff_plain/19b662d5a2e94da6cee4a556bb4b1e80750111e9 Après la mise en place de "FStrom" :[ Le service "apt-cacher-ng" est localisé dans `tjener` --- diff --git a/source/machine/FS-mmdebstrap.rst b/source/machine/FS-mmdebstrap.rst index 1780d07..47d3d8f 100644 --- a/source/machine/FS-mmdebstrap.rst +++ b/source/machine/FS-mmdebstrap.rst @@ -42,7 +42,7 @@ Initialiser un système de fichier supplémentaire .. warning:: - changer ``cnt0`` ! + changer ``cnt1`` ! :: @@ -54,11 +54,14 @@ Initialiser un système de fichier supplémentaire pwd ; mkdir SiBesoin ; cd commeIlFaut - http_proxy=http://172.20.100.242:3142 mmdebstrap \ - trixie . http://deb.debian.org/debian \ - --include=systemd-container,network-manager,sudo,ca-certificates \ - --customize-hook='echo cnt0 > "$1"/etc/hostname' \ - --customize-hook='echo 127.0.1.1 cnt0 >> "$1"/etc/hosts' + http_proxy=http://10.0.2.2:3142 mmdebstrap \ + trixie . http://deb.debian.org/debian \ + --include=systemd-container,network-manager,sudo,ca-certificates \ + --customize-hook='echo cnt1 > "$1"/etc/hostname' \ + --customize-hook='echo 127.0.1.1 cnt1 >> "$1"/etc/hosts' \ + --customize-hook='echo Acquire::http::Proxy \"http://10.0.2.2:3142\"\; \ + >> "$1"/etc/apt/apt.conf.d/04apt-cacher-ng-proxy' + .. tip::