From d75a722d2e156240715e6b5e4ec8bfc43b35877c Mon Sep 17 00:00:00 2001 From: jkh Date: Fri, 13 Jun 1997 09:34:10 +0000 Subject: YAMF22 --- usr.sbin/sysinstall/install.cfg | 34 +++++++++++++++++++++++++++++++++- 1 file changed, 33 insertions(+), 1 deletion(-) (limited to 'usr.sbin/sysinstall/install.cfg') 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 -- cgit v1.1