aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/sysinstall.h
diff options
context:
space:
mode:
authorPoul-Henning Kamp <phk@FreeBSD.org>1999-08-05 19:50:26 +0000
committerPoul-Henning Kamp <phk@FreeBSD.org>1999-08-05 19:50:26 +0000
commit8a9b8e429b8fd710ad656491c7394edb4925749a (patch)
treeb4a0c629177393fdd3fece9ee9d44ce90ac9cc53 /usr.sbin/sysinstall/sysinstall.h
parentfa7c4d557556a90c64eaf10038c0d2a685801357 (diff)
downloadsrc-8a9b8e429b8fd710ad656491c7394edb4925749a.tar.gz
src-8a9b8e429b8fd710ad656491c7394edb4925749a.zip
Make the newfs parameters a global option.
The default is still "-b 8192 -f 1024" but my experiments show that "-b 16384 -f 4096 -c 100" is a more sensible value for modern disksizes.
Notes
Notes: svn path=/head/; revision=49441
Diffstat (limited to 'usr.sbin/sysinstall/sysinstall.h')
-rw-r--r--usr.sbin/sysinstall/sysinstall.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/sysinstall.h b/usr.sbin/sysinstall/sysinstall.h
index 76d1c00433d8..6a6a6ad2c5ed 100644
--- a/usr.sbin/sysinstall/sysinstall.h
+++ b/usr.sbin/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.171 1999/07/19 10:06:17 jkh Exp $
+ * $Id: sysinstall.h,v 1.172 1999/07/26 10:49:36 brian Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@@ -132,6 +132,7 @@
#define VAR_NETINTERACTIVE "netInteractive"
#define VAR_NETMASK "netmask"
#define VAR_NETWORK_DEVICE "netDev"
+#define VAR_NEWFS_ARGS "newfsArgs"
#define VAR_NFS_PATH "nfs"
#define VAR_NFS_HOST "nfsHost"
#define VAR_NFS_SECURE "nfs_reserved_port_only"