Commit Graph

6942 Commits

Author SHA1 Message Date
Rodney W. Grimes
bdf1099dbb >From: Drew Hess <dhess@CS.Stanford.EDU>
>Date: Thu, 16 Sep 1993 23:35:48 -0700 (PDT)
There is a typo in disktab in the NetBSD-0.9 distribution.  This may be
already fixed in NetBSD-current, but it's not in any of the source that I've
sup'ed.
line 9 reads:
#       sc      #sectors/cylinder, nc*nt default
should read:
#       sc      #sectors/cylinder, ns*nt default
1993-09-18 00:00:16 +00:00
Andrew Moore
9483b7bb0e Added the following to the opening statement of install:
Before starting, it is important to know your hard disk's geometry
(i.e., number of cylinders, heads and sectors/track).  If installing
FreeBSD on the same disk as another operating system, then the
two systems should use the same geometry.  In particular, FreeBSD's
default geometry is inappropriate for MS-DOS.  So in this case, the
DOS geometry should be used instead.

[This seems to be true for SCSI disks.   What about IDE?  With the new
boot blocks, can we ignore the disks true geometry??]
1993-09-17 09:05:52 +00:00
Andrew Moore
dbc93016fb added /var/spool and /var/spool/lock to CPIO_DIRS. These are needed by
both tip and kermit.
1993-09-17 06:41:45 +00:00
Andrew Moore
e1001e11da The load_fd() now initializes the `interactive' variable to -i instead
of -v (my fault).
The extract() command now rm's /tmp/cat, not /bin/cat (my fault).
1993-09-16 00:45:34 +00:00
Rodney W. Grimes
7de54fdffe >From: kuku@acds.physik.rwth-aachen.de (Christoph Kukulies)
Comment was wrong about what entries get made for vtyNN, it
is 0-b, not 00-12.
1993-09-14 21:42:14 +00:00
Andrew Moore
f814ff388d Added option to overwrite an existing partition during install.
Added notes about ob-bs to install_notes.
1993-09-14 21:26:32 +00:00
Rodney W. Grimes
25344f7002 Make MOUNT be MOUNT? so I can easily override it for building 2 floppies
concurrently now that the floppy driver works good enought to do this!
1993-09-14 04:14:30 +00:00
Andrew Moore
02f990bac0 The install disks now print the partition table data with
offsets and sizes in units of cylinders.  This will help
those who want to install FreeBSD between two existing
partitions.

Faked notes on installing via Kermit
1993-09-14 02:36:09 +00:00
Rodney W. Grimes
b6545fcc19 Removed DOS floppy build stuff, as this was just a poor idea that needs
a much better solution.
1993-09-14 00:59:49 +00:00
Rodney W. Grimes
4bf5b33639 Fixed missing newline at end of file. 1993-09-14 00:54:19 +00:00
Andrew Moore
b727d33a7b Brought install_notes up to date. 1993-09-13 13:37:21 +00:00
Rodney W. Grimes
06c789f803 Fixed missing device name arguments to fdisk commands, this was the
cause of silient failure on scsi disk installs with the new floppies.
1993-09-13 12:23:38 +00:00
Rodney W. Grimes
a287a3fc73 Renumber the section starting at the duplicate 5. section. Changed
reference to RELNOTES.FreeBSD to not have an absolute path on it since
these appear in several places!
1993-09-13 07:53:28 +00:00
Andrew Moore
e525749e8a Explain purpose and original of "dos" floppy. 1993-09-13 07:26:39 +00:00
Rodney W. Grimes
3ce358d20e Changed ultrastore 14F/34F driver to irq 14. 1993-09-13 03:43:53 +00:00
Andrew Moore
8dddc300cb Fixed the extract() command which I had broken attempting to implement
it without cat.  It now requires cat again (no way around it unless
gunzip can accept arbitrary filename suffixes).
1993-09-13 02:23:55 +00:00
Rodney W. Grimes
6704009043 More file shuffling between floppies, needed to get rm on filesystem
floppy.  Removed duplicates from DOS floppy.
1993-09-13 00:00:16 +00:00
Rodney W. Grimes
b949d34a31 Since reboot is now installed, use it if the fsck fails 1993-09-12 23:55:35 +00:00
Rodney W. Grimes
a2f17cb4ff Change the "Insert secound installation floppy" to
"Insert the cpio installation floppy" to reduce confusion as to what floppy
is wanted.
1993-09-12 22:44:37 +00:00
Rodney W. Grimes
734916e02f Removed /usr/contrib/bin from PATH 1993-09-12 21:40:19 +00:00
Rodney W. Grimes
fc6e7c4535 Only put var and var/tmp in the cpio archive floppy, do not really need
the whole /var tree at this time.
1993-09-12 20:37:05 +00:00
Andrew Moore
778cac5fae added a couple echo's 1993-09-11 08:55:41 +00:00
Andrew Moore
aecc66379a Forgot to export PATH 1993-09-11 08:41:03 +00:00
Andrew Moore
60df7b74ae Mentioned using fdisk to change active partition on multi-os systems
if os-bs is not installed.
1993-09-11 08:32:50 +00:00
Andrew Moore
fde3cccae0 Silence cp diagnostics for dos floppy install in case
directories exist (e.g., after running os-bs).
1993-09-11 08:17:00 +00:00
Andrew Moore
752c095793 remove \'s from where they shouldn't be. 1993-09-11 08:12:28 +00:00
Andrew Moore
39da311037 Quick checkin between network hangs...
Restored trap calls in profile, and reset trap 2 at end of fsck.
Make installation of fourth floppy an option.
1993-09-11 08:08:11 +00:00
Rodney W. Grimes
d92c47dabf Converted many occurances of multiple spaces to tabs to save bytes
any way I can.  Converted all echo "" to be just echo

Removed sync call that seems to hang due to fd/wd driver interaction..
Now rm /.profile before the cpio floppy is copied in, this should fix
a bugger I was having with an open shell script that gets over written.
1993-09-11 06:03:37 +00:00
Rodney W. Grimes
3f0cc05d5a tar ball names converted from the form x.tar.gz.xx to x_tgz.xx so the
DOS folks are happy.
1993-09-11 00:10:57 +00:00
Rodney W. Grimes
71aeecabc7 Put bin/df back on the filesystem floppy since there is room for it
after all.  Removed it from DOS floppy.
Added COPYRIGHT to DOS floppy since it does have *BSD binaries on it!
Fixed missing ; \ when creating dev entries on filesystem floppy
Fixed rm in wrong directory, please don't rm in the DESTDIR area!!
1993-09-10 23:57:00 +00:00
Andrew Moore
356f5306c2 Combined some conditional statements now that `test' works correctly. 1993-09-09 14:04:20 +00:00
Andrew Moore
378e47a293 Mostly cosmetic changes.
Added notes installing os-bs.
1993-09-09 13:52:36 +00:00
Jordan K. Hubbard
2f9a071537 Fixed some language + error where 3 floppies are called for in beginning
and 4 later.
1993-09-08 22:51:49 +00:00
Rodney W. Grimes
2acb5617cd From: ccml@hippo.ru.ac.za (Mike Lawrie)
Subject: Install.notes for FreeBSD-1.0-G
Here is the hacked install notes file for FreeBSD-1.0-GAMMA.

Please get someone to check the few points marked <<please check>>.
From: rgrimes

Checked the <<please check>>, and cleaned up some details.
1993-09-08 22:27:59 +00:00
Rodney W. Grimes
84a2ca6351 Made copy of sys/i386/floppy relative instead of abosolute path 1993-09-08 21:19:03 +00:00
Andrew Moore
62da7cbc8b Adding missing sync after reading fourth install floppy.
Added /usr/distbin to path
1993-09-08 20:49:13 +00:00
Andrew Moore
93f0f2e040 Added a fourth DOS-format floppy to the install disks containing os-bs
and miscellaneous programs which get installed into /usr/distbin.
Install now recognizes existing DOS partitions and attempts to install
after them.  Theoretically, it also remaps badblocks.

N.B.:  The fourth install floppy must have a clean DOS FAT.
Building the new distribution floppies is untested

TODO: Build a disktab entry for existing DOS partitions (except extended
partitions).  This would allow loading and/or extracting the distribution
files directly from the DOS hard disk partition.
1993-09-08 11:25:17 +00:00
Rodney W. Grimes
97eb5f5403 Fixed missing slash after a ${DESTDIR} with no other path after it. 1993-09-07 19:35:38 +00:00
Andrew Moore
101c9192f8 Added DOS partition support and maybe badblock remappping.
The following additional changes are needed for the new install disks:
1) Remove from filesystem disk's /filelist: bin/cat, dev/MAKEDEV.local.
2) Remove from the filesystem disk: /bin/cat, /COPYRIGHT and /dev/MAKEDEV.local.
3) Add to the filesystem disk:  /sbin/fdisk, /dev/fd1a and /dev/rfd1a.
4) Build a fourth DOS disk containing at least: os-bs, rz/sz

Outstanding problems:
1) If there are >1024 cylinders, then FreeBSD cannot boot unless installed
at cylinder 0 (and since neither can DOS evidently, the two can't share
a disk in this case).
2) If FreeBSD is installed at cylinder 0, subsequent installs tend to fail.
3) If a DOS partition exists, disklabel doesn't seem to update the disk
geometry in the FreeBSD disklabel correctly (so reinstalling FreeBSD with
a new geometry requires installing it at cylinder 0).  Rod suggested
invoking disklabel on the raw c-partition.  This makes sense, but it
doesn't seem to work (newfs, for instance, can't find the new label).
1993-09-07 12:02:11 +00:00
Rodney W. Grimes
f45e18ea60 Fixed so that it scans for set uid/gid files. From Rich Murphy and NetBSD,
plus some tid bits from me.
1993-09-06 23:12:04 +00:00
Jordan K. Hubbard
817afb91fb Changed misleading comment about vty's - now clearly stated to work with
syscons, pcvt, codrv, ...
1993-09-06 03:00:38 +00:00
Rodney W. Grimes
cd9fa06692 Replaced comxx with ttyxx, as that is now the correct name to use when
refering to serial lines
1993-09-05 15:55:03 +00:00
Rodney W. Grimes
d4b418db87 Replaced all references to comxx with ttyxx, since that is what all the
other tools really want.

Targets sio*) and com*) now create entry named ttyxx, default setup with
a sh MAKEDEV all is to use the sio major numbers, com is all but depreicated
now.
1993-09-05 15:53:39 +00:00
Rodney W. Grimes
70e4f67214 Replaced all references to comxx with ttyxx, since that is what all the
other tools really want
1993-09-05 15:52:46 +00:00
Rodney W. Grimes
037db89fb1 Added /etc/networks to the files that get installed, some how it got
dropped out of the Makefile.  Commented out talk in inetd.conf since
it refers to the old non-existent otalkd.
1993-09-02 11:10:02 +00:00
Rodney W. Grimes
a614794b08 Removed commit lies for sbin/reboot and usr/local/bin/{mread,rz},
these are not part of the standard distribution and do not belong
in here, this was carry over from earlier work.

Added src-tarball: ssrc-tarball: targets to build the 2 source tar balls,
still have to manually copy/chmod/chown the src tree into the destination
directory and clean out all the obj, and CVS files/dirs, plus run a
make cleandist in it before running these targets, but atleast things are
getting easier to do!

release: now uses fixed floppies target.
1993-09-02 02:37:43 +00:00
Rodney W. Grimes
8771274e60 Fixed all usage of quotes to be consitent of the form ``word or phrase''. 1993-09-02 02:04:33 +00:00
Jordan K. Hubbard
c9294b071f Added some stuff, fixed some typos, generally tarted it up. 1993-09-02 00:04:15 +00:00
Rodney W. Grimes
d6cef5599e Added dd back to cpio floppy in place of shutdown, since shutdown
is not really needed until we can go multiuser.

Changed name of list from CRYPT_FILES to CRYPT_SRCS, since that is
really what they point to.  Added list CRYPT_DIRS, that is the directories
that are in the des distribution.

Fixed kc-xx-floppy dependencies on kc-floppy since it would not do
the right thing with the new target floppies:

Now user ${RELEASEDIR} for dd'ing the floppy images and other stuff having
to do with building the release.

Added new target bin-tarball that builds the bin.tar.gz.?? split archives for
release.

Added new target des-tarball that builds the des.tar.gz.?? split archives for
release.

Added building of /usr/local directories for the CDROMDIST.

New target floppies: that builds all 4 floppies.

New target release: that should completely populate a release tree, except
that the src-tarball target is not yet written.
1993-09-01 01:57:54 +00:00
Rodney W. Grimes
5636ded774 A real quick hack at some floppy install notes! 1993-09-01 01:41:23 +00:00
Rodney W. Grimes
641c4965d3 Fixed typo in rm of /tmp/cat, it was rm /bin/cat, whoopsss.... 1993-09-01 01:41:03 +00:00
Rodney W. Grimes
c7e82fb0a5 Reenabled rotation of log files and killing of syslogd now that the
lockup problem is fixed.
1993-08-31 16:29:05 +00:00
Rodney W. Grimes
36502580db Added DEFCYLN, DEFHEAD and DEFSECT parameters to inst1.install, these
are set to 1024/12/17
1993-08-31 15:02:53 +00:00
Rodney W. Grimes
8797a60236 Had to remove dd from the cpio floppy as we ran out of room due to some
growth in binaries.
1993-08-31 15:01:19 +00:00
Rodney W. Grimes
e2cf90647e Fixed ^? to ^\?, need to escape that for csh 1993-08-31 14:40:22 +00:00
Rodney W. Grimes
c3ab227a27 Changed stty erase ^H to stty erase ^?. 1993-08-31 14:38:58 +00:00
Rodney W. Grimes
b4218e818a Updated paths and cdpath to be more appropriate to FreeBSD (removal of old
directories).

Junked all the sccs aliases that get in the way of rcs
1993-08-31 07:19:58 +00:00
Rodney W. Grimes
2b30ed98e9 Added info for gnu stuff 1993-08-30 09:56:20 +00:00
Rodney W. Grimes
1748a7075a Updated st*) entry from Julian. 1993-08-30 07:48:38 +00:00
Rodney W. Grimes
1cef105821 Added new mtree file to populate /usr/local or /usr/gnu, it is up to the
user to run this mtree file.  Cleaned up BSD.usr.dist as it had some
missing bname=bin, gname=bin mode=0755's in it.
1993-08-30 07:22:48 +00:00
Rodney W. Grimes
7882a1f651 Inserted a modified version of /etc/rc so that a fsck is done on reboot
after the cpio floppy has been installed.  This fixes the corrupt disk
problem during the install.  Still need to add some echo's about expecting
disk corruption at this point in time.

Upgraded release statement to say 1.0 GAMMA.  Added a dummy read before
the instuctions so the user does not get confused by the rapid output
and thinks something scrolled off the screen.
1993-08-30 02:22:02 +00:00
Rodney W. Grimes
0cfef2e456 Makefile no longer needs passwd, pwd.db and spwd.db due to fixed pwd_mkdb
that now takes a directory argument.  These files are now built from the
master.passwd file.

Fixed typo on NOOBJ=, was oobj, now noobj.
Rename of targes and variables.  INST1 -> FILESYSTEM, INST2 -> CPIO,
kc -> kcopy.

Floppy targets now dd and gzip the image back onto the hard disk so
that less manual work is required when building a release.

Removed reboot from FILESYSTEM floppy and put df back on, and added
mount_isofs.  Changed scripts to use halt instead of reboot.
1993-08-30 02:18:25 +00:00
Rodney W. Grimes
6aab19adad Added the RELNOTES.FreeBSD to the FREEBSD list. Changed all occurance
of make to ${MAKE}
1993-08-29 02:46:13 +00:00
Rodney W. Grimes
b52ebd3d09 Fixed typo in the syscons.* entries (omde instead of mode) 1993-08-29 02:44:41 +00:00
Rodney W. Grimes
990baf3006 Added targets crypt and non-crypt to make it easier to build the
distributions.
Now only populates $DESTDIR/dev if we are building the cdrom distribution,
since this directory is populated by the install tools it was a conflict
to have the dev entries in the full distribution as well.
1993-08-28 03:33:06 +00:00
Rodney W. Grimes
5c25d42af9 Added usr/share/syscons.{fonts,keymaps} for the new syscons tools. 1993-08-27 00:55:53 +00:00
Rodney W. Grimes
4d3ced8b84 Removed Chris D. added --unlink option since our tar does not understand
it.
1993-08-26 15:59:21 +00:00
Rodney W. Grimes
926c5ffbf3 Removed LOCATIME and TZDIR stuff since it is now handled correctly by
share/zoneinfo and was just duplicated here.

Fixed the directory owner ships on the inst1 floppy by adding all of the
directories that get created on the floppy to INST1_DIR, since cpio was
not picking up the source dir protections, but instead using the current
process uid, gid, and umask values.

Removed /bin/df from inst1 to make room for mount_pcfs.  Also removed
/etc/disktab since it just got overwritten by the install tools.

Removed zcat from INST2_CPIO since it is now installed from the
INST2_FILES files on the floppy.  This fixes things so that all
of the gzip tools get linked to the same image.

Much of the .if machine i386 stuff moved to be system independent
since it really was.

Added sd1 support to the inst1 and kc floppies.  No room for wd1 support,
oh well.

Fix permissions on top level of floppy, it was not getting set.
1993-08-26 03:36:37 +00:00
Rodney W. Grimes
2b881de69a Added a real ugle hack so that cat, tar and gzip tools used to do the
extract can be over writen.  This is done by coping them to /tmp
before the extract begins, running them from /tmp, then removing them
after the extract has completed.

Removed all section about setting up sendmail.cf, since this was for the
old sendmail stuff and should not be required by the new sendmail.cf file
that is shipped with the system.
1993-08-26 03:23:20 +00:00
Rodney W. Grimes
95a36318cc Removed mount -at ufs command, since it is now done by the .profile
file left by inst1.install.

Fixed cpio command so that it works with the new cpio that does not
ignore extra options.

Added echo's about building /dev files so the user knows it is doing something.
1993-08-26 03:20:28 +00:00
Rodney W. Grimes
f821ac3089 Added DEFBLOCKING to hold the default blocking factor after the question
has been asked once.  Disabled the ability to have different blocking
factors on different partitions since this is known to trash the vm system.

Removed many extranious echo's of the users answers.  This was probably put
in for debugging and never removed.  It was quite confusing to my test users.

Added autoscan of disk for bad blocks for bad144 type disks using the new
bad144 -s option.

Renabled the asking for verbose installation.  Why was this disabled??

Added creation of etc/disktab.install on the hard disk that is a copy
of the disktab used to create the disk with.

Added a mount -at ufs to the .profile so that all the diskpartitions get
mounted on first boot from hard disk, this is so commands that may have been
loaded into a seperate usr partition can be found.
1993-08-26 03:16:51 +00:00
Rodney W. Grimes
ad49b43628 Changed prompt from "> " to "kc > " so that it does not look like the
halt prompt.  Changed the prompt for destination of the kernel copy to
be "copy kernel to > " so that it is clear what it wants..
1993-08-24 19:55:16 +00:00
Steven Wallace
35a3da3475 Changed -r /fastboot to -e /fastboot. File just needs to exist for fastboot.
Otherwise, doesn't work for non-root owner of /fastboot.
1993-08-24 06:15:36 +00:00
Rodney W. Grimes
9f07bdff86 Added kc-kernel target that builds both GENERICAH and GENERICBT kernels.
Added kc-floppy that does the common part of building the kc floppies.
Added kc-bt-floppy to build GENERICBT kernel floppy.
Fixed kc-ah-floppy to use kc-floppy.
1993-08-22 10:20:05 +00:00
Andrew Moore
c0bed0d8ae more cleanup (e.g., root and swap partitions are mandatory, not root and /usr)
no functional change
1993-08-20 21:47:42 +00:00
Andrew Moore
aeb14f134e added big loop to allow redoing the configuration 1993-08-20 18:07:39 +00:00
Andrew Moore
104464e053 added default answers
changed units from sectors to cylinders
1993-08-20 17:17:04 +00:00
Andrew Moore
8bb722a390 add more notes and examples 1993-08-15 07:11:52 +00:00
Rodney W. Grimes
21ee46c794 Wrong path for uucp login, was /usr/lib instead of /usr/libexec. Fixed 1993-08-13 23:07:31 +00:00
Rodney W. Grimes
0690e31f5d Fixed entry for t9600, baud rate was 19200, should be and now is 9600. 1993-08-13 23:05:49 +00:00
Rodney W. Grimes
4533a28bd6 Enable lastlog install commands. 1993-08-13 06:11:18 +00:00
Rodney W. Grimes
f5e6a77bff Commented out installation of /var/log/lastlog:
The problem with having it enable is that lastlog grows big, none
of the current scripts deal with rotation of /var/log/lastlog,
so it shouldn't necessary be installed at first.  This has traditionally
been something the sysadmin has had to touch after system installations.

Nate:
(Besides, you're forced to learn more about the system by reading the man
pages if it doesn't exist. :-)
1993-08-12 15:20:56 +00:00
Rodney W. Grimes
853f272a0a /etc/termcap is now created as a symlink to /usr/share/misc/termcap,
fixed creation of link for /etc/localtime.
1993-08-12 14:51:09 +00:00
Rodney W. Grimes
70ce04ee23 Added 3 targets (kc-ah-floppy, inst1-floppy, inst2-floppy) which build
3 of the 4 needed floppies for FreeBSD.

Still need to do kc-bt-floppy for the Bustek/Ultrastore controllers.

Fixed installation of boot blocks in distribution:, now use a variable
(${MDEC}) instead of a find so that my zzz files don't end up in
the distribution!
1993-08-12 07:18:34 +00:00
Rodney W. Grimes
44a8c7b9da Heavily modified from NetBSD sources to FreeBSD, many fixes and enhancements,
now users cpio instead of tar.  All displayed references to NetBSD changed
to ${OPSYSTEM}, OPSYSTEM=FreeBSD.
1993-08-12 07:14:23 +00:00
Charlie Root
e36cdb2855 Due to broken pwd_mkdb always wanting to do it's work in /etc I have
had to add this file to src/etc, and do a special case install of it
to get things working right.
1993-08-11 13:23:23 +00:00
Charlie Root
9110d05d4a Initial import of NetBSD install2 floppy .profile 1993-08-11 12:51:37 +00:00
Rodney W. Grimes
27f5b54817 Initial import of NetBSD install2 floppy /install script 1993-08-11 12:30:59 +00:00
Rodney W. Grimes
ac3c7d3cff Changed printing messages to refer to ${OPSYSTEM} instead of NetBSD. Comments
left intact.

Simplified variables for drivename, drivetype, and sect_fwd.

Added rotdelay to newfs commands (defaults to newfs default except
for scsi disks where it defaults to 0).

Made the disk geometry questions more like what PC users are use to
reading (cylinders/heads/sectors).

Added minswap requirement of 8MB, recomendation of 2 x physical memory.

Added messages about what the blocking factor does.

Added message for mount point to NOT include the leading /

How to change disklabel to /sbin/disklabel due to bug in our /bin/sh,
I thought this has been fixed, but it has not!

Changed to use cpio instead of tar, since tar seems so brain dead.

Removed kernfs reference from /etc/fstab creation since FreeBSD does not
have the kernfs.  Made /etc/fstab tabbed so it looks pretty :-).

Added default of floppy drive 0 after we boot from hard disk.

Fixed path in inst1.profile, removed /usr/local/bin, /usr/contrib/bin and .
1993-08-11 12:30:00 +00:00
Rodney W. Grimes
6ad76e8d8e Import of NetBSD inst1.fs floppy /.profile and /install scripts 1993-08-11 02:06:14 +00:00
Rodney W. Grimes
42cee3fad0 Added support to build i386-kc_floppy:, kernel copy floppy for FreeBSD.
Added support to build and install GENERICISA kernel in the binary
distribution.
1993-08-10 14:22:34 +00:00
Rodney W. Grimes
de34766adc Corrected kernel name from newbsd to 386bsd, it now works. 1993-08-10 14:16:33 +00:00
Rodney W. Grimes
1d63569dcb Initial import of .profile from NetBSD Kernel Copy Floppy, to be used in
building FreeBSD Kernel Copy Floppy.
1993-08-10 12:20:12 +00:00
Rodney W. Grimes
ae253c20de Disabled the scan for SCCS checked out files since it was broken and
caused error messages to be mailed, and FreeBSD does NOT have SCCS,
we use CVS!
1993-08-10 11:35:46 +00:00
Rodney W. Grimes
6ee39ff534 Miss spelled backups in BSD.var.dist, should have been backups, was backup. 1993-08-10 11:14:54 +00:00
Rodney W. Grimes
59a2f32435 Added ntp 123/udp # Network Time Protocol for xntp usage since this is a
well known service.
1993-08-10 11:03:56 +00:00
Rodney W. Grimes
94f07b5b72 Moved make copies of src/includes to be after the top level make install
so that the binary distribution ends up with full blown include files.
1993-08-09 18:39:50 +00:00
Rodney W. Grimes
35a3a8d75c Fixed install of ${FREEBSD}, forgot to do a install -c so it removed the
files from src on the install of them!
1993-08-09 17:29:20 +00:00
Rodney W. Grimes
f9b4e35433 Added installation of CONTRIB.386BSD CONTRIB.FreeBSD and COPYRIGHT to /
when building a distribution for the i386 case.  This keeps us from violating
Berkeley's and Bill Jolitz's copyrights.
1993-08-09 17:02:17 +00:00
Rodney W. Grimes
cd41d9bac8 Due to the bug with the console drivers and kill syslogd I have disabled that
in the daily and weekly scripts so that we don't get bug reports about
something we already know.  There are explanory comments in the files.
1993-08-09 15:18:02 +00:00
Rodney W. Grimes
1a2659b6e6 Fixed spelling error in ifconfig line for ed0, from netwask to netmask 1993-08-09 09:14:47 +00:00
Rodney W. Grimes
2e38124735 Removed man.conf since it is no longer used by the new manual page system 1993-08-08 09:27:53 +00:00
Rodney W. Grimes
fb7cd0676b Fixed daily so that it no longer does accounting since FreeBSD does not
yet have the accounting stuff in it.  Disabled ncheck search in security
due to missing ncheck.
1993-08-07 09:58:37 +00:00
Rodney W. Grimes
3c37182747 Added var/backup for daily scripts 1993-08-07 09:49:30 +00:00
Charlie Root
ea76af5346 Added install of /var/cron/log.
Made it clean up in /sys/i386/boot after building and installing the
boot blocks.
Moved the cd ..; make install to be after the special case stuff for
sendmail.
Added the installation of tcpproto.cf as /etc/sendmail.cf
1993-08-03 17:42:35 +00:00
Nate Williams
db267812a6 Default BLOCKSIZE for root is K-Blocks 1993-08-02 22:50:43 +00:00
Nate Williams
fa8a060ea6 Removed default 1K behavior from /etc/csh.login, but put comments
stating how to get 'old' BSD behavior
1993-08-02 22:46:06 +00:00
Nate Williams
26c3bd8f8f Set the BLOCKSIZE to K so that du/df/swpainfo all returns the amount of
1K blocks and not 512 byte blocks.
1993-08-02 21:25:29 +00:00
Nate Williams
774839c35a Removed df/du aliases, will make them more global and use BLOCKSIZE
environment variable
1993-08-02 21:23:27 +00:00
Rodney W. Grimes
a236d4b122 Put back the du -k and df -k flags since POSIX says they should still work,
and Nate is fixing them to work.
1993-08-02 21:04:36 +00:00
Rodney W. Grimes
9f12b7bf9a Removed as0 and as1 from the all case since these are obsolete (use sd0...) 1993-08-02 10:16:10 +00:00
Rodney W. Grimes
30c9ac0b78 Removed aliases of df -> df -k and du -> du -k, as the k option is not
supported in the new df and du code, use setenv BLOCKSIZE 1024 to get
the same effect.
1993-08-01 00:40:29 +00:00
Rodney W. Grimes
ff5c17099b Changeing the /sys link target from usr/src/sys.386bsd to usr/src/sys also
changes its length from 18 to 12.
1993-07-30 15:09:40 +00:00
Rodney W. Grimes
3e7a5d3d62 Removed vty04 from sh MAKEDEV all since that casued root login problems
on the console if you do not run codrv.
1993-07-30 11:00:54 +00:00
Rodney W. Grimes
4f9da52127 Fixed com1 -> com00 since com ports are 0 based. 1993-07-30 10:58:46 +00:00
Rodney W. Grimes
5cd488dfd0 Forgot to fix com01 -> com00, and added com02 and com03 1993-07-30 10:56:34 +00:00
Rodney W. Grimes
a1fea88be2 Replaced console with vga. 1993-07-30 10:55:24 +00:00
Nate Williams
222c6cb757 Added a default host.conf (gethostnamadr() name resolver) which declares
to resolve all names via bind first and then try /etc/hosts.
1993-07-29 18:30:36 +00:00
Nate Williams
c0307f56ea The updated mtree changed a couple things which required changes in
the mtree files.
1993-07-28 01:53:52 +00:00
Nate Williams
08cbe8b148 Changed sys.386bsd to sys 1993-07-26 22:46:16 +00:00
Rodney W. Grimes
05b5f220a8 Fixed installation of sendmail. cd'ed to wrong directory. Now works
correctly.
1993-07-20 18:20:56 +00:00
Rodney W. Grimes
242029ec9e Added .if ${MACHINE} == "i386" section to do install of boot blocks, all
standard tools, copies of include files, and sendmail.
1993-07-20 16:04:11 +00:00
Rodney W. Grimes
64784fa9e8 Since pwd_mkdb always works in /etc no matter what I added pwd.db and
spwd.db that are created from the template master.passwd to src/etc so
that a build distribution can populate /etc correctly.  This is a work
around until a better solution can be found.
1993-07-20 01:23:28 +00:00
Rodney W. Grimes
54d88c88d6 Pulled in patch kit 0.2.4 netstart, added ifconfig ed0 line. This is a
crock so I can get the binaries released.
1993-07-19 21:08:53 +00:00
Rodney W. Grimes
ca8687bd42 Fixed edit of /etc/motd so that the motd says FreeBSD instead of 386BSD. 1993-07-19 21:05:58 +00:00
Rodney W. Grimes
15771e3683 Fixed /dev/fd to be owner bin group bin mode 555 per the /dev/MAKEDEV script 1993-07-19 19:49:45 +00:00
Rodney W. Grimes
0a71fe694b From NetBSD, copied verbatium. May need some work yet. 1993-07-19 19:14:45 +00:00
Rodney W. Grimes
7ed4398e92 New file from NetBSD, for when we get ready for the rpc code. 1993-07-19 19:13:15 +00:00
Rodney W. Grimes
0711602f82 Changed banner from 386BSD to FreeBSD 1993-07-19 19:12:33 +00:00
Rodney W. Grimes
29a9baed5e Changed login banner from 386BSD to FreeBSD. Added entries for 38.4k, 57.6k
and 115.2k baud gettys.
1993-07-19 19:11:55 +00:00
Rodney W. Grimes
2668617ba5 Removed all Berkeley aliases information since it is way out of date.
General cleanup.. from NetBSD.
1993-07-19 19:09:14 +00:00
Rodney W. Grimes
2e9966a611 New file for netstart, should contain the hosts hostname. 1993-07-19 19:08:31 +00:00
Rodney W. Grimes
8e3f273c63 Cleaned up crontab from NetBSD, adjusted for FreeBSD. 1993-07-19 19:08:04 +00:00
Rodney W. Grimes
6540ab68c8 lp device was setup and enabled, changed it to be commented out. This caused
lpd to run on system where it had not been configured.
1993-07-19 18:58:09 +00:00
Rodney W. Grimes
5db8869fd9 Removed bill and lynne from group file, this was a security hole in the
0.1 distribution, as they had accounts in the password file with out passwords,
and were in group wheel!
1993-07-19 18:56:42 +00:00
Rodney W. Grimes
d6b77d5024 Removed the foreground/background escape sequences that cause headaches
if you are using a com console or a non pc3 console.
1993-07-19 18:55:38 +00:00
Rodney W. Grimes
6e1a887cf4 Brought in NetBSD Makefile, which was then fixed up to use mtree for
building the distrubution hierarchy.  Still needs some work, but atleast
this version runs and does most of the right things.
1993-07-19 18:54:09 +00:00
Rodney W. Grimes
9319cacfd5 Removed extranious names from master.passwd file, changed root and toor to
be in group 0 (was group 10).  Changed operator to be in group 20, was 28.
1993-07-19 18:52:51 +00:00
Rodney W. Grimes
3b666b81c9 Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
Fixed some errors in disktab (from NetBSD), floppy 5 corrected, and CP3100.
MAKEDEV script from 0.1.2.4 system.
1993-07-19 18:50:36 +00:00
Rodney W. Grimes
3a1df14dc0 Updated BSD.*.dist files to reflect FreeBSD as it is now. 1993-07-19 18:48:15 +00:00
Nate Williams
961fadf86f Fixed netstart to have a hard-coded localhost address.
This fixes situations where you don't have a correct localhost in
your nameserver or no name-server.
1993-07-05 21:43:35 +00:00
Rodney W. Grimes
1bf9d5d951 Initial import of 386BSD 0.1 othersrc/etc 1993-06-20 13:41:45 +00:00