diff options
author | Thanos Apollo <[email protected]> | 2023-08-20 14:16:33 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-08-20 14:16:33 +0300 |
commit | 47d44633a00da3fcef469c93a651a825b3440dd6 (patch) | |
tree | 52022fc31a6de2450dca910d127bf34e8c1be910 | |
parent | 0ce5556c72e7c15eb9a70349fc0ba22552dde9d5 (diff) |
emacs: update virtual-machine processes
-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 |