summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sade/sade.h
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-07-09 14:28:22 +0000
committerjkh <jkh@FreeBSD.org>1996-07-09 14:28:22 +0000
commit496e7f4568937e852ced808b4a8cd4446db07162 (patch)
tree5e7e9f24ecabadbd0814225a779cf6e4528beaaf /usr.sbin/sade/sade.h
parenta97e1fa1c1dc7804b2698668fce58aba32b2277b (diff)
downloadFreeBSD-src-496e7f4568937e852ced808b4a8cd4446db07162.zip
FreeBSD-src-496e7f4568937e852ced808b4a8cd4446db07162.tar.gz
A number of improvements in the way statistics are printed, add a "chroot"
option for installing distributions and/or packages to somewhere other than /, say for a case where you're installing to an external disk on some other machine's behalf. More miscellaneous fixes to various problems I stumbled across while adding this stuff.
Diffstat (limited to 'usr.sbin/sade/sade.h')
-rw-r--r--usr.sbin/sade/sade.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/sade/sade.h b/usr.sbin/sade/sade.h
index c785fc3..5f897fe 100644
--- a/usr.sbin/sade/sade.h
+++ b/usr.sbin/sade/sade.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.72 1996/07/08 08:54:33 jkh Exp $
+ * $Id: sysinstall.h,v 1.73 1996/07/08 10:08:20 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -102,6 +102,7 @@
#define VAR_HOSTNAME "hostname"
#define VAR_IFCONFIG "ifconfig_"
#define VAR_INTERFACES "network_interfaces"
+#define VAR_INSTALL_ROOT "installRoot"
#define VAR_IPADDR "ipaddr"
#define VAR_LABEL "label"
#define VAR_LABEL_COUNT "labelCount"
@@ -517,6 +518,7 @@ extern Boolean mediaVerify(void);
extern Boolean file_readable(char *fname);
extern Boolean file_executable(char *fname);
extern Boolean directory_exists(const char *dirname);
+extern char *root_bias(char *path);
extern char *itoa(int value);
extern char *string_concat(char *p1, char *p2);
extern char *string_concat3(char *p1, char *p2, char *p3);
OpenPOWER on IntegriCloud