Skip to content

Commit 5f5522d

Browse files
committed
Update run cmd paths
1 parent 4eab427 commit 5f5522d

File tree

1 file changed

+2
-1
lines changed
  • integrations/docker/images/stage-2/chip-build-linux-qemu

1 file changed

+2
-1
lines changed

integrations/docker/images/stage-2/chip-build-linux-qemu/run-img.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
KERNEL="/opt/ubuntu-qemu/bzImage"
44
IMG="/opt/ubuntu-qemu/ubuntu-20.04.img"
55
ADDITIONAL_ARGS=""
6+
PROJECT_PATH="$(realpath "$(dirname "$(realpath "$0")")/../../../../..")"
67

78
if kvm-ok; then
89
ADDITIONAL_ARGS="-enable-kvm -cpu host"
@@ -21,4 +22,4 @@ fi
2122
-append 'console=ttyS0 mac80211_hwsim.radios=2 root=/dev/vda3' \
2223
-netdev user,id=network0,hostfwd=tcp::2222-:22 \
2324
-device e1000,netdev=network0,mac=52:54:00:12:34:56 \
24-
-virtfs local,path=/chip,mount_tag=host0,security_model=passthrough,id=host0 $ADDITIONAL_ARGS
25+
-virtfs "local,path=$PROJECT_PATH,mount_tag=host0,security_model=passthrough,id=host0" $ADDITIONAL_ARGS

0 commit comments

Comments
 (0)