Merge lp://staging/~yuningdodo/ubuntu/trusty/util-linux/util-linux.backport-wipefs-partition-table-erasing-support into lp://staging/ubuntu/trusty-updates/util-linux
Status: | Needs review |
---|---|
Proposed branch: | lp://staging/~yuningdodo/ubuntu/trusty/util-linux/util-linux.backport-wipefs-partition-table-erasing-support |
Merge into: | lp://staging/ubuntu/trusty-updates/util-linux |
Diff against target: |
710 lines (+338/-140) 11 files modified
debian/changelog (+17/-0) libblkid/src/blkid.h.in (+3/-0) libblkid/src/blkid.sym (+8/-0) libblkid/src/blkidP.h (+2/-0) libblkid/src/partitions/gpt.c (+9/-0) libblkid/src/partitions/partitions.c (+12/-4) libblkid/src/partitions/ultrix.c (+10/-0) libblkid/src/probe.c (+133/-0) libblkid/src/superblocks/superblocks.c (+0/-15) libblkid/src/superblocks/superblocks.h (+0/-2) misc-utils/wipefs.c (+144/-119) |
To merge this branch: | bzr merge lp://staging/~yuningdodo/ubuntu/trusty/util-linux/util-linux.backport-wipefs-partition-table-erasing-support |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Mathieu Trudel-Lapierre | Needs Information | ||
Review via email: mp+237898@code.staging.launchpad.net |
Description of the change
* wipefs: backport partition table erasing support from
git:
- 6611a3dd783006f
wipefs: improve -a, use blkid_do_wipe()
- 2b89be6c802bdbd
libblkid: add blkid_do_wipe()
- 476b508e043b6b4
libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docs
- 3c83b3b22f33fc7
libblkid: add BLKID_PARTS_MAGIC
- 44765fdd841fb13
libblkid: export info about PT magic strings
Unmerged revisions
- 114. By Yu Ning
-
44765fdd841fb13
69cf68f360131ed 076f3a2771 libblkid: export info about PT magic strings - 113. By Yu Ning
-
3c83b3b22f33fc7
b17b504158e4a4d b7b567bbe8 libblkid: add BLKID_PARTS_MAGIC - 112. By Yu Ning
-
476b508e043b6b4
c71d84b4f2fdeef fa68c204b3 libblkid: add BLKID_PARTS_MAGIC to blkid_do_wipe() docs - 111. By Yu Ning
-
2b89be6c802bdbd
f6830dbd060c96e 33f179b135 libblkid: add blkid_do_wipe() - 110. By Yu Ning
-
* wipefs: backport partition table erasing support from
git://git.debian. org/git/ collab- maint/pkg- util-linux. git
- 6611a3dd783006fd8c6b924a76c482 0287278d36
wipefs: improve -a, use blkid_do_wipe()
I think this was workarounded in usb-creator instead, am I wrong? With the reasoning that this new feature backport would be a little too heavy in a core part like util-linux.
The latest usb-creator in 14.04 LTS is this https:/ /launchpad. net/ubuntu/ +source/ usb-creator/ 0.2.56. 3
So I'd mark this as rejected, please re-open if you think this should still be targeted towards trusty.