Skip to content

Commit 90fd5d5

Browse files
tw4452852wenlingz
authored andcommitted
script: fix launch_uos script issue due to unseen character
Tracked-On: #1995 Space is tampered with unseen characters. Reviewed-by: Binbin Wu <binbin.wu@intel.com> Signed-off-by: Tw <wei.tan@intel.com>
1 parent 9680009 commit 90fd5d5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

devicemodel/samples/up2/launch_uos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ acrn-dm -A -m $mem_size -c $2$boot_GVT_option"$GVT_args" -s 0:0,hostbridge -s 1:
156156
$boot_ipu_option \
157157
-i /run/acrn/ioc_$vm_name,0x20 \
158158
-l com2,/run/acrn/ioc_$vm_name \
159-
--mac_seed $mac_seed \
159+
--mac_seed $mac_seed \
160160
-B "root=/dev/vda2 rw rootwait maxcpus=$2 nohpet console=hvc0 \
161161
console=ttyS0 no_timer_check ignore_loglevel log_buf_len=16M \
162162
consoleblank=0 tsc=reliable i915.avail_planes_per_pipe=$4 i915.enable_guc_loading=0 \
@@ -343,7 +343,7 @@ fi
343343
$boot_cse_option \
344344
$intr_storm_monitor \
345345
$boot_ipu_option \
346-
--mac_seed $mac_seed \
346+
--mac_seed $mac_seed \
347347
-i /run/acrn/ioc_$vm_name,0x20 \
348348
-l com2,/run/acrn/ioc_$vm_name \
349349
$boot_image_option \

0 commit comments

Comments
 (0)