| 11 | }}} |
| 12 | 1. Initially it's a good idea to run the demo. This will give you a breakdown of how the server will be created. |
| 13 | {{{ |
| 14 | kvm-creator demo GUESTNAME |
| 15 | }}} |
| 16 | 1. After determining the settings you want the machine to have, run the demo command and then the 'create' command. |
| 17 | {{{ |
| 18 | EXAMPLE WITH OUTPUT: |
| 19 | 0 negri:~/preseed-repo/squeeze# kvm-creator demo hay vg_negri0 15G 512 |
| 20 | NAME : hay |
| 21 | VG : vg_negri0 |
| 22 | SIZE : 15G |
| 23 | RAM : 512 |
| 24 | TAP : tap5 |
| 25 | MAC : 02:01:00:00:00:06 |
| 26 | DISK : /dev/mapper/vg_negri0-hay |
| 27 | 0 negri:~/preseed-repo/squeeze# kvm-creator create hay vg_negri0 15G 512 |
| 28 | Adding user `hay' ... |
| 29 | Adding new group `hay' (1005) ... |
| 30 | Adding new user `hay' (1005) with group `hay' ... |
| 31 | Creating home directory `/home/hay' ... |
| 32 | Copying files from `/etc/skel' ... |
| 33 | Logical volume "hay" created |
| 34 | 0 negri:~/preseed-repo/squeeze# |