diff options
author | ru <ru@FreeBSD.org> | 2003-05-17 19:16:28 +0000 |
---|---|---|
committer | ru <ru@FreeBSD.org> | 2003-05-17 19:16:28 +0000 |
commit | a44ce3058afdb7b61bb12aee29a822619ad58cd4 (patch) | |
tree | 4aa7a055cd8b9d7a8c34b6f73b6e8c648ef76c8c /release/sparc64 | |
parent | b0ddc74ad22413b97fe45ecdfb74fc54023d0e51 (diff) | |
download | FreeBSD-src-a44ce3058afdb7b61bb12aee29a822619ad58cd4.zip FreeBSD-src-a44ce3058afdb7b61bb12aee29a822619ad58cd4.tar.gz |
disklabel(8) is spelled bsdlabel(8) or sunlabel(8) these days.
Also make sure bsdlabel(8) (along with the disklabel(8) compat
link) still appear on the fixit floppies of platforms that use
it natively (alpha, i386, and pc98).
Approved by: re (scottl)
Diffstat (limited to 'release/sparc64')
-rw-r--r-- | release/sparc64/mkisoimages.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/sparc64/mkisoimages.sh b/release/sparc64/mkisoimages.sh index 437753b..323531e 100644 --- a/release/sparc64/mkisoimages.sh +++ b/release/sparc64/mkisoimages.sh @@ -30,7 +30,7 @@ MNT=/mnt if [ "x$1" = "x-b" ]; then dd if=/dev/zero of=${IMG} bs=512 count=1024 MD=`mdconfig -a -t vnode -f ${IMG}` - disklabel -Brw ${MD} auto + sunlabel -Brw ${MD} auto newfs /dev/${MD}c mount /dev/${MD}c ${MNT} mkdir ${MNT}/boot |