From: Lars Wirzenius Date: Tue, 18 Mar 2014 21:49:23 +0000 (+0000) Subject: Change --no-extlinux to --extlinux X-Git-Url: https://git.siccegge.de//index.cgi?p=forks%2Fvmdebootstrap.git;a=commitdiff_plain;h=1849ae0fe739dac0f4ba992be6a76e3d7843dcbc Change --no-extlinux to --extlinux This way, we have options --extlinux (default) and --no-extlinux, instead of --no-extlinux and --no-no-extlinux. --- diff --git a/vmdebootstrap b/vmdebootstrap index a8126fd..77da850 100755 --- a/vmdebootstrap +++ b/vmdebootstrap @@ -52,7 +52,10 @@ class VmDebootstrap(cliapp.Application): 'set up foreign debootstrap environment using provided program (ie binfmt handler)') self.settings.string(['variant'], 'select debootstrap variant it not using the default') - self.settings.boolean(['no-extlinux'], 'do not install extlinux') + self.settings.boolean( + ['extlinux'], + 'install extlinux?', + default=True) self.settings.string(['tarball'], "tar up the disk's contents in FILE", metavar='FILE') self.settings.string(['mirror'],