From 6a223e1fce02d114934990a2d1ca09ecda4f69b7 Mon Sep 17 00:00:00 2001 From: jkh Date: Thu, 3 Oct 1996 08:54:37 +0000 Subject: 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!). --- usr.sbin/sade/install.c | 4 +++- usr.sbin/sysinstall/install.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'usr.sbin') diff --git a/usr.sbin/sade/install.c b/usr.sbin/sade/install.c index ad29178..e787d6f 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.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) { diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c index ad29178..e787d6f 100644 --- a/usr.sbin/sysinstall/install.c +++ b/usr.sbin/sysinstall/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.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) { -- cgit v1.1