The SSH user needs to be root for skzbsd-run to execute properly
This commit is contained in:
parent
d5faab3310
commit
80fcff150e
5
.gitignore
vendored
5
.gitignore
vendored
@ -1 +1,6 @@
|
|||||||
release
|
release
|
||||||
|
.vagrant
|
||||||
|
Vagrantfile
|
||||||
|
ssh-config
|
||||||
|
opack_installer_latest
|
||||||
|
*.json
|
||||||
|
1
Makefile
1
Makefile
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user