diff options
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"; |