[Pkg-privacy-commits] [tails-installer] 203/210: Use cp by default again

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:50 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 ea5a557fd356db7657e610ffc9fc8b38b89855a8
Author: Martin Briza <mbriza at redhat.com>
Date:   Thu Nov 5 16:17:04 2015 +0100

    Use cp by default again
    
    More user friendly especially when trying to remove Fedora from the flash drive
---
 liveusb/gui.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/gui.py b/liveusb/gui.py
index 393f2c1..7c0c427 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -788,7 +788,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': True,
+    _optionValues = {'dd': False,
                      '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