[Pkg-privacy-commits] [tails-installer] 123/210: Make the Reset MBR option true by default

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:36 UTC 2017


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

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit de487ff67839cd8b89254471e7c6abc405f80bec
Author: Martin Briza <mbriza at redhat.com>
Date:   Tue Jul 28 15:57:23 2015 +0200

    Make the Reset MBR option true by default
---
 liveusb/gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/gui.py b/liveusb/gui.py
index 4648674..b9a39d3 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -769,7 +769,7 @@ class LiveUSBData(QObject):
                     'resetMBR': _('Reset the MBR (Master Boot Record)'),
                    }
     _optionValues = {'dd': False,
-                     'resetMBR': False,
+                     'resetMBR': True,
                     }
 
     def __init__(self, opts):

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