diff options
| author | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-17 19:16:28 +0000 |
|---|---|---|
| committer | Ruslan Ermilov <ru@FreeBSD.org> | 2003-05-17 19:16:28 +0000 |
| commit | 5795760c4507d7b358c9dbe3456ec419d8c2ceed (patch) | |
| tree | 4aa7a055cd8b9d7a8c34b6f73b6e8c648ef76c8c /release/scripts/doFS.sh | |
| parent | c1941005a3fe09e27cf2cf9961311388cdd28f7c (diff) | |
Notes
Diffstat (limited to 'release/scripts/doFS.sh')
| -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 28d2dac776ef..b499e1da5a12 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" |
