lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 5a35a5e 1/2: Improve documentation


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 5a35a5e 1/2: Improve documentation
Date: Wed, 19 Feb 2020 15:42:38 -0500 (EST)

branch: master
commit 5a35a5ed4dcef5a17e47549b9122bbe28a6348d6
Author: Gregory W. Chicares <address@hidden>
Commit: Gregory W. Chicares <address@hidden>

    Improve documentation
---
 lmi_setup_30.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/lmi_setup_30.sh b/lmi_setup_30.sh
index d79afa4..9d42567 100755
--- a/lmi_setup_30.sh
+++ b/lmi_setup_30.sh
@@ -40,6 +40,12 @@ assert_not_chrooted
 # to update the host, and then:
 cp --dereference --preserve --recursive \
   /srv/cache_for_lmi/* /srv/chroot/${CHRTNAME}/cache_for_lmi/ || true
+# Messages like
+#  cp: '/srv/cache_for_lmi/downloads' and
+#    '/srv/chroot/lmi_bullseye_1/cache_for_lmi/downloads'
+#    are the same file
+# may arise, harmlessly, because of a mount command in an upstream
+# script.
 
 # Also copy any desired msw software into the chroot now, e.g.:
 #   cp -a /srv/chroot/some-prior-chroot/opt/xyzzy 
/srv/chroot/${CHRTNAME}/opt/xyzzy



reply via email to

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