lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master cec4ea5 6/7: Test an alternative to a failing


From: Greg Chicares
Subject: [lmi-commits] [lmi] master cec4ea5 6/7: Test an alternative to a failing mount command
Date: Fri, 4 Oct 2019 19:21:00 -0400 (EDT)

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

    Test an alternative to a failing mount command
---
 install_centos.sh | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/install_centos.sh b/install_centos.sh
index 1e963c8..0bec8e7 100755
--- a/install_centos.sh
+++ b/install_centos.sh
@@ -111,6 +111,12 @@ type=plain
 EOF
 
 mount --bind /var/cache/"${CODENAME}" 
/srv/chroot/centos7lmi/var/cache/apt/archives || echo "Oops"
+mount --bind /var/cache/"${CODENAME}" 
/srv/chroot/centos7lmi/var/cache/bullseye     || echo "Oops"
+# It would also be interesting to ascertain where the centos chroot
+# caches its files: /srv/chroot/centos7lmi/var/cache/yum/x86_64/ seems
+# likely, but is empty? No, wait:
+#   #du -sb /srv/chroot/centos7lmi/var/cache/yum
+#   119535116       /srv/chroot/centos7lmi/var/cache/yum
 
 cat >/srv/chroot/centos7lmi/tmp/setup1.sh <<EOF
 #!/bin/sh



reply via email to

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