From 1849ae0fe739dac0f4ba992be6a76e3d7843dcbc Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Tue, 18 Mar 2014 21:49:23 +0000 Subject: [PATCH] Change --no-extlinux to --extlinux This way, we have options --extlinux (default) and --no-extlinux, instead of --no-extlinux and --no-no-extlinux. --- vmdebootstrap | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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'], -- 2.39.2