mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-06-27 15:56:54 +00:00
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:
parent
6e919d2afe
commit
5690b7626f
@ -7,9 +7,7 @@
|
|||||||
"gid": 0
|
"gid": 0
|
||||||
},
|
},
|
||||||
"args": [
|
"args": [
|
||||||
"/usr/share/acrn/samples/apl-mrb/launch_uos.sh",
|
"sh"
|
||||||
"-V",
|
|
||||||
"2"
|
|
||||||
],
|
],
|
||||||
"env": [
|
"env": [
|
||||||
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
"PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin",
|
||||||
|
Loading…
Reference in New Issue
Block a user