| device { | |
| scheme mbr | |
| # bytes in a disk "block", must be a power of 2! | |
| sector_size 512 | |
| # What LBA should the partitions start at? | |
| start_lba 2048 | |
| # Autodetect disk size if == 0 | |
| num_lba 0 | |
| partitions { | |
| inst_boot { | |
| active y | |
| type linux | |
| } | |
| inst_data { | |
| type linux | |
| } | |
| } | |
| } |