From de4ddf9d1e4cdce8376e1bc87381c70de8cf6eba Mon Sep 17 00:00:00 2001 From: Steven Armstrong Date: Tue, 4 Oct 2011 23:03:50 +0200 Subject: [PATCH] mv installer install Signed-off-by: Steven Armstrong --- conf/type/__mkfs/gencode-remote | 2 +- conf/type/__mkfs/{installer => install} | 0 conf/type/__partition_msdos/{installer => install} | 0 conf/type/__partition_msdos_apply/{installer => install} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename conf/type/__mkfs/{installer => install} (100%) rename conf/type/__partition_msdos/{installer => install} (100%) rename conf/type/__partition_msdos_apply/{installer => install} (100%) diff --git a/conf/type/__mkfs/gencode-remote b/conf/type/__mkfs/gencode-remote index e774f33d..b3561bad 100755 --- a/conf/type/__mkfs/gencode-remote +++ b/conf/type/__mkfs/gencode-remote @@ -24,7 +24,7 @@ type="$(cat "$__object/parameter/type")" if [ "$type" = "swap" ]; then echo "mkswap $device" else - command="mkfs -t $type" + command="mkfs -t $type -q" if [ -f "$__object/parameter/options" ]; then options="$(cat "$__object/parameter/options")" command="$command $options" diff --git a/conf/type/__mkfs/installer b/conf/type/__mkfs/install similarity index 100% rename from conf/type/__mkfs/installer rename to conf/type/__mkfs/install diff --git a/conf/type/__partition_msdos/installer b/conf/type/__partition_msdos/install similarity index 100% rename from conf/type/__partition_msdos/installer rename to conf/type/__partition_msdos/install diff --git a/conf/type/__partition_msdos_apply/installer b/conf/type/__partition_msdos_apply/install similarity index 100% rename from conf/type/__partition_msdos_apply/installer rename to conf/type/__partition_msdos_apply/install