diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:05:54 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-14 19:05:54 +0000 |
commit | f768fbfe45055f9ab5260ee04bb4c2706bfd6e44 (patch) | |
tree | 8b11d8fa50d831770d3eeb4d01abf67b9e598572 /doc/examples | |
parent | Adding upstream version 2.9.0. (diff) | |
download | apt-f768fbfe45055f9ab5260ee04bb4c2706bfd6e44.tar.xz apt-f768fbfe45055f9ab5260ee04bb4c2706bfd6e44.zip |
Adding upstream version 2.9.1.upstream/2.9.1
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'doc/examples')
-rw-r--r-- | doc/examples/configure-index | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/examples/configure-index b/doc/examples/configure-index index cc9a2e7..72e9075 100644 --- a/doc/examples/configure-index +++ b/doc/examples/configure-index @@ -487,6 +487,9 @@ Dir "<DIR>" { MountPath "/media/apt"; // Media AutoDetect mount path }; + + Boot "<DIR>"; + Usr "<DIR>"; }; // Things that effect the APT dselect method |