diff options
Diffstat (limited to 'usr.sbin/sade/install.c')
| -rw-r--r-- | usr.sbin/sade/install.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index 6b12165a584a..fc1f42ede8f4 100644 --- a/usr.sbin/sade/install.c +++ b/usr.sbin/sade/install.c @@ -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.221 1999/01/08 00:14:21 jkh Exp $ + * $Id: install.c,v 1.222 1999/01/20 11:56:39 jkh Exp $ * * Copyright (c) 1995 * Jordan Hubbard. All rights reserved. @@ -758,6 +758,11 @@ installFixupBin(dialogMenuItem *self) msgConfirm("Unable to copy /kernel into place!"); return DITEM_FAILURE; } + /* Snapshot any boot -c changes back to the new kernel */ + if (kget("/kernel.config")) { + msgConfirm("Kernel copied OK, but unable to save boot -c changes\n" + "to it. See the debug screen (ALT-F2) for details."); + } } else { msgConfirm("Can't find a kernel image to link to on the root file system!\n" |
