From 479b45987c7094e3583af04f107f6ca77b303b3a Mon Sep 17 00:00:00 2001 From: D Delmar Davis Date: Sun, 16 Nov 2025 19:31:23 -0800 Subject: Doh. Peroofread... --- docs/buildnotes/tina.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/buildnotes/tina.md b/docs/buildnotes/tina.md index 06f1652..0e81083 100644 --- a/docs/buildnotes/tina.md +++ b/docs/buildnotes/tina.md @@ -105,10 +105,12 @@ deb http://deb.debian.org/debian-security/ bookworm-security main non-free non-f deb http://deb.debian.org/debian bookworm-backports main contrib non-free non-free-firmware # deb [trusted=yes] http://downloads.linux.hpe.com/SDR/downloads/MCP/debian bookworm/current non-free deb [signed-by=/usr/share/keyrings/hpePublicKey.gpg] https://downloads.linux.hpe.com/SDR/repo/mcp/debian bookworm/current non-free +EOD +``` Tell apt to use the admin lans http(s) proxy. -EOD +```sh TKTEST/# cat > /etc/apt/apt.conf.d/99proxy < Acquire::http::Proxy "http://192.168.31.2:3128/"; > EOD @@ -116,8 +118,10 @@ TKTEST/# cat > /etc/apt/apt.conf.d/99proxy <>/etc/fstab nano /etc/fstab UUID=c51cb56b-9da4-479b-ba11-dfaac580df64 / ext4 rw,relatime 0 0 -- cgit v1.2.3