lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 6c896d0: Do not suggest copying files from ho


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 6c896d0: Do not suggest copying files from host while in chroot
Date: Sat, 8 Oct 2016 16:38:07 +0000 (UTC)

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

    Do not suggest copying files from host while in chroot
    
    A comment that suggests copying the host's ssh keys into the chroot
    followed a command to enter the chroot, but the suggestion can only
    be acted upon outside the chroot.
---
 README.schroot |    8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/README.schroot b/README.schroot
index 17acf27..7a81115 100644
--- a/README.schroot
+++ b/README.schroot
@@ -166,14 +166,14 @@ exit
 #   cp -a /srv/cache_for_lmi/* /srv/chroot/cross-lmi/cache_for_lmi/
 # This optional step merely conserves bandwidth.
 
+# Configure ssh, iff this chroot needs write access to savannah.
+# The easiest way is to copy existing credentials, e.g.:
+#   cp -a ~/.ssh/ /srv/chroot/cross-lmi/home/greg
+
 # Enter the chroot as a normal user
 
 schroot --chroot=cross-lmi
 
-# Configure ssh, iff this chroot needs write access to savannah.
-# The easiest way is to copy existing credentials, e.g.:
-#   cp --preserve --recursive ~/.ssh/ /srv/chroot/cross-lmi/home/greg
-
 # Configure git. See:
 #   http://lists.nongnu.org/archive/html/lmi/2016-03/msg00006.html
 # Use your own name and email address.



reply via email to

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