|
@@ -28,7 +28,7 @@ image sdcard.img {
|
|
|
}
|
|
|
|
|
|
partition boot {
|
|
|
- partition-type-uuid = "U"
|
|
|
+ partition-type-uuid = U
|
|
|
bootable = "true"
|
|
|
image = "boot.vfat"
|
|
|
}
|
|
@@ -36,7 +36,7 @@ image sdcard.img {
|
|
|
# 'rootfs' will be used as the partition label, used
|
|
|
# with root=PARTLABEL=rootfs kernel command line
|
|
|
partition rootfs {
|
|
|
- partition-type-uuid = "L"
|
|
|
+ partition-type-uuid = L
|
|
|
image = "rootfs.ext4"
|
|
|
size = 512M
|
|
|
}
|