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/scripts | |
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/scripts')
-rw-r--r-- | release/scripts/doFS.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh index 28d2dac..b499e1d 100644 --- a/release/scripts/doFS.sh +++ b/release/scripts/doFS.sh @@ -20,7 +20,7 @@ FSLABEL=$1 ; shift # # We don't have any bootblocks on ia64. Note that -B implies -r, # so we have to specifically specify -r when we don't have -B. -# disklabel fails otherwise. +# bsdlabel fails otherwise. # if [ -f "${RD}/trees/base/boot/boot" ]; then BOOT="-B -b ${RD}/trees/base/boot/boot" |