From 223c0f1eda0adbbd338607ac23033050607ecbc2 Mon Sep 17 00:00:00 2001 From: parazyd Date: Sun, 22 Nov 2020 10:42:39 +0100 Subject: [PATCH] Fix parted calls when bootfs is vfat. --- boards/beaglebone-black.sh | 2 +- boards/odroid-xu.sh | 2 +- boards/odroid-xu4.sh | 2 +- boards/ouya.sh | 2 +- boards/raspberry-pi1.sh | 2 +- boards/raspberry-pi2.sh | 2 +- boards/raspberry-pi3.sh | 2 +- boards/raspberry-pi4.sh | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/boards/beaglebone-black.sh b/boards/beaglebone-black.sh index 1aabde4..551eff9 100644 --- a/boards/beaglebone-black.sh +++ b/boards/beaglebone-black.sh @@ -33,7 +33,7 @@ inittab=("T0:12345:respawn:/sbin/getty -L ttyS0 115200 vt100") parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 2048s 264191s" +dos_boot="fat32 2048s 264191s" dos_root="$rootfs 264192s 100%" bootable_part="1" diff --git a/boards/odroid-xu.sh b/boards/odroid-xu.sh index 8834a7a..63c929d 100644 --- a/boards/odroid-xu.sh +++ b/boards/odroid-xu.sh @@ -36,7 +36,7 @@ hosttuple=${compiler:0:-1} parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 2048s 264191s" +dos_boot="fat32 2048s 264191s" dos_root="$rootfs 264192s 100%" extra_packages+=() diff --git a/boards/odroid-xu4.sh b/boards/odroid-xu4.sh index 30e7825..706ecff 100644 --- a/boards/odroid-xu4.sh +++ b/boards/odroid-xu4.sh @@ -33,7 +33,7 @@ inittab=("T1:12345:respawn:/sbin/agetty -L ttySAC2 115200 vt100") parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 2048s 264191s" +dos_boot="fat32 2048s 264191s" dos_root="$rootfs 264192s 100%" extra_packages+=() diff --git a/boards/ouya.sh b/boards/ouya.sh index 90d76bb..ac5110a 100644 --- a/boards/ouya.sh +++ b/boards/ouya.sh @@ -33,7 +33,7 @@ inittab=("T0:2345:respawn:/sbin/getty -L ttyS0 115200 linux") parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 2048s 264191s" +dos_boot="fat32 2048s 264191s" dos_root="$rootfs 264192s 100%" extra_packages+=(libasound2 libglib2.0-0 libgstreamer-plugins-base0.10-0 libxv1) diff --git a/boards/raspberry-pi1.sh b/boards/raspberry-pi1.sh index d77bb79..7ae4625 100644 --- a/boards/raspberry-pi1.sh +++ b/boards/raspberry-pi1.sh @@ -32,7 +32,7 @@ inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100") parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 2048s 264191s" +dos_boot="fat32 2048s 264191s" dos_root="$rootfs 264192s 100%" extra_packages+=() diff --git a/boards/raspberry-pi2.sh b/boards/raspberry-pi2.sh index 74cb0be..d51c353 100644 --- a/boards/raspberry-pi2.sh +++ b/boards/raspberry-pi2.sh @@ -32,7 +32,7 @@ inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100") parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 8192s 270335s" +dos_boot="fat32 8192s 270335s" dos_root="$rootfs 270336s 100%" extra_packages+=() diff --git a/boards/raspberry-pi3.sh b/boards/raspberry-pi3.sh index ebac9cf..5ed701e 100644 --- a/boards/raspberry-pi3.sh +++ b/boards/raspberry-pi3.sh @@ -32,7 +32,7 @@ inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100") parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 2048s 264191s" +dos_boot="fat32 2048s 264191s" dos_root="$rootfs 264192s 100%" extra_packages+=() diff --git a/boards/raspberry-pi4.sh b/boards/raspberry-pi4.sh index 5c07877..282fd94 100644 --- a/boards/raspberry-pi4.sh +++ b/boards/raspberry-pi4.sh @@ -32,7 +32,7 @@ inittab=("T0:23:respawn:/sbin/agetty -L ttyAMA0 115200 vt100") parted_type="dos" bootfs="vfat" rootfs="ext4" -dos_boot="$bootfs 2048s 264191s" +dos_boot="fat32 2048s 264191s" dos_root="$rootfs 264192s 100%" extra_packages+=()