diff options
-rwxr-xr-x | emacs.org | 5 |
1 files changed, 3 insertions, 2 deletions
@@ -310,9 +310,10 @@ Generate a random password between 20 and 40 characters (iso (if (y-or-n-p "Load iso?? ") (read-file-name "ISO: ") nil))) - (start-process-shell-command "virtual-machine" nil + (start-process-shell-command + "virtual-machine" nil (format "qemu-system-x86_64 -enable-kvm -m %s -smp %s -hda %s -vga qxl -device virtio-serial-pci -spice port=5784,disable-ticketing -display spice-app %s " - memory cores image (when iso (concat "-cdrom " iso))))) + memory cores image (when iso (concat "-cdrom " iso)))))) #+end_src * Dired ** Functions |