[Debian-NP-Commits] r280 - people/vagrant/simple-cdd

Vagrant Cascadian debian-np-devel@lists.alioth.debian.org
Sun, 28 Nov 2004 13:26:31 -0700


Author: vagrant-guest
Date: Sun Nov 28 13:26:14 2004
New Revision: 280

Modified:
   people/vagrant/simple-cdd/README
Log:
suggest using example script qemu-test


Modified: people/vagrant/simple-cdd/README
==============================================================================
--- people/vagrant/simple-cdd/README	(original)
+++ people/vagrant/simple-cdd/README	Sun Nov 28 13:26:14 2004
@@ -132,18 +132,19 @@
 KERNEL_PARAMS="preseed/file=/cdrom/simple-cdd/default.preseed console=ttyS0,38400"
 
 
-and then build the CD image:
+edit qemu-test:
 
-./build-simple-cdd
+hd_img="/path/to/hard_drive.image"
+# megabytes of memory in qemu system
+mem=96
 
+then run:
 
-finally, to test with qemu:
+./qemu-test
 
-qemu -nographic -hda ~/hd.img -cdrom images/sarge-i386-1.raw -boot d
+this will build the CD image, run qemu to install it, and then run qemu for the
+initial boot into the system.
 
-once it's done installing, boot from the hard drive:
-
-qemu -nographic -hda ~/hd.img -cdrom images/sarge-i386-1.raw -boot c
-
-since grub doesn't pass the console=ttyS0,38400 by default, it may take a while
-for you to see anything.  be patient, and it will eventually show up.
+NOTE: since grub doesn't pass the console=ttyS0,38400 by default, it may take a
+while for you to see anything during the initial boot.  be patient, and it will
+eventually show up.