From 1335d854cbf1ef63dedf2b95b92e333ca2f532f2 Mon Sep 17 00:00:00 2001 From: Bob Mottram <bob@freedombone.net> Date: Sat, 19 Jan 2019 23:39:36 +0000 Subject: [PATCH] ext4 rootfs, because uboot supports it --- src/freedombone-image-make | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/freedombone-image-make b/src/freedombone-image-make index eb4d9013a..1779c107a 100755 --- a/src/freedombone-image-make +++ b/src/freedombone-image-make @@ -119,7 +119,7 @@ case "$MACHINE" in --no-kernel \ --no-extlinux \ --foreign /usr/bin/qemu-arm-static \ - --roottype btrfs \ + --roottype ext4 \ " ;; beaglebonegreen) @@ -132,7 +132,7 @@ case "$MACHINE" in --no-kernel \ --no-extlinux \ --foreign /usr/bin/qemu-arm-static \ - --roottype btrfs \ + --roottype ext4 \ " ;; beaglex15) @@ -145,7 +145,7 @@ case "$MACHINE" in --no-kernel \ --no-extlinux \ --foreign /usr/bin/qemu-arm-static \ - --roottype btrfs \ + --roottype ext4 \ " ;; cubietruck | a20-olinuxino-lime | a20-olinuxino-lime2 | a20-olinuxino-micro | cubieboard2 | pcduino3 | banana-pro) @@ -158,7 +158,7 @@ case "$MACHINE" in --no-kernel \ --no-extlinux \ --foreign /usr/bin/qemu-arm-static \ - --roottype btrfs \ + --roottype ext4 \ " ;; rock64) @@ -171,18 +171,18 @@ case "$MACHINE" in --no-kernel \ --no-extlinux \ --foreign /usr/bin/qemu-arm-static \ - --roottype btrfs \ + --roottype ext4 \ " ;; qemu) extra_opts="\ --grub \ - --roottype btrfs \ + --roottype ext4 \ " ;; usb) extra_opts="\ --grub \ - --roottype btrfs \ + --roottype ext4 \ " ;; all) extra_opts="\ -- GitLab