More conservative filesystem for desktop type systems
This commit is contained in:
parent
cfd9a1f80d
commit
83d62a7af9
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue