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