lmi-commits
[Top][All Lists]
Advanced

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

[lmi-commits] [lmi] master 024af65 3/5: Redirect verbose debootstrap and


From: Greg Chicares
Subject: [lmi-commits] [lmi] master 024af65 3/5: Redirect verbose debootstrap and apt-get output
Date: Wed, 5 Oct 2016 23:00:07 +0000 (UTC)

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

    Redirect verbose debootstrap and apt-get output
    
    Output of these commands can easily overflow the terminal buffer.
---
 README.schroot |    8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/README.schroot b/README.schroot
index 4254041..e0b85bf 100644
--- a/README.schroot
+++ b/README.schroot
@@ -39,7 +39,8 @@ debootstrap --arch=amd64 
--make-tarball=/var/cache/jessie_bootstrap.tar jessie /
 # (If the preceding apt-get and debootstrap steps have already been
 # completed once, then skip them and start here.)
 mkdir -p /srv/chroot/cross-lmi
-debootstrap --arch=amd64 --unpack-tarball=/var/cache/jessie_bootstrap.tar 
jessie /srv/chroot/cross-lmi
+debootstrap --arch=amd64 --unpack-tarball=/var/cache/jessie_bootstrap.tar \
+ jessie /srv/chroot/cross-lmi >cross-lmi-debootstrap-log 2>&1
 
 cat >/etc/schroot/chroot.d/cross-lmi.conf <<\EOF
 [cross-lmi]
@@ -78,8 +79,9 @@ dpkg-divert --divert /usr/bin/ischroot.debianutils --rename 
/usr/bin/ischroot
 ln -s /bin/true /usr/bin/ischroot
 
 apt-get update
-apt-get install g++-mingw-w64-i686 automake libtool make pkg-config \
- git zsh bzip2 unzip sudo wine
+apt-get --assume-yes install g++-mingw-w64-i686 automake libtool make \
+ pkg-config git zsh bzip2 unzip sudo wine \
+ >cross-lmi-apt-get-log 2>&1
 
 # Don't worry about messages like these:
 #   E: Can not write log (Is /dev/pts mounted?)



reply via email to

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