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 Pull up revision 1.113 (requested...
details: https://anonhg.NetBSD.org/src/rev/abc7c4f1d885
branches: netbsd-2-0
changeset: 561438:abc7c4f1d885
user: tron <tron%NetBSD.org@localhost>
date: Thu Jun 17 09:14:13 2004 +0000
description:
Pull up revision 1.113 (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/defs.h | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 1d9ae67fb66c -r abc7c4f1d885 distrib/utils/sysinst/defs.h
--- a/distrib/utils/sysinst/defs.h Thu Jun 17 09:14:07 2004 +0000
+++ b/distrib/utils/sysinst/defs.h Thu Jun 17 09:14:13 2004 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: defs.h,v 1.111.2.2 2004/06/07 10:21:16 tron Exp $ */
+/* $NetBSD: defs.h,v 1.111.2.3 2004/06/17 09:14:13 tron Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -198,6 +198,7 @@
/* Actual name of the disk. */
EXTERN char diskdev[SSTRSIZE] INIT("");
+EXTERN int no_mbr; /* set for raid (etc) */
EXTERN int rootpart; /* partition we install into */
EXTERN const char *disktype INIT("unknown"); /* ST506, SCSI, ... */
Home |
Main Index |
Thread Index |
Old Index