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

@BOOTLOADER_IMAGES@

image @IMAGE@ {
	hdimage {
		align = 1M
		disk-signature = 0xdfb978e3
	}
	@BOOTLOADER_PARTITIONS@
	partition root {
		image = root.ext2
		partition-type = 0x83
	}
}