Doesn't it make you nervous to see a "lastchance" warning, telling you

that "your hard disk" is about to get nuked, and you are no longer sure
which of your ten disks you told sysinst to wipe?

Change this to tell you:
``Ok, we are now ready to install NetBSD on your hard disk (wd0). Nothing ...''
This commit is contained in:
hubertf 2000-09-20 21:21:14 +00:00
parent 6aadfa317f
commit 10384ae3ba
2 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: install.c,v 1.20 2000/08/15 01:08:00 hubertf Exp $ */
/* $NetBSD: install.c,v 1.21 2000/09/20 21:21:14 hubertf Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -87,7 +87,7 @@ do_install()
/* Last chance ... do you really want to do this? */
clear();
refresh();
msg_display(MSG_lastchance);
msg_display(MSG_lastchance, diskdev);
process_menu(MENU_noyes);
if (!yesno)
return;

View File

@ -1,4 +1,4 @@
/* $NetBSD: msg.mi.en,v 1.68 2000/09/20 19:46:33 hubertf Exp $ */
/* $NetBSD: msg.mi.en,v 1.69 2000/09/20 21:21:15 hubertf Exp $ */
/*
* Copyright 1997 Piermont Information Systems Inc.
@ -254,7 +254,7 @@ message packname
{Please enter a name for your NetBSD disk}
message lastchance
{Ok, we are now ready to install NetBSD on your hard disk. Nothing has been
{Ok, we are now ready to install NetBSD on your hard disk (%s). Nothing has been
written yet. This is your last chance to quit this process before anything
gets changed.