summaryrefslogtreecommitdiffstats
path: root/usr.sbin
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-03 08:54:37 +0000
committerjkh <jkh@FreeBSD.org>1996-10-03 08:54:37 +0000
commit6a223e1fce02d114934990a2d1ca09ecda4f69b7 (patch)
treeda325998f2fded86927a51131622ff3419393b5d /usr.sbin
parent7b9bca9cdf7491422b37b673e65cecf73da27d2f (diff)
downloadFreeBSD-src-6a223e1fce02d114934990a2d1ca09ecda4f69b7.zip
FreeBSD-src-6a223e1fce02d114934990a2d1ca09ecda4f69b7.tar.gz
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!).
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/sade/install.c4
-rw-r--r--usr.sbin/sysinstall/install.c4
2 files changed, 6 insertions, 2 deletions
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) {
OpenPOWER on IntegriCloud