From 5690b7626f7e88dc0ec602557c6a0e7a39b55c70 Mon Sep 17 00:00:00 2001 From: Long Liu Date: Thu, 14 Feb 2019 13:35:31 +0800 Subject: [PATCH] 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 Reviewed-by: Yu Wang --- devicemodel/samples/apl-mrb/runC.json | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/devicemodel/samples/apl-mrb/runC.json b/devicemodel/samples/apl-mrb/runC.json index 7d359182d..75fd19434 100644 --- a/devicemodel/samples/apl-mrb/runC.json +++ b/devicemodel/samples/apl-mrb/runC.json @@ -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",