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