summaryrefslogtreecommitdiff
path: root/installer_img_layout.conf
blob: 42e3ea4b25e2bc9c682a70413ea8bdee6c30d20d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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
        }
    }
}