[Pkg-privacy-commits] [tails-installer] 208/210: -f on Windows too

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:51 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 2ace507fc1161fb9f11184ae3161b4bd8fd029da
Author: Martin Briza <mbriza at redhat.com>
Date:   Wed Nov 18 15:15:23 2015 +0100

    -f on Windows too
---
 liveusb/creator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 2f2fcc5..cc30ec7 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -1334,7 +1334,7 @@ class WindowsLiveUSBCreator(LiveUSBCreator):
                 self.log.debug(_("Removing") + " %s" % ldlinux)
                 os.unlink(ldlinux)
 
-        self.popen('syslinux%s -m -a -d %s %s' %  (self.opts.safe and ' -s' or '', 'syslinux', device))
+        self.popen('syslinux%s -f -m -a -d %s %s' %  (self.opts.safe and ' -s' or '', 'syslinux', device))
 
     # Cache these, because they are fairly expensive
     _win32_logicaldisk = {}

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