← Back to team overview

curtin-dev team mailing list archive

[Merge] ~mwhudson/curtin:partition-verify-dasd into curtin:master

 

The proposal to merge ~mwhudson/curtin:partition-verify-dasd into curtin:master has been updated.

Commit message changed to:

fix verification of vtoc partitions

Currently curtin verifies the size and flags of a partition by
using sfdisk to inspect it and checking the results. But that
doesn't work on a dasd's vtoc partition table, so this branch
renames parition_verify to parition_verify_sfdisk, adds
parition_verify_fdasd and calls the latter when ptable ==
'vtoc'. The branch does a little more than is strictly necessary,
perhaps, but the other stuff will come in useful soon, I promise
:)

LP: #1899471

For more details, see:
https://code.launchpad.net/~mwhudson/curtin/+git/curtin/+merge/393791
-- 
Your team curtin developers is requested to review the proposed merge of ~mwhudson/curtin:partition-verify-dasd into curtin:master.