From owner-svn-src-head@freebsd.org Sun Oct 29 21:21:41 2017 Return-Path: Delivered-To: svn-src-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 35D41E4CBDC; Sun, 29 Oct 2017 21:21:41 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 033566751D; Sun, 29 Oct 2017 21:21:40 +0000 (UTC) (envelope-from eadler@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v9TLLeUs073306; Sun, 29 Oct 2017 21:21:40 GMT (envelope-from eadler@FreeBSD.org) Received: (from eadler@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v9TLLefD073305; Sun, 29 Oct 2017 21:21:40 GMT (envelope-from eadler@FreeBSD.org) Message-Id: <201710292121.v9TLLefD073305@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: eadler set sender to eadler@FreeBSD.org using -f From: Eitan Adler Date: Sun, 29 Oct 2017 21:21:40 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r325109 - head/rescue X-SVN-Group: head X-SVN-Commit-Author: eadler X-SVN-Commit-Paths: head/rescue X-SVN-Commit-Revision: 325109 X-SVN-Commit-Repository: base MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Oct 2017 21:21:41 -0000 Author: eadler Date: Sun Oct 29 21:21:39 2017 New Revision: 325109 URL: https://svnweb.freebsd.org/changeset/base/325109 Log: rescue: say gbye to 'boot floppies' and moderize Modified: head/rescue/README Modified: head/rescue/README ============================================================================== --- head/rescue/README Sun Oct 29 20:50:03 2017 (r325108) +++ head/rescue/README Sun Oct 29 21:21:39 2017 (r325109) @@ -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: