diff options
author | Petter Reinholdtsen <pere@hungry.com> | 2014-11-09 22:15:46 +0100 |
---|---|---|
committer | Petter Reinholdtsen <pere@hungry.com> | 2014-11-09 22:15:46 +0100 |
commit | 7896e2e65a0051525a04a7bc4e43ddeba0cb6d12 (patch) | |
tree | 11bad6c02a62e30d21453d86a9b6bb48e665c087 | |
parent | 1e26ab17e9e8f414b839a179e4b585cf884eacae (diff) |
Avoid debug output.
-rw-r--r-- | vendor-patches/vmdebootstrap/03-roottype-btrfs-bts-741223.patch | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/vendor-patches/vmdebootstrap/03-roottype-btrfs-bts-741223.patch b/vendor-patches/vmdebootstrap/03-roottype-btrfs-bts-741223.patch index 80704f5..75b7a60 100644 --- a/vendor-patches/vmdebootstrap/03-roottype-btrfs-bts-741223.patch +++ b/vendor-patches/vmdebootstrap/03-roottype-btrfs-bts-741223.patch @@ -81,7 +81,7 @@ index 126475f..4818f2b 100755 self.mount_points.append(mount_point) logging.debug('mounted %s on %s' % (device, mount_point)) return mount_point -@@ -300,7 +328,11 @@ class VmDebootstrap(cliapp.Application): +@@ -300,7 +328,10 @@ class VmDebootstrap(cliapp.Application): if self.settings['grub']: necessary_packages.append('grub2') @@ -89,7 +89,6 @@ index 126475f..4818f2b 100755 + necessary_packages.append('btrfs-tools') + include = self.settings['package'] -+ self.message('packages %s' % self.settings['package']) if not self.settings['no-kernel']: if self.settings['arch'] == 'i386': |