Change some verbiage slightly.
This commit is contained in:
parent
824934f901
commit
62c09b388a
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=16296
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* generation being essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: install.c,v 1.97 1996/05/16 11:47:30 jkh Exp $
|
* $Id: install.c,v 1.98 1996/05/29 01:35:28 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -388,11 +388,12 @@ installNovice(dialogMenuItem *self)
|
|||||||
"may do so by typing: /stand/sysinstall.");
|
"may do so by typing: /stand/sysinstall.");
|
||||||
|
|
||||||
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
|
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
|
||||||
if (!msgYesNo("Would you like to configure this machine's network interfaces?")) {
|
if (!msgYesNo("Does this system have a network interface card?")) {
|
||||||
Device *save = mediaDevice;
|
Device *save = mediaDevice;
|
||||||
|
|
||||||
/* This will also set the media device, which we don't want */
|
/* This will also set the media device, which we don't want */
|
||||||
tcpDeviceSelect();
|
tcpDeviceSelect();
|
||||||
|
/* so we restore our saved value below */
|
||||||
mediaDevice = save;
|
mediaDevice = save;
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* generation being essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: install.c,v 1.97 1996/05/16 11:47:30 jkh Exp $
|
* $Id: install.c,v 1.98 1996/05/29 01:35:28 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -388,11 +388,12 @@ installNovice(dialogMenuItem *self)
|
|||||||
"may do so by typing: /stand/sysinstall.");
|
"may do so by typing: /stand/sysinstall.");
|
||||||
|
|
||||||
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
|
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
|
||||||
if (!msgYesNo("Would you like to configure this machine's network interfaces?")) {
|
if (!msgYesNo("Does this system have a network interface card?")) {
|
||||||
Device *save = mediaDevice;
|
Device *save = mediaDevice;
|
||||||
|
|
||||||
/* This will also set the media device, which we don't want */
|
/* This will also set the media device, which we don't want */
|
||||||
tcpDeviceSelect();
|
tcpDeviceSelect();
|
||||||
|
/* so we restore our saved value below */
|
||||||
mediaDevice = save;
|
mediaDevice = save;
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
}
|
}
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
* This is probably the last program in the `sysinstall' line - the next
|
* This is probably the last program in the `sysinstall' line - the next
|
||||||
* generation being essentially a complete rewrite.
|
* generation being essentially a complete rewrite.
|
||||||
*
|
*
|
||||||
* $Id: install.c,v 1.97 1996/05/16 11:47:30 jkh Exp $
|
* $Id: install.c,v 1.98 1996/05/29 01:35:28 jkh Exp $
|
||||||
*
|
*
|
||||||
* Copyright (c) 1995
|
* Copyright (c) 1995
|
||||||
* Jordan Hubbard. All rights reserved.
|
* Jordan Hubbard. All rights reserved.
|
||||||
@ -388,11 +388,12 @@ installNovice(dialogMenuItem *self)
|
|||||||
"may do so by typing: /stand/sysinstall.");
|
"may do so by typing: /stand/sysinstall.");
|
||||||
|
|
||||||
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
|
if (mediaDevice->type != DEVICE_TYPE_FTP && mediaDevice->type != DEVICE_TYPE_NFS) {
|
||||||
if (!msgYesNo("Would you like to configure this machine's network interfaces?")) {
|
if (!msgYesNo("Does this system have a network interface card?")) {
|
||||||
Device *save = mediaDevice;
|
Device *save = mediaDevice;
|
||||||
|
|
||||||
/* This will also set the media device, which we don't want */
|
/* This will also set the media device, which we don't want */
|
||||||
tcpDeviceSelect();
|
tcpDeviceSelect();
|
||||||
|
/* so we restore our saved value below */
|
||||||
mediaDevice = save;
|
mediaDevice = save;
|
||||||
dialog_clear();
|
dialog_clear();
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user