diff options
| author | Hermes Agent <hermes@localhost> | 2026-08-12 01:06:37 +0000 |
|---|---|---|
| committer | Hermes Agent <hermes@localhost> | 2026-08-12 01:06:37 +0000 |
| commit | 915fcc5efbf45d8adee870cfbe2a25e466454a2f (patch) | |
| tree | d5fdf2a745f905bd5fcce2ddac14d3e1c7a852e9 /profiles/apt.conf | |
| parent | facbf9629f45b95d34a4d0844e617f87a35be5ff (diff) | |
Isolate Hasher behind typed installer adapter
Diffstat (limited to 'profiles/apt.conf')
| -rw-r--r-- | profiles/apt.conf | 3 |
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"; |