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

@BOOTLOADER_IMAGES@

image @IMAGE@ {
	hdimage {
		align = 1M
	}
	@BOOTLOADER_PARTIONS@
	partition root {
		image = root.ext2
		partition-type = 0x83
	}
}