summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-10-05 16:33:05 +0000
committerjkh <jkh@FreeBSD.org>1996-10-05 16:33:05 +0000
commit5ab8a530e67068e8f677bcf642c67e7fec491212 (patch)
tree94aeff11a388047ec0ef8f620ed606d3c067e2be /release/sysinstall/sysinstall.h
parent57a32f2a60b272fa2e9d7f5b29d4b08661928797 (diff)
downloadFreeBSD-src-5ab8a530e67068e8f677bcf642c67e7fec491212.zip
FreeBSD-src-5ab8a530e67068e8f677bcf642c67e7fec491212.tar.gz
Make the save_userconfig() stuff conditional and turned off by default
(for now - still a few more wrinkles here). Add more debugging code and some cosmetic tweaks.
Diffstat (limited to 'release/sysinstall/sysinstall.h')
-rw-r--r--release/sysinstall/sysinstall.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/release/sysinstall/sysinstall.h b/release/sysinstall/sysinstall.h
index 8089ed5..1d66044 100644
--- a/release/sysinstall/sysinstall.h
+++ b/release/sysinstall/sysinstall.h
@@ -4,7 +4,7 @@
* This is probably the last attempt in the `sysinstall' line, the next
* generation being slated to essentially a complete rewrite.
*
- * $Id: sysinstall.h,v 1.79 1996/10/01 12:13:25 jkh Exp $
+ * $Id: sysinstall.h,v 1.80 1996/10/04 13:33:44 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -74,7 +74,6 @@
#define DISK_PARTITIONED "_diskPartitioned"
#define DISK_LABELLED "_diskLabelled"
#define DISK_SELECTED "_diskSelected"
-#define DISK_PREPARED "_diskPrepared"
#define SYSTEM_STATE "_systemState"
#define RUNNING_ON_ROOT "_runningOnRoot"
#define TCP_CONFIGURED "_tcpConfigured"
OpenPOWER on IntegriCloud