Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/distrib/utils/sysinst Adapt setting of active partition to n...
details: https://anonhg.NetBSD.org/src/rev/289f9419aa62
branches: trunk
changeset: 467988:289f9419aa62
user: fvdl <fvdl%NetBSD.org@localhost>
date: Thu Apr 01 11:33:02 1999 +0000
description:
Adapt setting of active partition to newer MBR handling.
diffstat:
distrib/utils/sysinst/mbr.c | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (19 lines):
diff -r b58937159238 -r 289f9419aa62 distrib/utils/sysinst/mbr.c
--- a/distrib/utils/sysinst/mbr.c Thu Apr 01 11:08:39 1999 +0000
+++ b/distrib/utils/sysinst/mbr.c Thu Apr 01 11:33:02 1999 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: mbr.c,v 1.10 1999/03/31 00:44:48 fvdl Exp $ */
+/* $NetBSD: mbr.c,v 1.11 1999/04/01 11:33:02 fvdl Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@@ -274,6 +274,9 @@
}
} while (yesno && (numbsd != 1 || overlap));
+ if (activepart != -1)
+ part[activepart].mbrp_flag = 0x80;
+
if (numbsd == 0) {
msg_display(MSG_nobsdpart);
process_menu(MENU_ok);
Home |
Main Index |
Thread Index |
Old Index