blob: 42e3ea4b25e2bc9c682a70413ea8bdee6c30d20d [file] [log] [blame]
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
}
}
}