summaryrefslogtreecommitdiff
path: root/base-system-x86_64-generic.morph
blob: 72327582b1c990d223735822f2211edf726c3de5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "name": "base-system-x86_64-generic",
    "description": "The set of strata required to have a minimal system for a 64-bit x86 system.",
    "kind": "system",
    "system-kind": "syslinux-disk",
    "arch": "x86_64",
    "disk-size": "2G",
    "strata": [
        {
            "morph": "bsp-x86_64-generic",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/release/tracy-island"
        },
        {
            "morph": "foundation",
            "repo": "baserock:baserock/morphs",
            "ref": "baserock/release/tracy-island"
        }
    ]
}