summaryrefslogtreecommitdiff
path: root/x86_64-generic-base-system.morph
blob: 35e41bc1f3f185cf644d1bd88033ef5fee31f198 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "name": "x86_64-generic-base-system",
    "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": "x86_64-generic-bsp",
            "repo": "baserock:morphs",
            "ref": "master"
        },
        {
            "morph": "foundation",
            "repo": "baserock:morphs",
            "ref": "master"
        }
    ],
    "test-stories": [
        "stories/login.py"
    ]
}