summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/install.cfg
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1997-06-13 09:34:10 +0000
committerjkh <jkh@FreeBSD.org>1997-06-13 09:34:10 +0000
commitd75a722d2e156240715e6b5e4ec8bfc43b35877c (patch)
tree5a4abdf1ac32a59960b14ec93fd75ebe0c0e61b1 /usr.sbin/sysinstall/install.cfg
parent09d13c3c83d8174984dd75523feecab9ac536942 (diff)
downloadFreeBSD-src-d75a722d2e156240715e6b5e4ec8bfc43b35877c.zip
FreeBSD-src-d75a722d2e156240715e6b5e4ec8bfc43b35877c.tar.gz
YAMF22
Diffstat (limited to 'usr.sbin/sysinstall/install.cfg')
-rw-r--r--usr.sbin/sysinstall/install.cfg34
1 files changed, 33 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/install.cfg b/usr.sbin/sysinstall/install.cfg
index c5ed7e5..c2084e9 100644
--- a/usr.sbin/sysinstall/install.cfg
+++ b/usr.sbin/sysinstall/install.cfg
@@ -5,6 +5,7 @@
# Turn on extra debugging.
debug=yes
+################################
# My host specific data
hostname=crate.cdrom.com
domainname=cdrom.com
@@ -12,16 +13,23 @@ nameserver=204.216.27.3
defaultrouter=204.216.27.228
ipaddr=204.216.27.230
netmask=255.255.255.240
+################################
+################################
# Which installation device to use - ftp is pointed directly at my local
# machine and the installation device is my WD8013 ethernet interface.
ftp=ftp://time.cdrom.com/pub
netDev=ed0
mediaSetFTP
+################################
+################################
# Select which distributions we want.
-distSetUser
+dists=bin doc manpages info compat21 des src sbase slkm ssys
+distSetCustom
+################################
+################################
# Now set the parameters for the partition editor on wd0. Set to use all
# remaining free space (could also be "all" or "existing" to use all the
# disk or an existing FreeBSD slice).
@@ -49,6 +57,30 @@ diskLabelEditor
# Size of 0 means allocate the rest of the space to /usr
wd0s1=partition 0 /usr
diskLabelEditor
+################################
+
+################################
+# Now partition the 2nd disk.
+disk=wd1
+partition=exclusive
+diskPartitionEditor
+
+wd1s1=partition 40960 /var
+diskLabelEditor
+wd1s1=swap 0 none
+diskLabelEditor
+################################
+
+################################
+# And the 3rd.
+disk=sd0
+partition=exclusive
+diskPartitionEditor
+
+sd0s1=partition 0 /usr/src
+diskLabelEditor
+################################
+
# OK, everything is set. Do it!
installCommit
OpenPOWER on IntegriCloud