summaryrefslogtreecommitdiff
path: root/rescue
diff options
context:
space:
mode:
authoreadler <eadler@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2017-10-29 21:21:39 +0000
committereadler <eadler@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>2017-10-29 21:21:39 +0000
commit2576517baa5432d06da81d91fb8dc6bf5a311aff (patch)
treeadafbbaac34c0cc0b6a65d0c06173c918ff47fd6 /rescue
parentf43cd4cad26588565112c0d9d9253ba3a4f17975 (diff)
downloadfreebsd-2576517baa5432d06da81d91fb8dc6bf5a311aff.tar.gz
freebsd-2576517baa5432d06da81d91fb8dc6bf5a311aff.tar.bz2
rescue: say gbye to 'boot floppies' and moderize
git-svn-id: http://svn.freebsd.org/base/head@325109 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
Diffstat (limited to 'rescue')
-rw-r--r--rescue/README7
1 files changed, 3 insertions, 4 deletions
diff --git a/rescue/README b/rescue/README
index 3a8cb463fe5..496575e1a32 100644
--- a/rescue/README
+++ b/rescue/README
@@ -16,8 +16,7 @@ normally found in /bin and /sbin.
These Makefiles recompile each of the crunchgen components and include
support for overriding specific library entries. Such techniques
-should be useful elsewhere. For example, boot floppies could use this
-to conditionally compile out features to reduce executable size.
+should be useful elsewhere.
3) Produce a toolkit suitable for small distributions.
@@ -27,8 +26,8 @@ system.
These tools have one big disadvantage: being statically linked, they
cannot use some advanced library functions that rely on dynamic
-linking. In particular, nsswitch, locales, and pam are likely to all
-rely on dynamic linking in the near future.
+linking. In particular, nsswitch, locales, and pam all
+rely on dynamic linking.
To compile: