File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ You can also run Linux program of x86_64 on HarmonyOS PC by qemu-harmonix-x86_64
2727
2828- Download alpine minimal root filesystem from [ https://alpinelinux.org/downloads/ ] ( https://alpinelinux.org/downloads/ ) , choose "Mini root filesystem" -> "x86_64"
2929- Extract downloaded rootfs tar.gz file to data directory, for example ` /data/storage/el2/base/files/alpine_x64 `
30- - Run qemu-harmonix-x86_64 to load busybox shell with rootfs and environment variables
30+ - Run ` qemu-harmonix-x86_64 ` to load busybox shell with rootfs and environment variables
3131``` shell
3232cd /data/storage/el2/base/files/alpine_x64
3333qemu-harmonix-x86_64 -E PATH=/bin:/usr/bin:/sbin -E HOME=/root -L ./ ./bin/busybox sh -c ' cd ~ && sh'
You can’t perform that action at this time.
0 commit comments