summaryrefslogtreecommitdiffstats
path: root/config/images/grub.config
blob: 50b8771e277b54408a49dd88d1122bfb924d7ad1 (plain)
1
2
3
4
5
6
7
8
9
10
11
image grub-stage1 {
	file {
		name = "@GRUB_STAGE_DIR@/stage1"
		holes = {"(440; 512)"}
	}
}
image grub-stage2 {
	file {
		name = "@GRUB_STAGE_DIR@/stage2"
	}
}