mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
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:
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
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue