control-vm.sh, todo: Housekeeping
Move todos out of main file, add contact hint, unify email address
This commit is contained in:
parent
123ccc3fa0
commit
1a6577b894
@ -3,24 +3,15 @@
|
|||||||
|
|
||||||
# Virtual machine control script for QEMU/KVM VMs.
|
# Virtual machine control script for QEMU/KVM VMs.
|
||||||
# Tested on Gentoo (~amd64/hardened) with qemu-6.0.
|
# Tested on Gentoo (~amd64/hardened) with qemu-6.0.
|
||||||
|
#
|
||||||
|
# You can find the newest version probably on public git repo:
|
||||||
|
# https://git.holgersson.xyz/nfr/control-vm
|
||||||
|
# If that link does not work, feel free to drop me an email.
|
||||||
|
|
||||||
# Version: 2021-10-08
|
# Version: 2024-05-05
|
||||||
# Author: Nils Freydank <holgersson@posteo.de>
|
# Author: Nils Freydank <nils.freydank@datenschutz-ist-voll-doof.de>
|
||||||
# License: MIT
|
# License: MIT
|
||||||
|
|
||||||
# TODO (not in specific order):
|
|
||||||
# 1. Fix different ARCHes (-cpu host won't work for non-x86)
|
|
||||||
# 2. qemu-img commit
|
|
||||||
# 3. clipboard support via spice
|
|
||||||
# 4. Support boot from CD for first installations.
|
|
||||||
# 5. query status
|
|
||||||
# 6. save and stop in a single command?
|
|
||||||
# same for restore: stop, restore, cont(inue)
|
|
||||||
# 7. shared dir without smb, but via FUSE
|
|
||||||
# 8. bash and zsh-completion
|
|
||||||
# 9. don't rely on the PID to check if the VM is running, query socket?
|
|
||||||
# 10. shellsheck?
|
|
||||||
|
|
||||||
# === Installation ===
|
# === Installation ===
|
||||||
# The following packages are necessary on Gentoo/Linux:
|
# The following packages are necessary on Gentoo/Linux:
|
||||||
# app-emulation/qemu net-misc/socat app-emulation/virt-viewer
|
# app-emulation/qemu net-misc/socat app-emulation/virt-viewer
|
||||||
|
12
todo
Normal file
12
todo
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# TODO (not in specific order):
|
||||||
|
# 1. Fix different ARCHes (-cpu host won't work for non-x86)
|
||||||
|
# 2. qemu-img commit
|
||||||
|
# 3. clipboard support via spice
|
||||||
|
# 4. Support boot from CD for first installations.
|
||||||
|
# 5. query status
|
||||||
|
# 6. save and stop in a single command?
|
||||||
|
# same for restore: stop, restore, cont(inue)
|
||||||
|
# 7. shared dir without smb, but via FUSE
|
||||||
|
# 8. bash and zsh-completion
|
||||||
|
# 9. don't rely on the PID to check if the VM is running, query socket?
|
||||||
|
# 10. shellsheck?
|
Loading…
Reference in New Issue
Block a user