lmi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lmi-commits] [lmi] master 2566530 02/10: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 2566530 02/10: Improve documentation
Date: Thu, 28 May 2020 20:34:09 -0400 (EDT)

branch: master
commit 25665300254fc55571d771884ac6256f72e8bbf9
Author: Gregory W. Chicares <gchicares@sbcglobal.net>
Commit: Gregory W. Chicares <gchicares@sbcglobal.net>

    Improve documentation
---
 lmi_setup_11.sh | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/lmi_setup_11.sh b/lmi_setup_11.sh
index 7dd30bf..d566597 100755
--- a/lmi_setup_11.sh
+++ b/lmi_setup_11.sh
@@ -35,8 +35,10 @@ assert_not_chrooted
 #   - before invoking 'debootstrap' (or 'apt-get' in the chroot),
 #     so that all packages are cached; and
 #   - while not chrooted, so that the host filesystem is accessible.
-# The alternative of rbind-mounting parent directory var/cache/apt
-# might be investigated.
+# The alternative of bind-mounting parent directory var/cache/apt
+# (using a single directory to store '.deb' files for all releases)
+# might be investigated--see:
+#   https://lists.nongnu.org/archive/html/lmi/2020-05/msg00028.html
 CACHEDIR=/var/cache/"${CODENAME}"
 mkdir -p "${CACHEDIR}"
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]