Skip to content
Snippets Groups Projects
Commit a75056a2 authored by Pascal's avatar Pascal
Browse files

scripts/run_archiso.sh: fix unnecessary $/

parent a7b31832
No related branches found
No related tags found
No related merge requests found
Pipeline #109079 passed
......@@ -96,7 +96,7 @@ run_image() {
qemu-system-x86_64 \
-boot order=d,menu=on,reboot-timeout=5000 \
-m "size=$memory,slots=0,maxmem=$(($memory*1024*1024))" \
-m "size=$memory,slots=0,maxmem=$((memory*1024*1024))" \
-smp "$cores" \
-k en-us \
-name archiso,process=archiso_0 \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment