[Pkg-privacy-commits] [tails-installer] 23/70: Feature 9005:

Ulrike Uhlig ulrike at moszumanska.debian.org
Mon Nov 20 14:54:54 UTC 2017


This is an automated email from the git hooks/post-receive script.

ulrike pushed a commit to annotated tag tails-installer_4.20
in repository tails-installer.

commit 3e389ba3c3da4d670f4b7da10b1ab98d326537e7
Author: Tails developers <amnesia at boum.org>
Date:   Wed Apr 13 16:45:52 2016 +0200

    Feature 9005:
    
    Fix the default value for OLPC parameter "xo"
---
 tails-installer        | 2 +-
 tails_installer/gui.py | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/tails-installer b/tails-installer
index acf20cd..14a6a6a 100755
--- a/tails-installer
+++ b/tails-installer
@@ -48,7 +48,7 @@ def parse_args():
                       help='Supply extra kernel arguments'
                            ' (eg: -k noswap,selinux=0,elevator=noop)')
     parser.add_option('-x', '--no-xo', dest='xo', action='store_false',
-                      default=True, help='Disable OLPC support')
+                      help='Disable OLPC support')
     parser.add_option('-m', '--reset-mbr', dest='reset_mbr',
                       action='store_true', default=False,
                       help='Reset the Master Boot Record')
diff --git a/tails_installer/gui.py b/tails_installer/gui.py
index 3362124..08db31e 100755
--- a/tails_installer/gui.py
+++ b/tails_installer/gui.py
@@ -303,7 +303,7 @@ class TailsInstallerWindow(Gtk.ApplicationWindow):
         if self.opts.noverify == None:
             self.opts.noverify = True
         if self.opts.xo == None:
-            self.opts.xo = True
+            self.opts.xo = False
 
         self._build_ui()
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list