Jan Kundrát | fa75efa | 2017-04-07 20:32:38 +0200 | [diff] [blame] | 1 | image hdimage.img { |
2 | hdimage { | ||||
3 | align = 1M | ||||
4 | } | ||||
5 | partition mbr { | ||||
6 | in-partition-table = "no" | ||||
7 | image = "boot.img" | ||||
8 | offset = 0 | ||||
9 | size = 512 | ||||
10 | } | ||||
11 | partition grub { | ||||
12 | in-partition-table = "no" | ||||
13 | image = "grub.img" | ||||
14 | offset = 512 | ||||
15 | } | ||||
16 | partition rootfs { | ||||
17 | partition-type = 0x83 | ||||
18 | image = "rootfs.ext4" | ||||
19 | } | ||||
Jan Kundrát | 28e6199 | 2017-09-07 14:14:26 +0200 | [diff] [blame] | 20 | partition sysrepo { |
21 | partition-type = 0x83 | ||||
22 | size = 32M | ||||
23 | } | ||||
Jan Kundrát | fa75efa | 2017-04-07 20:32:38 +0200 | [diff] [blame] | 24 | } |