aboutsummaryrefslogtreecommitdiff
path: root/release/scripts
diff options
context:
space:
mode:
authorYoshihiro Takahashi <nyan@FreeBSD.org>2001-11-16 03:01:50 +0000
committerYoshihiro Takahashi <nyan@FreeBSD.org>2001-11-16 03:01:50 +0000
commitc82db554a80dd9acd47182ae0a34f1324c6343b8 (patch)
tree87449ef9a9abf22c24bc498b94e7c58edeabed11 /release/scripts
parent0891c82c3218f2d552dee2e86f3a40dcdeebfbab (diff)
downloadsrc-c82db554a80dd9acd47182ae0a34f1324c6343b8.tar.gz
src-c82db554a80dd9acd47182ae0a34f1324c6343b8.zip
Use the md device not olny a version of the system is 5 but 5 and over.
Requested by: matusita MFC after: 1 day
Notes
Notes: svn path=/head/; revision=86448
Diffstat (limited to 'release/scripts')
-rw-r--r--release/scripts/doFS.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/release/scripts/doFS.sh b/release/scripts/doFS.sh
index bb2d7d87a081..f6f8c8349d3c 100644
--- a/release/scripts/doFS.sh
+++ b/release/scripts/doFS.sh
@@ -132,10 +132,10 @@ dofs_md () {
}
case `uname -r` in
-5.*)
- dofs_md
+[1-4].*)
+ dofs_vn
;;
*)
- dofs_vn
+ dofs_md
;;
esac