From 3a412f8c99ce163873825a644e0c135a33ad1fb3 Mon Sep 17 00:00:00 2001 From: Neil Williams Date: Fri, 2 Jan 2015 13:30:25 +0000 Subject: [PATCH] silence the apt update in configure-apt --- vmdebootstrap | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() -- 2.39.2