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 <raj.khem@gmail.com>
This commit is contained in:
Khem Raj
2021-05-15 12:40:39 -07:00
parent 7828a18b90
commit c0dffa7c60

View File

@@ -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