Change filesystem for mesh client
This commit is contained in:
parent
3d8b46f0c1
commit
80e8be80c5
|
@ -158,7 +158,7 @@ case "$MACHINE" in
|
||||||
meshclient)
|
meshclient)
|
||||||
extra_opts="\
|
extra_opts="\
|
||||||
--grub \
|
--grub \
|
||||||
--roottype btrfs \
|
--roottype ext3 \
|
||||||
" ;;
|
" ;;
|
||||||
all)
|
all)
|
||||||
extra_opts="\
|
extra_opts="\
|
||||||
|
|
Loading…
Reference in New Issue