Skip to content

Commit

Permalink
fix(builder): silly mistake
Browse files Browse the repository at this point in the history
  • Loading branch information
ihexon committed Dec 20, 2024
1 parent 67fbe6f commit 844f205
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion subfunc/boot_raw_disk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ boot_raw_arm64(){

boot_raw_x86_64(){
echo "INFO:Boot x86_64 alpine disk"
echo ./qemu_bins/lib/ld-linux-aarch64.so.1 \
./qemu_bins/lib/ld-linux-aarch64.so.1 \
--library-path ./qemu_bins/lib \
./qemu_bins/bin/qemu-system-x86_64 \
-nographic -cpu max -smp 4 -m 2G \
Expand Down

0 comments on commit 844f205

Please sign in to comment.