summaryrefslogtreecommitdiffstats
path: root/configs/platform-mips/config/images/malta.config
diff options
context:
space:
mode:
Diffstat (limited to 'configs/platform-mips/config/images/malta.config')
-rw-r--r--configs/platform-mips/config/images/malta.config23
1 files changed, 5 insertions, 18 deletions
diff --git a/configs/platform-mips/config/images/malta.config b/configs/platform-mips/config/images/malta.config
index 07125be..b0664f4 100644
--- a/configs/platform-mips/config/images/malta.config
+++ b/configs/platform-mips/config/images/malta.config
@@ -1,27 +1,14 @@
image @IMAGE@ {
+ /* Note: qemu will complain if the SD card size is not a power of two */
+ size = 1G
hdimage {
align = 1M
- disk-signature = 0x74823abf
+ fill = true
+ partition-table-type = gpt
}
partition root-A {
image = root.ext2
- partition-type = 0x83
- size = 512M
- }
- partition data {
- partition-type = 0x83
- size = 512M
- }
- /* genimage does not write zeros at the end of an image to save space,
- * but the kernel in qemu will complain if the image file is smaller
- * than the partition sizes. work around this by adding an empty
- * partition at the end.
- */
- partition end {
- image = /dev/null
- size = 1M
- offset = 1025M
- in-partition-table = false
+ partition-type-uuid = e9434544-6e2c-47cc-bae2-12d6deafb44c # root-mips
}
}