summaryrefslogtreecommitdiff
path: root/profiles
diff options
context:
space:
mode:
authorHermes Agent <hermes@localhost>2026-08-12 01:06:37 +0000
committerHermes Agent <hermes@localhost>2026-08-12 01:06:37 +0000
commit915fcc5efbf45d8adee870cfbe2a25e466454a2f (patch)
treed5fdf2a745f905bd5fcce2ddac14d3e1c7a852e9 /profiles
parentfacbf9629f45b95d34a4d0844e617f87a35be5ff (diff)
Isolate Hasher behind typed installer adapter
Diffstat (limited to 'profiles')
-rw-r--r--profiles/apt.conf3
1 files changed, 3 insertions, 0 deletions
diff --git a/profiles/apt.conf b/profiles/apt.conf
new file mode 100644
index 0000000..739e12f
--- /dev/null
+++ b/profiles/apt.conf
@@ -0,0 +1,3 @@
+// Project-owned APT configuration passed to Hasher during initroot creation.
+// Repository selection remains controlled by the host Hasher configuration.
+APT::Get::Assume-Yes "true";