ACRN: dm: Change runC container's start arguments

Change the default runC container start application to sh which will be
modified by launch_uos.sh during UOS boot. And the replacement is the
parameter set by "acrnctl add" command.

Tracked-On: #2020
Signed-off-by: Long Liu <long.liu@intel.com>
Reviewed-by: Yu Wang <yu1.wang@intel.com>
This commit is contained in:
Long Liu 2019-02-14 13:35:31 +08:00 committed by wenlingz
parent 6e919d2afe
commit 5690b7626f

View File

@ -7,9 +7,7 @@
"gid": 0
},
"args": [
"/usr/share/acrn/samples/apl-mrb/launch_uos.sh",
"-V",
"2"
"sh"
],
"env": [
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",