Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.sandpoint Add raid0 to init), in case we have /tmp o...



details:   https://anonhg.NetBSD.org/src/rev/158c88daa9af
branches:  trunk
changeset: 779830:158c88daa9af
user:      jdc <jdc%NetBSD.org@localhost>
date:      Thu Jun 21 19:22:07 2012 +0000

description:
Add raid0 to init), in case we have /tmp on mfs.

diffstat:

 etc/etc.sandpoint/MAKEDEV.conf |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (14 lines):

diff -r 6a170f5f4d99 -r 158c88daa9af etc/etc.sandpoint/MAKEDEV.conf
--- a/etc/etc.sandpoint/MAKEDEV.conf    Thu Jun 21 17:55:15 2012 +0000
+++ b/etc/etc.sandpoint/MAKEDEV.conf    Thu Jun 21 19:22:07 2012 +0000
@@ -1,8 +1,8 @@
-# $NetBSD: MAKEDEV.conf,v 1.14 2011/09/06 14:40:11 apb Exp $
+# $NetBSD: MAKEDEV.conf,v 1.15 2012/06/21 19:22:07 jdc Exp $
 
 init)
        makedev std tty00 tty01 opty ptm pty0
-       makedev md0 wd0 wd1
+       makedev md0 wd0 wd1 raid0
        makedev pci0 bpf clockctl
        ;;
 



Home | Main Index | Thread Index | Old Index