Skip to content

Commit

Permalink
Bugfix substituting APPEND array to kernel command line
Browse files Browse the repository at this point in the history
  • Loading branch information
struanb committed Oct 15, 2023
1 parent a3ef555 commit c92d916
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runcvm-scripts/runcvm-ctr-qemu
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ ARGS=(
-device vhost-user-fs-pci,queue-size=1024,chardev=char0,tag=myfs,ats=on
-kernel $RUNCVM_KERNEL_PATH
-initrd $RUNCVM_KERNEL_INITRAMFS_PATH
-append "$RUNCVM_KERNEL_ROOT $INIT rw ${APPEND[@]} $PANIC $RUNCVM_KERNEL_APPEND $BREAK"
-append "$RUNCVM_KERNEL_ROOT $INIT rw ${APPEND[*]} $PANIC $RUNCVM_KERNEL_APPEND $BREAK"
-object memory-backend-file,id=mem,size="$RUNCVM_MEM_SIZE",mem-path=/dev/shm,share=on
-numa node,memdev=mem
-smp $RUNCVM_CPUS
Expand Down

0 comments on commit c92d916

Please sign in to comment.