[Debian-NP-Commits] r284 - people/vagrant/simple-cdd
Vagrant Cascadian
debian-np-devel@lists.alioth.debian.org
Sun, 28 Nov 2004 14:28:13 -0700
Author: vagrant-guest
Date: Sun Nov 28 14:27:30 2004
New Revision: 284
Modified:
people/vagrant/simple-cdd/README
Log:
describe how to create a hard-drive image for qemu, edit qemu-test.conf now.
Modified: people/vagrant/simple-cdd/README
==============================================================================
--- people/vagrant/simple-cdd/README (original)
+++ people/vagrant/simple-cdd/README Sun Nov 28 14:27:30 2004
@@ -132,11 +132,17 @@
KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed console=ttyS0,38400"
-edit qemu-test:
+create a hard drive image:
+
+dd if=/dev/zero of=/path/to/hard_drive.image bs=1024k count=500
+
+the above creates a 500MB image.
+
+
+edit qemu-test.conf:
hd_img="/path/to/hard_drive.image"
-# megabytes of memory in qemu system
-mem=96
+
then run: