From owner-svn-src-stable@FreeBSD.ORG Fri Nov 26 02:18:52 2010 Return-Path: Delivered-To: svn-src-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7BAA9106564A; Fri, 26 Nov 2010 02:18:52 +0000 (UTC) (envelope-from delphij@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 69F1D8FC0C; Fri, 26 Nov 2010 02:18:52 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.3/8.14.3) with ESMTP id oAQ2Iqvv024411; Fri, 26 Nov 2010 02:18:52 GMT (envelope-from delphij@svn.freebsd.org) Received: (from delphij@localhost) by svn.freebsd.org (8.14.3/8.14.3/Submit) id oAQ2Iqan024409; Fri, 26 Nov 2010 02:18:52 GMT (envelope-from delphij@svn.freebsd.org) Message-Id: <201011260218.oAQ2Iqan024409@svn.freebsd.org> From: Xin LI Date: Fri, 26 Nov 2010 02:18:52 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r215852 - stable/7/release X-BeenThere: svn-src-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for all the -stable branches of the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 26 Nov 2010 02:18:52 -0000 Author: delphij Date: Fri Nov 26 02:18:52 2010 New Revision: 215852 URL: http://svn.freebsd.org/changeset/base/215852 Log: MFC r214426: Add a short note about kernel modules in FIXIT mode. Modified: stable/7/release/fixit.profile Directory Properties: stable/7/release/ (props changed) stable/7/release/doc/ (props changed) stable/7/release/doc/en_US.ISO8859-1/hardware/ (props changed) stable/7/release/picobsd/tinyware/login/ (props changed) Modified: stable/7/release/fixit.profile ============================================================================== --- stable/7/release/fixit.profile Fri Nov 26 02:15:39 2010 (r215851) +++ stable/7/release/fixit.profile Fri Nov 26 02:18:52 2010 (r215852) @@ -25,6 +25,10 @@ echo '| You might want to symlink /mnt/e echo '| to /etc after mounting a root filesystem from your disk. |' echo '| tar(1) will not restore all permissions correctly otherwise! |' echo '| |' +echo '| In order to load kernel modules you might want to add the |' +echo '| fixit media to the kern.module_path sysctl variable so that |' +echo '| the kernel knows where to find them. |' +echo '| |' echo '| Note: you can use the arrow keys to browse through the |' echo '| command history of this shell. |' echo '+---------------------------------------------------------------+'