summaryrefslogtreecommitdiff
path: root/x86_64-generic-base-system.morph
blob: 21d1c0bc8319914191ea5a1e71abdea78c1d468d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
    "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",
    "arch": "x86",
    "disk-size": "10G",
    "strata": [
        "x86_64-generic-bsp",
        "foundation"
    ],
    "test-stories": [
        "stories/login.py"
    ]
}