summaryrefslogtreecommitdiff
path: root/vmdebootstrap
diff options
context:
space:
mode:
authorNeil Williams <codehelp@debian.org>2015-01-02 13:30:25 +0000
committerNeil Williams <codehelp@debian.org>2015-01-02 13:30:25 +0000
commit3a412f8c99ce163873825a644e0c135a33ad1fb3 (patch)
treea7eadc9cba0b381255a15adbc8de3494af4a0e7d /vmdebootstrap
parentcb04e42938bb06d3168072729382e0ad692aef47 (diff)
downloadvmdebootstrap-3a412f8c99ce163873825a644e0c135a33ad1fb3.tar.gz
silence the apt update in configure-apt
Diffstat (limited to 'vmdebootstrap')
-rwxr-xr-xvmdebootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/vmdebootstrap b/vmdebootstrap
index b66a84e..93935b7 100755
--- a/vmdebootstrap
+++ b/vmdebootstrap
@@ -737,7 +737,7 @@ append initrd=%(initrd)s root=UUID=%(uuid)s ro %(kserial)s
f.write(line)
f.close()
# ensure the apt sources have valid lists
- self.runcmd(['chroot', rootdir, 'apt-get', 'update'])
+ self.runcmd(['chroot', rootdir, 'apt-get', '-qq', 'update'])
if __name__ == '__main__':
VmDebootstrap(version=__version__).run()