X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=blobdiff_plain;f=vmdebootstrap;h=fafd78ab4c9ec6590a115026c763ac9a23e8bb05;hp=694d1f6d94679b96c557f7cdb33db90b6df4f963;hb=fe3a9a3f12c52e88bd48a8453b8f43174c7afcc2;hpb=6e62b5502a892e4738137205cda39c61b1bf0eac diff --git a/vmdebootstrap b/vmdebootstrap index 694d1f6..fafd78a 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -33,7 +33,7 @@ class VmDebootstrap(cliapp.Application): def add_settings(self): default_arch = subprocess.check_output( - ["dpkg", "--print-architecture"]).strip() + ["dpkg", "--print-architecture"]).strip() self.settings.boolean(['verbose'], 'report what is going on') self.settings.string(['image'], 'put created disk image in FILE', @@ -332,7 +332,7 @@ class VmDebootstrap(cliapp.Application): self.message('Running debootstrap second stage') self.runcmd(['chroot', rootdir, '/debootstrap/debootstrap', '--second-stage'], - env=env) + env=env) def set_hostname(self, rootdir): hostname = self.settings['hostname']