[Lxm-commits-diff] SF.net SVN: lxm:[19] kvm-based/trunk/README
Status: Beta
Brought to you by:
outchy
From: <ou...@us...> - 2018-04-29 10:36:34
|
Revision: 19 http://sourceforge.net/p/lxm/code/19 Author: outchy Date: 2018-04-29 10:36:32 +0000 (Sun, 29 Apr 2018) Log Message: ----------- udpate documentation about bash scripts Modified Paths: -------------- kvm-based/trunk/README Modified: kvm-based/trunk/README =================================================================== --- kvm-based/trunk/README 2018-04-29 10:27:49 UTC (rev 18) +++ kvm-based/trunk/README 2018-04-29 10:36:32 UTC (rev 19) @@ -22,25 +22,17 @@ This project consists of several bash scripts requiring few dependencies designed to handle most commonly encountered operations: - - lxmclone: clone resources associated to an existing virtual machine - (virtual disks stored as files, virtual disks stored as - logical volumes) and create a configuration file for this new - virtual machine. - - lxmdelete: delete an existing virtual machine and its associated - resources (virtual disks stored as files, virtual disks stored - as logical volumes). - - lxmdisplay: start a new X server and a vncviewer attached to the specified - virtual machine (which has to previously be launched). - - lxmsetboot: change the boot device of a shutdowned virtual machine. - - lxmsnapshot: take a snapshot of the resources of an existing virtual - machine (virtual disks stored as files are cloned, virtual - disks stored as logical volumes become snapshots - faster) and - create a configuration file for this new machine. - - lxmstart: start a virtual machine designed by its name and launch a vnc - viewer attached to its screen. - - lxmstop: send ACPI shutdown event to the guest. + - kvm-clone: clone resources associated to an existing virtual machine + (virtual disks stored as files, virtual disks stored as + logical volumes) and create a configuration file for this new + virtual machine. + - kvm-display: start a new X server and a vncviewer attached to the specified + virtual machine (which has to previously be launched). + - kvm-start: start a virtual machine designed by its name and launch a vnc + viewer attached to its screen. + - kvm-stop: send ACPI shutdown event to the guest. + - kvm-status: display status for a specific virtual machine - III. License and installation notes. Refers to LICENSE and INSTALLING files in the root of this project archive. This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |