changing hfs to hfsplus so that the correct mkfs binary is called
This commit is contained in:
parent
c97666bb94
commit
504cc236b1
@ -288,5 +288,5 @@ def mkbtrfsimg(rootdir, outfile, size=None, label="", mountargs="", graft={}):
|
||||
mkfsargs=["-L", label], graft=graft)
|
||||
|
||||
def mkhfsimg(rootdir, outfile, size=None, label="", mountargs="", graft={}):
|
||||
mkfsimage("hfs", rootdir, outfile, size, mountargs=mountargs,
|
||||
mkfsimage("hfsplus", rootdir, outfile, size, mountargs=mountargs,
|
||||
mkfsargs=["-v", label], graft=graft)
|
||||
|
Loading…
Reference in New Issue
Block a user