Use bsdlabel as we don't have hardlink disklabel -> bsdlabel
on some platforms. Reviewed by: ngie Sponsored by: DARPA, AFRL Sponsored by: HEIF5 Differential Revision: https://reviews.freebsd.org/D7968
This commit is contained in:
parent
f57ca26e67
commit
c43a3e1e3e
@ -18,7 +18,7 @@ setsize() {
|
||||
{
|
||||
echo a: $(($partszMB * $BLKS_PER_MB)) 0 4.2BSD 1024 8192
|
||||
echo c: $(($unitszMB * $BLKS_PER_MB)) 0 unused 0 0
|
||||
} | disklabel -R $md /dev/stdin
|
||||
} | bsdlabel -R $md /dev/stdin
|
||||
}
|
||||
|
||||
# Initialise
|
||||
|
Loading…
Reference in New Issue
Block a user