[Pkg-privacy-commits] [tails-installer] 23/31: Use dd oflag=direct

anonym anonym-tails-guest at moszumanska.debian.org
Thu Jan 12 15:14:53 UTC 2017


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

anonym-tails-guest pushed a commit to annotated tag 3.13.0
in repository tails-installer.

commit fb8c7ad9275d8153806b18e438f568602dc7d923
Author: Luke Macken <lmacken at redhat.com>
Date:   Wed Nov 26 10:43:28 2014 -0700

    Use dd oflag=direct
---
 liveusb/creator.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index bed9acc..130c88d 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -445,7 +445,7 @@ class LiveUSBCreator(object):
             drive = parent
         else:
             drive = self.drive['device']
-        cmd = 'dd if="%s" of="%s" bs=1M iflag=direct oflag=dsync conv=fdatasync' % (self.iso, drive)
+        cmd = 'dd if="%s" of="%s" bs=1M iflag=direct oflag=direct conv=fdatasync' % (self.iso, drive)
         self.log.debug(_('Running') + ' %s' % cmd)
         self.popen(cmd)
 

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