From c82db554a80dd9acd47182ae0a34f1324c6343b8 Mon Sep 17 00:00:00 2001 From: Yoshihiro Takahashi Date: Fri, 16 Nov 2001 03:01:50 +0000 Subject: [PATCH] Use the md device not olny a version of the system is 5 but 5 and over. Requested by: matusita MFC after: 1 day --- release/scripts/doFS.sh | 8 ++++---- 1 file changed, 4 insertions(+), 4 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_md + ;; esac