2016-04-29 20:26:53 +02:00
|
|
|
image disk.img {
|
2021-11-07 03:42:59 +01:00
|
|
|
hdimage {
|
|
|
|
}
|
2016-04-29 20:26:53 +02:00
|
|
|
|
2021-11-07 03:42:59 +01:00
|
|
|
partition boot {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "boot.img"
|
|
|
|
offset = 0
|
|
|
|
size = 512
|
2022-02-04 01:56:10 +01:00
|
|
|
holes = {"(440; 512)"}
|
2021-11-07 03:42:59 +01:00
|
|
|
}
|
2016-04-29 20:26:53 +02:00
|
|
|
|
2021-11-07 03:42:59 +01:00
|
|
|
partition grub {
|
|
|
|
in-partition-table = "no"
|
|
|
|
image = "grub.img"
|
|
|
|
offset = 512
|
|
|
|
}
|
2016-04-29 20:26:53 +02:00
|
|
|
|
2021-11-07 03:42:59 +01:00
|
|
|
partition root {
|
|
|
|
partition-type = 0x83
|
|
|
|
image = "rootfs.ext2"
|
|
|
|
}
|
2016-04-29 20:26:53 +02:00
|
|
|
}
|