From 145093705543fbddd051f0107fc426e224d1e485 Mon Sep 17 00:00:00 2001 From: Alex Pyrgiotis Date: Thu, 10 Jan 2013 16:07:40 +0200 Subject: [PATCH 1/1] Minor typo correction --- docs/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage.rst b/docs/usage.rst index 0968252..d789268 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -234,7 +234,7 @@ When the installation is complete, you can close the QEMU window. You will be able to boot your installed OS and make any changes you want to it (e.g. install openssh-server) using the following command:: - $ sudo kvm -m 1000 -drive file=linuxmint.raw,format=raw,cache=none,if=virtio + $ sudo kvm -boot d -drive file=ubuntu_hd.raw,format=raw,cache=none,if=virtio After you're done, become root, activate the virtual environment you have installed snf-image-creator in, and use *snf-mkimage* to create and upload the -- 1.7.10.4