The SSH user needs to be root for skzbsd-run to execute properly

This commit is contained in:
Samuel Aubertin 2023-10-12 08:36:27 +02:00
parent d5faab3310
commit 80fcff150e
2 changed files with 6 additions and 0 deletions

5
.gitignore vendored
View File

@ -1 +1,6 @@
release release
.vagrant
Vagrantfile
ssh-config
opack_installer_latest
*.json

View File

@ -7,6 +7,7 @@ OPACK_SYS_MEMORY= 32768
OPACK_SYS_DISK_SIZE= 65536 OPACK_SYS_DISK_SIZE= 65536
OPACK_AUTODISKLABEL_FILE= ./autodisklabel OPACK_AUTODISKLABEL_FILE= ./autodisklabel
OPACK_SYS_USER= build OPACK_SYS_USER= build
OPACK_SSH_USER= root
OPACK_SYS_SETS= +* -game* OPACK_SYS_SETS= +* -game*
include ../skz-opack/src/opack.mk include ../skz-opack/src/opack.mk