summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-06 12:31:19 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-06 12:31:19 +0000
commit2c071697d78ed611104aba33a300feeb70c3246f (patch)
tree070a1ceedf30286175cf1207cf7b7d93ad86374e /README
parentd687bd66d641578e8a678f57cb05c2af5ac09786 (diff)
downloadfebootstrap-2c071697d78ed611104aba33a300feeb70c3246f.tar.gz
febootstrap-2c071697d78ed611104aba33a300feeb70c3246f.tar.xz
febootstrap-2c071697d78ed611104aba33a300feeb70c3246f.zip
docs: Arrange required/optional packages more logically.
Diffstat (limited to 'README')
-rw-r--r--README24
1 files changed, 16 insertions, 8 deletions
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
-----------------------