summaryrefslogtreecommitdiff
path: root/distrib/i386/floppies/inst/dot.profile
diff options
context:
space:
mode:
Diffstat (limited to 'distrib/i386/floppies/inst/dot.profile')
-rw-r--r--distrib/i386/floppies/inst/dot.profile5
1 files changed, 4 insertions, 1 deletions
diff --git a/distrib/i386/floppies/inst/dot.profile b/distrib/i386/floppies/inst/dot.profile
index d7df5e5dfbf..ff168b23cd8 100644
--- a/distrib/i386/floppies/inst/dot.profile
+++ b/distrib/i386/floppies/inst/dot.profile
@@ -27,7 +27,7 @@
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
# THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#
-# $Id: dot.profile,v 1.1 1995/10/18 08:37:34 deraadt Exp $
+# $Id: dot.profile,v 1.2 1995/11/23 15:57:58 deraadt Exp $
PATH=/sbin:/bin:/usr/bin:/usr/sbin:/
export PATH
@@ -47,6 +47,9 @@ if [ "X${DONEPROFILE}" = "X" ]; then
# run update, so that installed software is written as it goes.
update
+ # mount the kern_fs so that we can examine the dmesg state
+ mount -t kernfs /kern /kern
+
# pull in the functions that people will use from the shell prompt.
. /.commonutils
. /.instutils