lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master c101044 3/7: Remove two failing commands


From: Greg Chicares
Subject: [lmi-commits] [lmi] master c101044 3/7: Remove two failing commands
Date: Mon, 25 May 2020 18:46:13 -0400 (EDT)

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

    Remove two failing commands
    
    Resolved the issues left open by commit 294b7bb24 of 20200521T2317Z:
    
    | Let certain commands fail for the moment
    
    Removed those commands.
    
    | Dot files cannot be set for a user that does not yet exist.
    
    Therefore, those commands always failed.
    
    | Probably 'lmi_setup_21.sh' already takes care of this
    
    Indeed it does set up .zshenv and .vimrc in the innermost chroot.
    But it does not do so for the intermediate centos chroot; that
    need will be addressed in the next commit.
---
 install_centos.sh | 2 --
 1 file changed, 2 deletions(-)

diff --git a/install_centos.sh b/install_centos.sh
index f8bac69..a8b49bc 100755
--- a/install_centos.sh
+++ b/install_centos.sh
@@ -122,7 +122,6 @@ cp -a lmi_setup_*.sh   /srv/chroot/centos7lmi/tmp
 cp -a install_centos_* /srv/chroot/centos7lmi/tmp
 
 cp -a ~/.vimrc /srv/chroot/centos7lmi/root/.vimrc
-cp -a ~/.vimrc /srv/chroot/centos7lmi/home/"${NORMAL_USER}"/.vimrc || echo 
"Huh?"
 
 # Experimentally, instead of this:
 # cp -a ~/.zshrc /srv/chroot/centos7lmi/root/.zshrc
@@ -130,7 +129,6 @@ cp -a ~/.vimrc 
/srv/chroot/centos7lmi/home/"${NORMAL_USER}"/.vimrc || echo "Huh?
 # do this:
 wget -N -nv "${GIT_URL_BASE}"/gwc/.zshrc
 cp -a ~/.zshrc /srv/chroot/centos7lmi/root/.zshrc
-cp -a ~/.zshrc /srv/chroot/centos7lmi/home/"${NORMAL_USER}"/.zshrc || echo 
"Huh?"
 # If that works well, then treat vim configuration the same way,
 # here and elsewhere.
 



reply via email to

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