Add a place-holder message for the CDROM fixit feature (which I'm not going

to add in time for the next SNAP).
This commit is contained in:
Jordan K. Hubbard 1996-04-25 18:00:28 +00:00
parent 18b1c03d52
commit a0b037c2c7
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=15384
3 changed files with 12 additions and 3 deletions

View file

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: install.c,v 1.84 1996/04/23 01:29:22 jkh Exp $
* $Id: install.c,v 1.85 1996/04/25 17:31:18 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -203,6 +203,9 @@ installInitial(void)
int
installFixitCDROM(dialogMenuItem *self)
{
msgConfirm("Sorry, this feature is currently unimplemented but will,\n"
"at some point in the future, support the use of the live\n"
"filesystem CD (CD 2) in fixing your system.");
return DITEM_SUCCESS;
}

View file

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: install.c,v 1.84 1996/04/23 01:29:22 jkh Exp $
* $Id: install.c,v 1.85 1996/04/25 17:31:18 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -203,6 +203,9 @@ installInitial(void)
int
installFixitCDROM(dialogMenuItem *self)
{
msgConfirm("Sorry, this feature is currently unimplemented but will,\n"
"at some point in the future, support the use of the live\n"
"filesystem CD (CD 2) in fixing your system.");
return DITEM_SUCCESS;
}

View file

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: install.c,v 1.84 1996/04/23 01:29:22 jkh Exp $
* $Id: install.c,v 1.85 1996/04/25 17:31:18 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -203,6 +203,9 @@ installInitial(void)
int
installFixitCDROM(dialogMenuItem *self)
{
msgConfirm("Sorry, this feature is currently unimplemented but will,\n"
"at some point in the future, support the use of the live\n"
"filesystem CD (CD 2) in fixing your system.");
return DITEM_SUCCESS;
}