docs: Arrange required/optional packages more logically.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 6 Dec 2010 12:31:19 +0000 (12:31 +0000)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 6 Dec 2010 12:31:19 +0000 (12:31 +0000)
README

diff --git a/README b/README
index f0850e0..8092aaf 100644 (file)
--- a/README
+++ b/README
@@ -32,9 +32,6 @@ Requirements
 
   gcc
 
-  qemu
-    - Only if you need to test-boot appliances.
-
   gawk
 
   libcom_err
@@ -47,14 +44,25 @@ Requirements
       package this, you have to build it yourself (or copy the file
       from a Fedora machine which also works ...)
 
-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
 -----------------------