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