Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 26 Nov 2010 02:18:52 +0000 (UTC)
From:      Xin LI <delphij@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org
Subject:   svn commit: r215852 - stable/7/release
Message-ID:  <201011260218.oAQ2Iqan024409@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 '+---------------------------------------------------------------+'



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011260218.oAQ2Iqan024409>