Skip to content

Commit 5690b76

Browse files
liudlongwenlingz
authored andcommitted
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>
1 parent 6e919d2 commit 5690b76

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

devicemodel/samples/apl-mrb/runC.json

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,7 @@
77
"gid": 0
88
},
99
"args": [
10-
"/usr/share/acrn/samples/apl-mrb/launch_uos.sh",
11-
"-V",
12-
"2"
10+
"sh"
1311
],
1412
"env": [
1513
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",

0 commit comments

Comments
 (0)