lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 3d93ba2 3/5: Unmount one more mountpoint when


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 3d93ba2 3/5: Unmount one more mountpoint when destroying a chroot
Date: Fri, 5 Jun 2020 12:03:21 -0400 (EDT)

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

    Unmount one more mountpoint when destroying a chroot
---
 lmi_setup_02.sh | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lmi_setup_02.sh b/lmi_setup_02.sh
index f1e9cfa..f88d281 100755
--- a/lmi_setup_02.sh
+++ b/lmi_setup_02.sh
@@ -70,6 +70,7 @@ assert_not_chrooted
 # along with '-r' because '-l' does a poor job of columnization.
 
 umount /srv/chroot/"${CHRTNAME}"/var/cache/apt/archives
+umount /srv/chroot/"${CHRTNAME}"/srv/cache_for_lmi
 umount /srv/chroot/"${CHRTNAME}"/dev/pts
 umount /srv/chroot/"${CHRTNAME}"/proc
 



reply via email to

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