Skip to content

Commit

Permalink
board/pc/genimage-bios.cfg: beautify file
Browse files Browse the repository at this point in the history
Beatify this genimage .cfg file to have consistency with all genimage .cfg
files in Buildroot.

Signed-off-by: Giulio Benetti <[email protected]>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <[email protected]>
  • Loading branch information
giuliobenetti authored and arnout committed Nov 8, 2021
1 parent 8eb9408 commit 228672b
Showing 1 changed file with 17 additions and 19 deletions.
36 changes: 17 additions & 19 deletions board/pc/genimage-bios.cfg
Original file line number Diff line number Diff line change
@@ -1,24 +1,22 @@
image disk.img {
hdimage {
}

hdimage {
}
partition boot {
in-partition-table = "no"
image = "boot.img"
offset = 0
size = 512
}

partition boot {
in-partition-table = "no"
image = "boot.img"
offset = 0
size = 512
}

partition grub {
in-partition-table = "no"
image = "grub.img"
offset = 512
}

partition root {
partition-type = 0x83
image = "rootfs.ext2"
}
partition grub {
in-partition-table = "no"
image = "grub.img"
offset = 512
}

partition root {
partition-type = 0x83
image = "rootfs.ext2"
}
}

0 comments on commit 228672b

Please sign in to comment.