From 2c071697d78ed611104aba33a300feeb70c3246f Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 6 Dec 2010 12:31:19 +0000 Subject: docs: Arrange required/optional packages more logically. --- README | 24 ++++++++++++++++-------- 1 file changed, 16 insertions(+), 8 deletions(-) (limited to 'README') 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 ----------------------- -- cgit