Skip to content

Commit

Permalink
Merge r1.140
Browse files Browse the repository at this point in the history
  • Loading branch information
jkh authored and jkh committed Nov 12, 1996
1 parent f32df09 commit 62a1627
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions release/sysinstall/install.c
Expand Up @@ -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.71.2.108 1996/11/07 09:17:16 jkh Exp $
* $Id: install.c,v 1.71.2.109 1996/11/10 13:14:36 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
Expand Down Expand Up @@ -595,7 +595,8 @@ installFixup(dialogMenuItem *self)
if (file_readable("/kernel.GENERIC")) {
#ifdef SAVE_USERCONFIG
/* Snapshot any boot -c changes back to the GENERIC kernel */
save_userconfig_to_kernel("/kernel.GENERIC");
if (!strcmp(variable_get(VAR_RELNAME), RELEASE_NAME))
save_userconfig_to_kernel("/kernel.GENERIC");
#endif
if (vsystem("cp -p /kernel.GENERIC /kernel")) {
msgConfirm("Unable to link /kernel into place!");
Expand Down

0 comments on commit 62a1627

Please sign in to comment.