X-Git-Url: http://git.annexia.org/?p=libguestfs.git;a=blobdiff_plain;f=contrib%2Ffebootstrap%2Finstall.html;fp=contrib%2Ffebootstrap%2Finstall.html;h=5e5521b10c739b28cec89d4983d77948ad5268b8;hp=0000000000000000000000000000000000000000;hb=12baf36e87c6a0968939e98b1969bc1b9d8cb0bc;hpb=cead6fe22d32e8fcdb26c60fdad5db49bf3f0ec0 diff --git a/contrib/febootstrap/install.html b/contrib/febootstrap/install.html new file mode 100644 index 0000000..5e5521b --- /dev/null +++ b/contrib/febootstrap/install.html @@ -0,0 +1,21 @@ +

+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 Red Hat Enterprise +Linux or CentOS. +

+ +

+It's fairly easy to modify this script to install Debian derivatives +too (even from a Fedora host), +using debootstrap. +

+ +

+After running the script, you can boot the new virtual +machine by doing: +

+ +
+qemu-kvm -m 512 -hda /tmp/vm.img
+