use the force when creating swap

Signed-off-by: Steven Armstrong <steven@icarus.ethz.ch>
remotes/origin/fix-j
Steven Armstrong 8 years ago
parent 9ee0de7c8b
commit 42e197a5ba
  1. 2
      cdist/conf/type/__install_mkfs/gencode-remote

@ -24,7 +24,7 @@ type="$(cat "$__object/parameter/type")"
case "$type" in
swap)
echo "mkswap $device"
echo "mkswap -f $device"
exit 0
;;
xfs)

Loading…
Cancel
Save