summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/sysinstall/install.c')
-rw-r--r--usr.sbin/sysinstall/install.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.c b/usr.sbin/sysinstall/install.c
index b695c2b..f17abf3 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.119 1996/09/29 10:03:30 jkh Exp $
+ * $Id: install.c,v 1.120 1996/10/01 04:56:32 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -618,6 +618,10 @@ installFixup(dialogMenuItem *self)
return DITEM_FAILURE;
}
}
+
+ /* Snapshot the dset changes back */
+ vsystem("/sbin/dset -v -k /kernel");
+
/* Resurrect /dev after bin distribution screws it up */
if (RunningAsInit) {
msgNotify("Remaking all devices.. Please wait!");
OpenPOWER on IntegriCloud