More terraform and opack-cloud documentation

This commit is contained in:
Samuel Aubertin
2023-09-26 09:50:03 +02:00
parent 52028964f2
commit 17474fcab4
4 changed files with 29 additions and 7 deletions

View File

@@ -0,0 +1,10 @@
OPACK_TARGET= run-current
OPACK_SYS_VERSION= snapshots
OPACK_SYS_CPU= 4
OPACK_SYS_MEMORY= 1024
include ../../src/opack.mk
all: opack
vagrant ssh -c "uname -a; sysctl -n kern.version"