This was fixed earlier in the Karmic cycle. usb-creator now spawns dd in the
following manner:
dd_cmd = ['dd', 'if=/dev/zero', 'bs=1M', 'of=%s' %
os.path.join(str(self.target), 'casper-rw'),
'count=%s' % self.persist]
** Changed in: usb-creator (Ubuntu)
Status: Confirmed => Fix Released
--
casper-rw larger than 2GB not created (because dd is called with
bs=final-size-of-persistfile)
https://bugs.launchpad.net/bugs/352766
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
--
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs