From: Richard W.M. Jones <rjones@redhat.com>
Date: Mon, 6 Dec 2010 12:31:19 +0000 (+0000)
Subject: docs: Arrange required/optional packages more logically.
X-Git-Tag: 3.1~7
X-Git-Url: http://git.annexia.org/?a=commitdiff_plain;h=2c071697d78ed611104aba33a300feeb70c3246f;p=febootstrap.git

docs: Arrange required/optional packages more logically.
---

diff --git a/README b/README
index f0850e0..8092aaf 100644
--- 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
 -----------------------