Source-Changes-HG archive

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

[src/netbsd-1-4]: src/distrib/utils/sysinst/arch/i386 pullup 1.11->1.12 (fvdl)



details:   https://anonhg.NetBSD.org/src/rev/26720fae537f
branches:  netbsd-1-4
changeset: 468620:26720fae537f
user:      perry <perry%NetBSD.org@localhost>
date:      Sun May 02 21:51:36 1999 +0000

description:
pullup 1.11->1.12 (fvdl)

diffstat:

 distrib/utils/sysinst/arch/i386/msg.md.eng |  54 ++++++++++++++++++++++++++++-
 1 files changed, 52 insertions(+), 2 deletions(-)

diffs (72 lines):

diff -r 90700f57c9eb -r 26720fae537f distrib/utils/sysinst/arch/i386/msg.md.eng
--- a/distrib/utils/sysinst/arch/i386/msg.md.eng        Sun May 02 21:50:31 1999 +0000
+++ b/distrib/utils/sysinst/arch/i386/msg.md.eng        Sun May 02 21:51:36 1999 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: msg.md.eng,v 1.9.2.1 1999/04/19 15:19:29 perry Exp $   */
+/*     $NetBSD: msg.md.eng,v 1.9.2.2 1999/05/02 21:51:36 perry Exp $   */
 
 /*
  * Copyright 1997 Piermont Information Systems Inc.
@@ -182,7 +182,7 @@
 {Partition size? }
 
 message cyl1024
-{ The disklabel (set of partitions) you specified has a root partition that
+{The disklabel (set of partitions) you specified has a root partition that
 ends beyond the 1024 BIOS cylinder boundary. To be sure that the system
 can be booted at all times, the entire root partition must lie below that
 limit. You can either: }
@@ -202,3 +202,53 @@
 
 message wmbrfail
 {Rewrite of MBR failed. I can't continue.}
+
+message partabovechs
+{The NetBSD part of the disk lies outside of the range that the BIOS on
+your machine can address. Booting from it may not be possible. Are you
+sure you that you want to do this?
+
+(Answering 'no' will take you back to the partition edit menu.)}
+
+message installbootsel
+{You appear to have more than one operating system installed on your
+disk. Do you want to install a bootselector so that you can select
+which system to start up when your computer is (re)started?}
+
+message installmbr
+{The start of the NetBSD part of the disk lies outside of the range
+that the BIOS can address. The initial bootcode in the Master Boot
+Record needs to be able to use the extended BIOS interface to boot
+off this partition. Do you want to install the NetBSD bootcode into
+the Master Boot Record so that this is ensured? Note that this will
+overwrite the existing code in the MBR, like some bootselectors.}
+
+message configbootsel
+{Configure the different bootselection menu items. You can change the
+simple menu entries for the matching partition entries that are displayed
+when the system boots. Also, you can specify the timeout and default
+action to be taken (if no selection is made in the bootmenu).\n}
+
+message bootseltimeout
+{Boot menu timeout: %d\n}
+
+message defbootselopt
+{Default boot menu action: }
+
+message defbootseloptactive
+{boot the first active partition.}
+
+message defbootseloptpart
+{boot off partition %d.\n}
+
+message defbootseloptdisk
+{boot off harddisk %d.\n}
+
+message bootselitemname
+{Enter name for menu item}
+
+message bootseltimeoutval
+{Timeout value in seconds (0-3600)}
+
+message bootselheader
+{Number      Type                                 Menu entry\n}



Home | Main Index | Thread Index | Old Index