From 5810a3fdb4a3995c21ac2b0e2e02fce64ec0f95e Mon Sep 17 00:00:00 2001 From: "Ruben S. Montero" Date: Fri, 2 Mar 2012 01:17:42 +0100 Subject: [PATCH] feature #1112: none fs type renamed to raw --- src/mad/sh/scripts_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mad/sh/scripts_common.sh b/src/mad/sh/scripts_common.sh index a1c5cee375..9b939eb2ed 100755 --- a/src/mad/sh/scripts_common.sh +++ b/src/mad/sh/scripts_common.sh @@ -183,7 +183,7 @@ function mkfs_command { "jfs") OPTS="-q" ;; - "none") + "raw") echo "" return 0 ;;