From 3d017abd6f207a819b9fc90fc043bbe1be91accc Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Tue, 4 Oct 2011 22:56:50 +0200 Subject: [PATCH] pass options to mkfs without -o Signed-off-by: Steven Armstrong --- conf/type/__mkfs/gencode-remote | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/type/__mkfs/gencode-remote b/conf/type/__mkfs/gencode-remote index 67e37cce..e774f33d 100755 --- a/conf/type/__mkfs/gencode-remote +++ b/conf/type/__mkfs/gencode-remote @@ -27,7 +27,7 @@ else command="mkfs -t $type" if [ -f "$__object/parameter/options" ]; then options="$(cat "$__object/parameter/options")" - command="$command -o '$options'" + command="$command $options" fi command="$command $device" if [ -f "$__object/parameter/blocks" ]; then