This commit is contained in:
jkh 1997-06-13 09:34:10 +00:00
parent b07c05221f
commit ae10f85664
5 changed files with 72 additions and 8 deletions

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: dispatch.c,v 1.14 1997/06/05 09:47:56 jkh Exp $
* $Id: dispatch.c,v 1.15 1997/06/12 07:35:39 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -60,7 +60,7 @@ static struct _word {
{ "diskLabelEditor", diskLabelEditor },
{ "diskLabelCommit", diskLabelCommit },
{ "distReset", distReset },
{ "distSetCustom", distSetDeveloper },
{ "distSetCustom", distSetCustom },
{ "distSetDeveloper", distSetDeveloper },
{ "distSetXDeveloper", distSetXDeveloper },
{ "distSetKernDeveloper", distSetKernDeveloper },

View File

@ -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

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: dispatch.c,v 1.14 1997/06/05 09:47:56 jkh Exp $
* $Id: dispatch.c,v 1.15 1997/06/12 07:35:39 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -60,7 +60,7 @@ static struct _word {
{ "diskLabelEditor", diskLabelEditor },
{ "diskLabelCommit", diskLabelCommit },
{ "distReset", distReset },
{ "distSetCustom", distSetDeveloper },
{ "distSetCustom", distSetCustom },
{ "distSetDeveloper", distSetDeveloper },
{ "distSetXDeveloper", distSetXDeveloper },
{ "distSetKernDeveloper", distSetKernDeveloper },

View File

@ -4,7 +4,7 @@
* This is probably the last program in the `sysinstall' line - the next
* generation being essentially a complete rewrite.
*
* $Id: dispatch.c,v 1.14 1997/06/05 09:47:56 jkh Exp $
* $Id: dispatch.c,v 1.15 1997/06/12 07:35:39 jkh Exp $
*
* Copyright (c) 1995
* Jordan Hubbard. All rights reserved.
@ -60,7 +60,7 @@ static struct _word {
{ "diskLabelEditor", diskLabelEditor },
{ "diskLabelCommit", diskLabelCommit },
{ "distReset", distReset },
{ "distSetCustom", distSetDeveloper },
{ "distSetCustom", distSetCustom },
{ "distSetDeveloper", distSetDeveloper },
{ "distSetXDeveloper", distSetXDeveloper },
{ "distSetKernDeveloper", distSetKernDeveloper },

View File

@ -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