More conservative filesystem for desktop type systems

This commit is contained in:
Bob Mottram 2017-10-02 22:08:16 +01:00
parent cfd9a1f80d
commit 83d62a7af9
1 changed files with 1 additions and 6 deletions

View File

@ -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