Skip to content

Commit

Permalink
fix: duplicate id
Browse files Browse the repository at this point in the history
  • Loading branch information
Xtr126 committed Aug 12, 2023
1 parent 330f8ba commit d69219c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src-tauri/src/qemu_install.rs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ fi
{env_vars} exec qemu-system-x86_64 -enable-kvm -cpu host -smp {cpus} -m {memsize_mb}M \
-drive index=0,if=virtio,id=system,file="{install_dir}"/$system_img,format=raw,cache=none,readonly=on \
-drive index=1,if=virtio,id=system,file="{install_dir}/data.img",format=raw,cache=none \
-drive index=1,if=virtio,id=data,file="{install_dir}/data.img",format=raw,cache=none \
-display {display_type},gl={use_gl} \
-device virtio-vga-gl,xres={x_res},yres={y_res} \
-net nic,model=virtio-net-pci {net_user_hostfwd} \
Expand Down

0 comments on commit d69219c

Please sign in to comment.