summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/install.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-02-10 19:44:08 +0000
committerjkh <jkh@FreeBSD.org>1997-02-10 19:44:08 +0000
commitbe02c90383d62ec0eb07cbcde2dbc02a392fb52b (patch)
treecc5fcdd366fe466bfbb620b7decac78e716c6131 /release/sysinstall/install.c
parent1791a7ff979f6e90d22978658337b585456a5f61 (diff)
downloadFreeBSD-src-be02c90383d62ec0eb07cbcde2dbc02a392fb52b.zip
FreeBSD-src-be02c90383d62ec0eb07cbcde2dbc02a392fb52b.tar.gz
Save /etc/sysconfig data at the very very end, so that it can be
used post-install time as a configuration tool as well. Update comments about a kernel recompile being necessary for PS/2 mice.
Diffstat (limited to 'release/sysinstall/install.c')
-rw-r--r--release/sysinstall/install.c9
1 files changed, 1 insertions, 8 deletions
diff --git a/release/sysinstall/install.c b/release/sysinstall/install.c
index 3584156..db96afc 100644
--- a/release/sysinstall/install.c
+++ b/release/sysinstall/install.c
@@ -48,6 +48,7 @@
#undef MSDOSFS
#include <sys/stat.h>
#include <unistd.h>
+#include <ufs/ufs/ufsmount.h>
static void create_termcap(void);
static void fixit_common(void);
@@ -446,8 +447,6 @@ installExpress(dialogMenuItem *self)
/* Give user the option of one last configuration spree */
installConfigure();
}
- /* Now write out any changes .. */
- configSysconfig("/etc/sysconfig");
return i | DITEM_RESTORE;
}
@@ -601,9 +600,6 @@ installNovice(dialogMenuItem *self)
/* Give user the option of one last configuration spree */
installConfigure();
- /* Now write out any changes .. */
- configSysconfig("/etc/sysconfig");
-
return DITEM_LEAVE_MENU | DITEM_RESTORE;
}
@@ -617,9 +613,6 @@ installCustomCommit(dialogMenuItem *self)
if (DITEM_STATUS(i) == DITEM_SUCCESS) {
/* Give user the option of one last configuration spree */
installConfigure();
-
- /* Now write out any changes .. */
- configSysconfig("/etc/sysconfig");
return i;
}
else
OpenPOWER on IntegriCloud