Add text to `whole disk'' vs `normal' menu that explains to the user
just what the hell sysinst is asking for. (Why do we include the `dangerously dedicated at all?) Fix dangerous UI botch: make `normal' install the default, not `whole disk'.
This commit is contained in:
parent
7bb8e8c9d2
commit
1823e2d762
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: menus.md.eng,v 1.14 1998/11/07 20:17:28 jonathan Exp $ */
|
/* $NetBSD: menus.md.eng,v 1.15 1998/11/07 20:57:52 jonathan Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -39,8 +39,8 @@
|
||||||
/* Menu definitions for sysinst. i386 version, machine dependent. */
|
/* Menu definitions for sysinst. i386 version, machine dependent. */
|
||||||
|
|
||||||
menu fullpart, title " Select your choice";
|
menu fullpart, title " Select your choice";
|
||||||
option "Use the entire disk", exit, action {usefull = 1;};
|
|
||||||
option "Use only part of the disk", exit, action {usefull = 0;};
|
option "Use only part of the disk", exit, action {usefull = 0;};
|
||||||
|
option "Use the entire disk", exit, action {usefull = 1;};
|
||||||
|
|
||||||
menu wdtype, title " Select type";
|
menu wdtype, title " Select type";
|
||||||
display action { msg_display (MSG_wdtype, diskdev); };
|
display action { msg_display (MSG_wdtype, diskdev); };
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
/* $NetBSD: msg.md.eng,v 1.6 1998/11/07 20:17:29 jonathan Exp $ */
|
/* $NetBSD: msg.md.eng,v 1.7 1998/11/07 20:57:52 jonathan Exp $ */
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Copyright 1997 Piermont Information Systems Inc.
|
* Copyright 1997 Piermont Information Systems Inc.
|
||||||
|
@ -40,7 +40,15 @@
|
||||||
|
|
||||||
message fullpart
|
message fullpart
|
||||||
{We are now going to install NetBSD on the disk %s. You may
|
{We are now going to install NetBSD on the disk %s. You may
|
||||||
choose to install NetBSD on the entire disk or part of the disk.
|
choose to install NetBSD on the entire disk, or on part of the disk.
|
||||||
|
|
||||||
|
Partial-disk installation creates a partition, or `slice', for NetBSD
|
||||||
|
in your disk's MBR partition table. Whole-disk installation is
|
||||||
|
`dangerously dedicated': it takes over the entire MBR. This WILL
|
||||||
|
overwrite all existing data and OSes on the disk. It also makes it
|
||||||
|
impossible to install other OSes in future (unless you re-install
|
||||||
|
NetBSD from scratch, using only part of the disk).
|
||||||
|
|
||||||
Which would you like to do?
|
Which would you like to do?
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue