diff options
Diffstat (limited to 'kvmxfile')
-rw-r--r-- | kvmxfile | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -79,6 +79,13 @@ shared_folder_mountpoint="/home/$user/code/$VM" #startup_command="/path/to/custom/command" #startup_command="hydractl aperiodic-upgrade" +# Pre-poweroff command +#poweroff_pre_command="/path/to/custom/command" + +# Rsync commands to be run on startup or poweroff, useful to keep files synced between host and guest +#startup_rsync_to_guest="data /var/data" +#poweroff_rsync_from_guest="/var/data data" + # Graphics # See https://wiki.archlinux.org/index.php/QEMU#Graphics #graphics="-vga std -nographic -vnc :$GUEST_DISPLAY" |