summaryrefslogtreecommitdiffstats
path: root/release/ia64
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2003-04-23 09:01:35 +0000
committerru <ru@FreeBSD.org>2003-04-23 09:01:35 +0000
commit560225c4701568b026e83f60ab0c09ddf7f1edcc (patch)
tree0f2895d8362521000b9aca2a72af4108166aa923 /release/ia64
parent14fc0ea5a46713c368bf8a252e48a32aed97aacb (diff)
downloadFreeBSD-src-560225c4701568b026e83f60ab0c09ddf7f1edcc.zip
FreeBSD-src-560225c4701568b026e83f60ab0c09ddf7f1edcc.tar.gz
Presumably fix sparc64 "make release". (The breakage was due to
sunlabel(8) no longer being linked to disklabel(8).) Reviewed by: phk
Diffstat (limited to 'release/ia64')
-rw-r--r--release/ia64/doFS.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/release/ia64/doFS.sh b/release/ia64/doFS.sh
index 816284b..6c2aa1e 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 ia64 $FSIMG $RD $MNT $FSSIZE $FSPROTO $FSINODE $FSLABEL
+ exec sh $DOFS_SH disklabel ia64 $FSIMG $RD $MNT $FSSIZE $FSPROTO $FSINODE $FSLABEL
fi
export BLOCKSIZE=512
OpenPOWER on IntegriCloud