summaryrefslogtreecommitdiffstats
path: root/config/images/sd.config
blob: e7e8cca6154f829cfd7a1b78289a7ade6e363d5c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
image boot.vfat {
    vfat {
        file zImage { image = "linuximage" }
    }
    name = boot
    size = 128M
}

image @IMAGE@ {
    hdimage {
        align = 1M
    }
    size = 512M
    partition boot {
        image = boot.vfat
        partition-type = 0x0C
    }
    partition root {
        image = root.ext2
        partition-type = 0x83
    }
}