[Pkg-privacy-commits] [tails-installer] 19/70: Fix feature 9005:

Ulrike Uhlig ulrike at moszumanska.debian.org
Mon Nov 20 14:54:53 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 eab258aadfc2ff2df1678bafaf83fdc9f03d9015
Author: kurono <andres.gomez at cern.ch>
Date:   Fri Feb 5 17:18:11 2016 +0100

    Fix feature 9005:
    
    Get rid of the Tails-installer-launcher.
    Assign "noverify" and "unprivileged" as
    options by default.
---
 tails-installer | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tails-installer b/tails-installer
index 19a4432..7fdd9a5 100755
--- a/tails-installer
+++ b/tails-installer
@@ -38,11 +38,11 @@ def parse_args():
     parser.add_option('-s', '--safe', dest='safe', action='store_true',
                       help='Use the "safe, slow and stupid" bootloader')
     parser.add_option('-n', '--noverify', dest='noverify', action='store_true',
-                      help='Skip checksum verification')
+                      default=True, help='Skip checksum verification')
     parser.add_option('-v', '--verbose', dest='verbose', action='store_true',
                       help='Output extra debugging messages')
     parser.add_option('-u', '--unprivileged', dest='unprivileged',
-                      action='store_true', help='Allow not being root')
+                      action='store_true', default=True, help='Allow not being root')
     parser.add_option('-k', '--extra-kernel-args', dest='kernel_args',
                       action='store', metavar='ARGS',
                       help='Supply extra kernel arguments'

-- 
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