changing hfs to hfsplus so that the correct mkfs binary is called

This commit is contained in:
Tim Flink 2012-02-06 11:18:06 -07:00 committed by Will Woods
parent c97666bb94
commit 504cc236b1
1 changed files with 1 additions and 1 deletions

View File

@ -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)