| 1 | device { |
| 2 | scheme mbr |
| 3 | |
| 4 | # bytes in a disk "block", must be a power of 2! |
| 5 | sector_size 512 |
| 6 | |
| 7 | # What LBA should the partitions start at? |
| 8 | start_lba 2048 |
| 9 | |
| 10 | # Autodetect disk size if == 0 |
| 11 | num_lba 0 |
| 12 | |
| 13 | partitions { |
| 14 | inst_boot { |
| 15 | active y |
| 16 | type linux |
| 17 | } |
| 18 | |
| 19 | inst_data { |
| 20 | type linux |
| 21 | } |
| 22 | } |
| 23 | } |

