Temporarily disable userconfig saving until I figure out why uc_open()

loops internally for BOOTMFS (not being able to run gdb on sysinstall
when it's running as init is a real pain!).
This commit is contained in:
Jordan K. Hubbard 1996-10-03 08:54:37 +00:00
parent 7ae3b92f0d
commit 2705b229fc
3 changed files with 9 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.124 1996/10/03 06:01:35 jkh Exp $
* $Id: install.c,v 1.125 1996/10/03 08:17:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -607,8 +607,10 @@ installFixup(dialogMenuItem *self)
}
}
#ifdef notyet
/* Snapshot any boot -c changes back to the GENERIC kernel */
save_userconfig_to_kernel("/kernel");
#endif
/* Resurrect /dev after bin distribution screws it up */
if (RunningAsInit) {

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.124 1996/10/03 06:01:35 jkh Exp $
* $Id: install.c,v 1.125 1996/10/03 08:17:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -607,8 +607,10 @@ installFixup(dialogMenuItem *self)
}
}
#ifdef notyet
/* Snapshot any boot -c changes back to the GENERIC kernel */
save_userconfig_to_kernel("/kernel");
#endif
/* Resurrect /dev after bin distribution screws it up */
if (RunningAsInit) {

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.124 1996/10/03 06:01:35 jkh Exp $
* $Id: install.c,v 1.125 1996/10/03 08:17:16 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -607,8 +607,10 @@ installFixup(dialogMenuItem *self)
}
}
#ifdef notyet
/* Snapshot any boot -c changes back to the GENERIC kernel */
save_userconfig_to_kernel("/kernel");
#endif
/* Resurrect /dev after bin distribution screws it up */
if (RunningAsInit) {