Fri Jan 7 03:05:22 2011 UTC ()
Use tmpfs


(matt)
diff -r1.2 -r1.2.50.1 src/distrib/evbppc/ramdisk/dot.profile

cvs diff -r1.2 -r1.2.50.1 src/distrib/evbppc/ramdisk/dot.profile (expand / switch to unified diff)

--- src/distrib/evbppc/ramdisk/dot.profile 2003/07/26 17:06:41 1.2
+++ src/distrib/evbppc/ramdisk/dot.profile 2011/01/07 03:05:22 1.2.50.1
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: dot.profile,v 1.2 2003/07/26 17:06:41 salo Exp $ 1# $NetBSD: dot.profile,v 1.2.50.1 2011/01/07 03:05:22 matt Exp $
2# 2#
3# Copyright (c) 1995 Jason R. Thorpe 3# Copyright (c) 1995 Jason R. Thorpe
4# Copyright (c) 1994 Christopher G. Demetriou 4# Copyright (c) 1994 Christopher G. Demetriou
5# All rights reserved. 5# All rights reserved.
6#  6#
7# Redistribution and use in source and binary forms, with or without 7# Redistribution and use in source and binary forms, with or without
8# modification, are permitted provided that the following conditions 8# modification, are permitted provided that the following conditions
9# are met: 9# are met:
10# 1. Redistributions of source code must retain the above copyright 10# 1. Redistributions of source code must retain the above copyright
11# notice, this list of conditions and the following disclaimer. 11# notice, this list of conditions and the following disclaimer.
12# 2. Redistributions in binary form must reproduce the above copyright 12# 2. Redistributions in binary form must reproduce the above copyright
13# notice, this list of conditions and the following disclaimer in the 13# notice, this list of conditions and the following disclaimer in the
14# documentation and/or other materials provided with the distribution. 14# documentation and/or other materials provided with the distribution.
@@ -43,28 +43,28 @@ export HOME @@ -43,28 +43,28 @@ export HOME
43umask 022 43umask 022
44 44
45if [ "X${DONEPROFILE}" = "X" ]; then 45if [ "X${DONEPROFILE}" = "X" ]; then
46 DONEPROFILE=YES 46 DONEPROFILE=YES
47 export DONEPROFILE 47 export DONEPROFILE
48 48
49 # set up some sane defaults 49 # set up some sane defaults
50 echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T' 50 echo 'erase ^H, werase ^W, kill ^U, intr ^C, status ^T'
51 stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T 51 stty newcrt werase ^W intr ^C kill ^U erase ^H status ^T
52 52
53 # mount root read-write 53 # mount root read-write
54 mount -u /dev/md0a / 54 mount -u /dev/md0a /
55 55
56 # mount a /tmp on mfs, to avoid filling the md 56 # mount a /tmp on tmpfs, to avoid filling the md
57 mount -t mfs swap /tmp 57 mount_tmpfs tmpfs /tmp
58 58
59 # get the terminal type 59 # get the terminal type
60 _forceloop="" 60 _forceloop=""
61 while [ "X${_forceloop}" = X"" ]; do 61 while [ "X${_forceloop}" = X"" ]; do
62 eval `tset -s -m ":?$TERM"` 62 eval `tset -s -m ":?$TERM"`
63 if [ "X${TERM}" != X"unknown" ]; then 63 if [ "X${TERM}" != X"unknown" ]; then
64 _forceloop="done" 64 _forceloop="done"
65 fi 65 fi
66 done 66 done
67 67
68 # Installing or upgrading? 68 # Installing or upgrading?
69 _forceloop="" 69 _forceloop=""
70 while [ "X${_forceloop}" = X"" ]; do 70 while [ "X${_forceloop}" = X"" ]; do