mirror of
https://github.com/clearlinux/graphene.git
synced 2026-09-03 20:31:40 +00:00
Fix incorrect usages of 'loader.execname' in manifests
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
|
||||
# Executable to load into Graphene and run.
|
||||
loader.exec = file:$(NODEJS_DIR)nodejs
|
||||
loader.execname = file:nodejs
|
||||
loader.execname = nodejs
|
||||
|
||||
# LibOS layer library of Graphene. There is currently only one implementation,
|
||||
# so it is always set to libsysdb.so.
|
||||
|
||||
Reference in New Issue
Block a user