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

@BOOTLOADER_IMAGES@

image @IMAGE@ {
	hdimage {
		align = 1M
		gpt = @GPT@
	}
	@BOOTLOADER_PARTITIONS@
	partition root {
		image = root.ext2
		partition-type@PARTITION_TYPE_SUFFIX@ = @ROOT_PARTITION_TYPE@
	}
}