summaryrefslogtreecommitdiffstats
path: root/configs/platform-v7a/config/images/hd.config
blob: 1d041a0ed0a26b77446c80b5fb6dfb077904b448 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

@BOOTLOADER_IMAGES@

image @IMAGE@ {
	hdimage {
		align = 1M
		partition-table-type = "@PARTITION_TABLE_TYPE@"
	}
	@BOOTLOADER_PARTITIONS@
	partition root-A {
		image = root.ext2
		partition-type-uuid = 69dad710-2ce4-4e3c-b16c-21a1d49abed3 # root-arm
	}
}