Oh for the record,.. prtconf,alas, frequently ignores stuff that
could be reported in ascii
supported-labels: 67707400.73756e00.6d627200
=> gpt sun mbr
gpt_avail=iutil.execWithCapture("prtconf",
["-v", "-p"])
if ( gpt_avail.find("gpt") != -1 ):
_disklabel_types = ["gpt", "sun"]
else:
_disklabel_types = ["sun", "gpt"]
Node 0xf025eec4
gpt:
supported-labels:
67707400.73756e00.6d627200
name: 'disk-label'
|