Experimental febootstrap install script.
[libguestfs.git] / contrib / febootstrap / install.html
diff --git a/contrib/febootstrap/install.html b/contrib/febootstrap/install.html
new file mode 100644 (file)
index 0000000..5e5521b
--- /dev/null
@@ -0,0 +1,21 @@
+<p>
+This script shows how to make a fresh virtual machine, installing an
+operating system like Fedora or some Red Hat-derived operating system
+such as <a href="http://www.redhat.com/rhel/">Red Hat Enterprise
+Linux</a> or <a href="http://centos.org/">CentOS</a>.
+</p>
+
+<p>
+It's fairly easy to modify this script to install Debian derivatives
+too (even from a Fedora host),
+using <a href="http://packages.debian.org/stable/admin/debootstrap">debootstrap</a>.
+</p>
+
+<p>
+<i>After</i> running the script, you can boot the new virtual
+machine by doing:
+</p>
+
+<pre>
+qemu-kvm -m 512 -hda /tmp/vm.img
+</pre>