Source-Changes-HG archive

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

[src/netbsd-2-0]: src/distrib/utils/sysinst/arch/i386 Pull up revision 1.51 (...



details:   https://anonhg.NetBSD.org/src/rev/1d9ae67fb66c
branches:  netbsd-2-0
changeset: 561437:1d9ae67fb66c
user:      tron <tron%NetBSD.org@localhost>
date:      Thu Jun 17 09:14:07 2004 +0000

description:
Pull up revision 1.51 (requested by dsl in ticket #491):
Parse a disk name of "raid:no_mbr" to mean "raid" but without any mbr
setup (on i386).  Allows sysinst to install to an existing RAID1 volume.

diffstat:

 distrib/utils/sysinst/arch/i386/md.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r ca1e8c2256d7 -r 1d9ae67fb66c distrib/utils/sysinst/arch/i386/md.h
--- a/distrib/utils/sysinst/arch/i386/md.h      Thu Jun 17 09:14:02 2004 +0000
+++ b/distrib/utils/sysinst/arch/i386/md.h      Thu Jun 17 09:14:07 2004 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: md.h,v 1.49.2.1 2004/04/30 03:48:26 jmc Exp $  */
+/*     $NetBSD: md.h,v 1.49.2.2 2004/06/17 09:14:07 tron Exp $ */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -82,7 +82,7 @@
  * On i386, we allow "wd"  ST-506/IDE disks,  "sd" scsi disks, "ld" logical
  * disks, "ed" IBM ESDI disks, "raid" raidframe disks
  */
-#define DISK_NAMES "wd", "sd", "ld", "ed", "raid"
+#define DISK_NAMES "wd", "sd", "ld", "ed", "raid:no_mbr"
 
 /*
  * Machine-specific command to write a new label to a disk.



Home | Main Index | Thread Index | Old Index