diff --git a/.gitignore b/.gitignore index d702569..e1716b0 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,6 @@ release +.vagrant +Vagrantfile +ssh-config +opack_installer_latest +*.json diff --git a/Makefile b/Makefile index cf6b85b..5b11e42 100644 --- a/Makefile +++ b/Makefile @@ -7,6 +7,7 @@ OPACK_SYS_MEMORY= 32768 OPACK_SYS_DISK_SIZE= 65536 OPACK_AUTODISKLABEL_FILE= ./autodisklabel OPACK_SYS_USER= build +OPACK_SSH_USER= root OPACK_SYS_SETS= +* -game* include ../skz-opack/src/opack.mk