From a44ce3058afdb7b61bb12aee29a822619ad58cd4 Mon Sep 17 00:00:00 2001 From: ru Date: Sat, 17 May 2003 19:16:28 +0000 Subject: 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) --- release/ia64/doFS.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/ia64') 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 -- cgit v1.1