[Pkg-privacy-commits] [tails-installer] 180/210: Make the dd option true by default
Intrigeri
intrigeri at moszumanska.debian.org
Wed May 24 15:26:43 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 b438cb2e9d31efe1f495a17e28764e17c15ecd04
Author: Martin Briza <mbriza at redhat.com>
Date: Mon Oct 19 17:07:24 2015 +0200
Make the dd 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 4ca7e0c..9bb7c2c 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -783,7 +783,7 @@ class LiveUSBData(QObject):
_optionNames = {'dd': _('Use <b>dd</b> to write the image - this will erase everything on your portable drive'),
'resetMBR': _('Reset the MBR (Master Boot Record)'),
}
- _optionValues = {'dd': False,
+ _optionValues = {'dd': True,
'resetMBR': True,
}
--
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