febootstrap/helper/init: Mount /proc if not already present.
[febootstrap.git] / README
diff --git a/README b/README
index ee28067..99c4d36 100644 (file)
--- a/README
+++ b/README
@@ -32,21 +32,32 @@ Requirements
 
   gcc
 
-  qemu
-    - Only if you need to test-boot appliances.
+  gawk
 
+  libcom_err
   libext2fs
   /sbin/mke2fs
     - These are part of e2fsprogs.
 
-Optional
---------
-(but you will need a package manager for your Linux distro)
+For Fedora/RHEL:
 
-  yum
   rpm
-  apt-get
+  yum
+  yumdownloader
+
+For Debian/Ubuntu:
+
   dpkg
+  aptitude
+
+Optional
+--------
+
+These are only needed if you plan to boot the supermin appliances you
+are building:
+
+  qemu >= 0.13
+  kernel >= 2.6.36
 
 Building and installing
 -----------------------