mirror of
https://github.com/projectacrn/acrn-hypervisor.git
synced 2025-09-18 07:18:45 +00:00
Add sample script launch option to launch AliOS as a guest. And it reuse launch android function due to the same configurations. Tracked-On: projectacrn/acrn-hypervisor#1173 Signed-off-by: Jiangbo Wu <jiangbo.wu@intel.com> Reviewed-by: Binbin Wu <binbin.wu@intel.com> Acked-by: Anthony Xu <anthony.xu@intel.com> Signed-off-by: Jiangbo Wu <jiangbo.wu@intel.com>
17 lines
334 B
Desktop File
17 lines
334 B
Desktop File
[Unit]
|
|
Description=Start ACRN UOS
|
|
After=acrnprobe.service
|
|
After=weston.service
|
|
After=systemd-resolved.service
|
|
|
|
ConditionPathExists=/sys/kernel/gvt
|
|
ConditionPathExists=/dev/acrn_vhm
|
|
|
|
[Service]
|
|
Type=simple
|
|
RemainAfterExit=false
|
|
ExecStart=/bin/sh /usr/share/acrn/samples/apl-mrb/launch_uos.sh -V 6
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|