diff --git a/src/freedombone-image-make b/src/freedombone-image-make index 1644a187..74a34343 100755 --- a/src/freedombone-image-make +++ b/src/freedombone-image-make @@ -154,16 +154,11 @@ case "$MACHINE" in extra_opts="\ --grub \ --roottype btrfs \ -" ;; - meshclient) - extra_opts="\ - --grub \ - --roottype ext3 \ " ;; all) extra_opts="\ --grub \ - --roottype btrfs \ + --roottype ext4 \ " ;; esac