forked from heavy-duty/box
10 lines
389 B
Bash
10 lines
389 B
Bash
|
|
# The blank template — a box with nobody home, not a box with the safety off.
|
||
|
|
# Same image, same isolation, same entry path as every other template; the
|
||
|
|
# only thing missing is the tooling. Start here to build a new template.
|
||
|
|
BOX_DESCRIPTION="Bare Debian 13 — same isolation, no tooling"
|
||
|
|
BOX_IMAGE="images:debian/13/cloud"
|
||
|
|
BOX_USER="dev"
|
||
|
|
BOX_CPU="2"
|
||
|
|
BOX_MEMORY="2GiB"
|
||
|
|
BOX_DISK="20GiB"
|