lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master bd24b46 8/8: Install 'debootstrap', not 'debo


From: Greg Chicares
Subject: [lmi-commits] [lmi] master bd24b46 8/8: Install 'debootstrap', not 'debootstrap.noarch'
Date: Sun, 6 Oct 2019 19:48:11 -0400 (EDT)

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

    Install 'debootstrap', not 'debootstrap.noarch'
    
    The latter wasn't found on a redhat server; the former was.
---
 install_centos.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/install_centos.sh b/install_centos.sh
index 4965ae9..04ad6e5 100755
--- a/install_centos.sh
+++ b/install_centos.sh
@@ -103,7 +103,7 @@ yum --assumeyes install schroot
 #   ls /usr/share/debootstrap/scripts
 
 # Install a debian chroot inside this centos chroot.
-yum --assumeyes install debootstrap.noarch
+yum --assumeyes install debootstrap
 mkdir -p /srv/chroot/"${CHRTNAME}"
 debootstrap "${CODENAME}" /srv/chroot/"${CHRTNAME}" 
http://deb.debian.org/debian/
 



reply via email to

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