Re: sysinstall manpage installation question

1999-06-11 Thread David O'Brien
On this machine, the sysinstall manpage is not installed onto
 the system during make world.

Yes, it is because ``make world'' does not build  install sysinstall.
Thus you do not get the manpage.  I was going to add the manpage to the
normal ``make world'', but I could not find a clean place to put it in
/usr/src/Makefile.inc1

-- 
-- David(obr...@nuxi.com  -or-  obr...@freebsd.org)


To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



sysinstall manpage installation question

1999-06-07 Thread John W. DeBoskey
Hi,

   I have a -current machine which I use to run a:

  cd /usr/src  make world  cd release  make release

   every night.

   On this machine, the sysinstall manpage is not installed onto
the system during make world.

% man sysinstall
No manual entry for sysinstall
% chroot /snap/release /bin/sh
# man sysinstall
SYSINSTALL(8)   FreeBSD System Manager's Manual  SYSINSTALL(8)

NAME
 sysinstall - system installation and configuration tool


  etc, etc, etc.


   It seems to me, that during a make world, we should build sysinstall
into /stand(or elsewhere), and install the manpage in the appropriate
location.

   comments? critiques?


Thanks,
John


ps: I am a heavy user of the scripted install process. I beleive we
could help our cause by better documenting how the process works
and providing some examples. Along those lines, here is a .cfg
file I use for a machine that I use to test SNAPs on. This is
an incredible time saving facility.


Notes: noError=True  is not documented. See dispatch.c line 311
   _ftpPath= is not documented. Appears to be an internal
 vs. external naming scheme. Not sure...
 See 1.157 of sysinstall.h, int dirty;.



# gigabit1.cfg
#
# FreeBSD Installation Config file for gigabit1.unx.sas.com
#
# This file generated on 05/06/99 15:23:16
#

debug=yes

ipaddr=10.26.1.231
hostname=gigabit1.unx.sas.com
domainname=unx.sas.com
defaultrouter=10.26.0.1
netmask=255.255.0.0


# - End of generated information -

netDev=fxp0
ftp=ftp://freebsd.pc.sas.com/pub/FreeBSD
_ftpPath=ftp://freebsd.pc.sas.com/pub/FreeBSD
nameserver=10.16.149.6
mediaSetFTP
distSetEverything

disk=wd0
partition=exclusive
diskPartitionEditor

# 512 Meg swap partition
wd0s1-1=swap 1048576 none

# 1 Gig /tmp partition
wd0s1-2=ufs 2097152 /tmp

# 256 Meg /root partition
wd0s1-3=ufs 524288 /

# 256 Meg /var partition
wd0s1-4=ufs 524288 /var

# all remaining space for /usr partition
wd0s1-5=ufs 0 /usr

diskLabelEditor

installCommit



package=bash-2.03
noError=TRUE
packageAdd
package=elm-2.4ME+54
noError=TRUE
packageAdd
package=emacs-20.3
noError=TRUE
packageAdd
package=jpeg-6b
noError=TRUE
packageAdd
package=less-337
noError=TRUE
packageAdd
package=linux_lib-2.6.1
noError=TRUE
packageAdd
package=mm-2.7
noError=TRUE
packageAdd
package=pdksh-5.2.13
noError=TRUE
packageAdd



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message



Re: sysinstall manpage installation question

1999-06-07 Thread Ben Rosengart
On Mon, 7 Jun 1999, John W. DeBoskey wrote:

 ps: I am a heavy user of the scripted install process. I beleive we
 could help our cause by better documenting how the process works
 and providing some examples.

As someone who is soon going to have to set up scripted installs, I
would certainly love to see more documentation on this.

 Along those lines, here is a .cfg file I use for a machine that I use
 to test SNAPs on.

Cool, thanks.

--
 Ben

UNIX Systems Engineer, Skunk Group
StarMedia Network, Inc.



To Unsubscribe: send mail to majord...@freebsd.org
with unsubscribe freebsd-current in the body of the message