From 9ae4c665771998d4cd3a3cc3281a3b49c212820a Mon Sep 17 00:00:00 2001 From: Rafal Wojtczuk Date: Wed, 6 Oct 2010 16:00:20 +0000 Subject: [PATCH] InstallationGuide changed --- InstallationGuide.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/InstallationGuide.md b/InstallationGuide.md index 3f4a2e94..1c2083c8 100644 --- a/InstallationGuide.md +++ b/InstallationGuide.md @@ -156,6 +156,14 @@ yum install qubes-template-linux-x64 This will probably take some time... +1. Create the default DisposableVM savefile. It is the saved VM image that is used to quickly bring up a DisposableVM. As user in *qubes* group execute + + ``` {.wiki} + qvm-create-default-dvm --default-template --default-script + ``` + +This should take about 150 seconds. + 1. Now, lets create some AppVMs to see if this all works... **NOTE:** If you're migrating from a previous system (e.g. Alpha 1), and want to restore your previous AppVMs from a backup, use the [qvm-backup-restore](/wiki/BackupRestore) tool.