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/ia64 | |
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/ia64')
-rw-r--r-- | release/ia64/doFS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ia64/doFS.sh b/release/ia64/doFS.sh index 6c2aa1e..98f6d09 100644 --- a/release/ia64/doFS.sh +++ b/release/ia64/doFS.sh @@ -20,7 +20,7 @@ FSLABEL=$1 ; shift if [ x$FSLABEL != "xefi" ]; then DOFS_SH=`dirname $0`/../scripts/`basename $0` echo "Transferring control to $DOFS_SH..." - exec sh $DOFS_SH disklabel ia64 $FSIMG $RD $MNT $FSSIZE $FSPROTO $FSINODE $FSLABEL + exec sh $DOFS_SH bsdlabel ia64 $FSIMG $RD $MNT $FSSIZE $FSPROTO $FSINODE $FSLABEL fi export BLOCKSIZE=512 |