From c0dffa7c604d65e4748fab45e57992c4fae83d8a Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Sat, 15 May 2021 12:40:39 -0700 Subject: [PATCH] wic/beaglev.wks: Use legacy msdos partition table Ensures that dynamic resizing of the SD card works since 96boards-tools package somehow breaks otherwise Signed-off-by: Khem Raj --- wic/beaglev.wks | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wic/beaglev.wks b/wic/beaglev.wks index 1b9478b..9aadd36 100644 --- a/wic/beaglev.wks +++ b/wic/beaglev.wks @@ -2,3 +2,5 @@ part /boot --source bootimg-partition --ondisk mmcblk0 --fstype=vfat --label boot --active --size=100M --align 4096 part / --source rootfs --ondisk mmcblk0 --fstype=ext4 --label root --align 4096 --size 1G + +bootloader --ptable msdos