Add a short note about kernel modules in FIXIT mode.

MFC after:	1 month
This commit is contained in:
Xin LI 2010-10-27 17:13:38 +00:00
parent 92ababa777
commit 49727e098f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=214426

View File

@ -25,6 +25,10 @@ echo '| You might want to symlink /mnt/etc/*pwd.db and /mnt/etc/group |'
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 '+---------------------------------------------------------------+'