Commit 6a8093a3 authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Do not format image as btrfs

parent 0bd0806c
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -125,7 +125,7 @@ if [ ! -f "${DATA}" ]; then
  fi

  # Format as BTRFS filesystem
  mkfs.btrfs -q -L data -d single -m dup "${DATA}" > /dev/null
  # mkfs.btrfs -q -L data -d single -m dup "${DATA}" > /dev/null

fi