Add libguestfs-test-tool.
[libguestfs.git] / contrib / febootstrap / install.html
1 <p>
2 This script shows how to make a fresh virtual machine, installing an
3 operating system like Fedora or some Red Hat-derived operating system
4 such as <a href="http://www.redhat.com/rhel/">Red Hat Enterprise
5 Linux</a> or <a href="http://centos.org/">CentOS</a>.
6 </p>
7
8 <p>
9 It's fairly easy to modify this script to install Debian derivatives
10 too (even from a Fedora host),
11 using <a href="http://packages.debian.org/stable/admin/debootstrap">debootstrap</a>.
12 </p>
13
14 <p>
15 <i>After</i> running the script, you can boot the new virtual
16 machine by doing:
17 </p>
18
19 <pre>
20 qemu-kvm -m 512 -hda /tmp/vm.img
21 </pre>