summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authorRichard W.M. Jones <rjones@redhat.com>2010-12-06 12:22:58 +0000
committerRichard W.M. Jones <rjones@redhat.com>2010-12-06 12:22:58 +0000
commit72e9f7c254ff235ab25dc42952e7069099ad35da (patch)
treee1d2cd7996569705b3c21c655be1e48080615fa0 /README
parent60baadc1b201d35b30f23220a44994964936820d (diff)
downloadfebootstrap-72e9f7c254ff235ab25dc42952e7069099ad35da.tar.gz
febootstrap-72e9f7c254ff235ab25dc42952e7069099ad35da.tar.xz
febootstrap-72e9f7c254ff235ab25dc42952e7069099ad35da.zip
configure: Check for insmod.static and fail if not present.
This is not packaged on Debian/Ubuntu, but we require it. Fail with a useful error message if it is not available.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 5 insertions, 0 deletions
diff --git a/README b/README
index 6545756..b2288c0 100644
--- a/README
+++ b/README
@@ -40,6 +40,11 @@ Requirements
/sbin/mke2fs
- These are part of e2fsprogs.
+ /sbin/insmod.static
+ - This is part of module-init-tools. Note that Debian does NOT
+ 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)