Commit Graph

577 Commits

Author SHA1 Message Date
jkh
3380f636bd Whoops - I missed a commit; EXTRACT scripts were misnamed. Correct. 1994-06-21 12:42:56 +00:00
jkh
11c03a99af 1. Increase number of inodes for kcopy floppy; we've currently run out.
2. Get kcopy and filesystem images from current directory since we
   now build them here; a clean rule is now all that's needed to make
   the crunch stuff complete.
1994-06-21 11:02:38 +00:00
jkh
0b5307b380 Commit a small change to allow FreeBSD to install on a different drive.
The kernel configs already support this, so with a boot floppy or a utility
like booteasy, the user should be able to install and boot off the second drive.
Hurrah.
1994-06-20 06:05:16 +00:00
jkh
57875d4858 Commit some additional changes for making this work with obj dirs. 1994-06-20 03:39:59 +00:00
jkh
98677b3c8a Fixes from Bruce Evans:
o insecure and inconsistent permissions for tape devices.
	o didn't make the DOSpartition wd devices.
1994-06-17 21:50:07 +00:00
jkh
f76be84184 Add entry for the new PCMCIA ethernet adapter code (ze0). 1994-06-17 19:29:05 +00:00
ache
a707cac831 Fix comment about 8-bit clean tcsh 1994-06-16 17:16:31 +00:00
ache
9688077418 Add commented out STARTUP_LOCALE with explanation 1994-06-16 17:13:53 +00:00
ache
59243a1434 Only comment added to console entry:
# If you want to be asked for password, change "secure" to "insecure" here
1994-06-16 12:34:53 +00:00
jkh
8aa1fea701 I'll leave the addition of the line, but there's just absolutely no
way I'm going to allow this to be set to secure.  People blow their
password files away all the time, and I am not at all keen to lose the
ability to get them recovered with the simple expedient of a single-user
boot.
1994-06-16 12:14:08 +00:00
ache
5dd36f61ba Choose secure single-user mode by default
Without this entry init.bsdi don't ask root password when it goes
to sigle-user. This entry must present here in any case,
subject of arguing can be only default mode, I mean
"secure" or "insecure" here. Please consider this entry
like template and change "insecure" to "secure" if you
are _shure_, but not back out whole line.

# This entry needed for asking password when init goes to single-user mode
console	none				unknown	off insecure
1994-06-16 11:13:44 +00:00
jkh
186999f336 Since we're using syscons now, make ^H the backspace character by
default (ack ack, evil evil, but easier than changing syscons at this
late hour).
1994-06-15 22:58:49 +00:00
adam
24f89c1469 Changed MDEC_OPT=BOOTWAIT= to BOOTWAIT= 1994-06-15 21:32:38 +00:00
jkh
df9f97ce7a 1. Fill out the crunch target - this should do the trick (we'll see).
2. Remove the NOOBJ line - we want an object dir now.
1994-06-15 21:21:50 +00:00
jkh
f9a488d4c5 Add a beep to the load_fd stuff for each floppy insert request so
that you can read a book and load the floppy distribution at the same
time.. :-)
1994-06-15 21:04:04 +00:00
jkh
7d394c9463 Remove the --exclude libc.so.1.1 line; with a static gzip and tar we
no longer need it, and it's just one more thing we would have to remember
to change with every shared lib version bump.
1994-06-15 21:02:36 +00:00
jkh
222cd8859b Install manpath.config and mail.rc properly, and directly from the src
tree now (rather than having a local copy.
1994-06-15 20:43:20 +00:00
adam
1dccb48a18 added comments for how to use CCFPU and MDEC_OPT 1994-06-15 20:24:16 +00:00
jkh
45edfbbd43 Commit Rod's magic EXTRACT scripts to the tree so that we can work on
them.  These were al hand-copied over before.
1994-06-15 20:15:12 +00:00
jkh
1abbfca57d Lots of changes:
1. Properly use ${.CURDIR} now instead of hardcoded relative dirs.
2. Use ${BINOWN} and ${BINGRP} everywhere instead of root/wheel
3. Add target for copying over EXTRACT scripts (and add them here).
4. Start thinking about crunched floppy target (not in yet, next commit).
1994-06-15 20:14:29 +00:00
jkh
9529691929 1. Bump minimum root size to 8MB (we need that much now).
2. Bump version number to 1.1.5 for impending release.
1994-06-15 19:23:33 +00:00
ache
b180b786f2 Remove CXXFLAGS from here, handled in another place 1994-06-14 11:46:52 +00:00
wollman
2fc5eb3a37 Added comment about registerd and kpasswdd not working in 1.x.
Deleted commented-out line which would start mountd; that's not
the right pplace to do it (don't confuse the users).
Should probablyhave uncommented rpc.rstatd, but didn't.
1994-06-13 22:41:04 +00:00
csgr
82229d3d46 Change default for directory permissions to be 0755. 1994-06-12 16:20:36 +00:00
csgr
45cfbd81b1 Modify messages about the resolver manual page as per Rod's suggestions.
The configure function now tells the user to type "man 5 resolver"
for more info on resolv.conf, but mentions that the bindist must
be fully installed before this can be done (actually a user won't
have reached this stage if he doesn't have an installed bindist ;-)
1994-06-12 11:05:04 +00:00
csgr
e05a2e89dd Allow configuration of resolv.conf though "configure". The
configuration which is done is minimal, and the script refers the user
to the resolver(5) manual page for information on fine-tuning name
resolution.
1994-06-11 12:42:35 +00:00
ache
a5a2d2e236 Add commented out PRINTER=ps entry for easy choose
system documentation format
1994-06-09 11:13:52 +00:00
ache
65eac5689d Add commented out CXXFLAGS entry similar to CFLAGS entry 1994-06-09 08:32:58 +00:00
csgr
485c48d80c Change all lib*.so.1.0 to lib*.so.1.1
(Once again, pointed out by Volker Paepcke.)
1994-06-08 11:01:46 +00:00
csgr
d53b5f6190 Change reference to libc.so.1.0 to libc.so.1.1.
(Pointed out by Volker Paepcke)
1994-06-08 10:52:10 +00:00
phk
ebf9e71a93 check for diskless boot, and remount / RW in that case. 1994-06-06 17:45:37 +00:00
csgr
f41c901d99 Add mention of WANT_MSUN, HAVE_FPU and NOMANCOMPRESS
(NOMANCOMPRESS works together with the new bsd.man.mk to turn off
compression of manual pages - manual pages are installed compressed
by default now.)
1994-06-05 20:37:15 +00:00
ats
431ebc1c53 Comment out the startup of the xtend daemon by default. 1994-06-05 16:03:57 +00:00
jkh
3158d42d83 I just realized that the vtty's won't kick in until the user loads the bindist
and reboots multiuser.  Ammend the text slightly to avoid confusion.
1994-06-04 12:00:51 +00:00
jkh
3e722ff68c 1. Bumped version number to 1.1.5 in preparation for impending release.
2. Added notes that tell the user a little bit about how to use syscons
   since they'll be running it from the outset now and would probably like
   to know how to switch terminals.
1994-06-04 11:55:56 +00:00
phk
bcb2519488 Added reference to RFC 1597 about "private-net" IP#'s. The following numbers
will never be routed over the InterNet:
	10.0.0.0        -   10.255.255.255
        172.16.0.0      -   172.31.255.255
        192.168.0.0     -   192.168.255.255
1994-06-04 02:03:45 +00:00
ache
6557b616d1 Now rc.serial used for initial setup of serial lines 1994-06-04 00:44:00 +00:00
csgr
6a53927500 make /etc/motd mode 644 NOT 666
(Thank heavens I run cops every night.)
1994-06-03 08:54:35 +00:00
jkh
f7c683a1fb Fix the absolute paths for boot blocks. Now uses ${DESTDIR}. 1994-06-03 05:18:18 +00:00
paul
94a4079f75 Added
if [ -x /usr/libexec/xtend ]; then
          echo -n ' xtend';   /usr/libexec/xtend
     fi

to etc/rc
1994-06-01 17:04:01 +00:00
ache
d9f33e67ba Restore bin.bin for /usr/libexec/uucp, uucp owner not needed here 1994-06-01 02:39:37 +00:00
phk
7034c0c412 added make.conf template, which does nothing. 1994-06-01 00:58:06 +00:00
ache
6c64af0e2d Comment out uucpd, not properly configured as default
Comment out walld/rusersd/rstatd, may be too verbose
1994-05-31 17:55:38 +00:00
ache
45e96239b7 Change mode of libexec/uucp to 0755 1994-05-31 15:59:14 +00:00
ache
e98c79aa42 Mode 0775 for /var/spool/lock 1994-05-31 07:49:53 +00:00
ache
887b745e40 Change /var/spool/uucp/* modes to 0775 1994-05-31 05:05:41 +00:00
ache
a6fe81257c Make /usr/libexec/uucp uucp.uucp 0750 1994-05-31 05:00:24 +00:00
ache
2fa282ac8e Make /etc/uucp uucp.uucp 0770 1994-05-31 04:53:08 +00:00
ache
35f3f7b273 Uncomment uucpd, now it works
Uncomment rstatd/rusersd/rwalld all three worked
mountd still commented out, I remember some problem with it
1994-05-31 04:48:49 +00:00
ache
58e2ff7a33 Intruduce new group for uucp, gid 66
Change uucp directories group too
Change "lock" directory group to "dialer" to allow various
dialout applications to access it
1994-05-31 04:38:13 +00:00
ache
c0b00d4db6 Intruduce new group for uucp, gid 66 1994-05-31 04:36:30 +00:00
ache
d342b6820c From Ache:
Add proper devices for new sio initial/locking mechanism
1994-05-30 03:53:01 +00:00
ache
1f04a9091b Path of uucp lock/temp corrected 1994-05-23 11:22:10 +00:00
rgrimes
0ae9ac787d Fix all the sound devices to NOT have the absolute path /dev, the makes for
missing device files in releases!!
1994-05-21 08:55:52 +00:00
jkh
e9565c30e2 Gordon Burditt <gordon@sneaky.lonestar.org>
Fix ownership of catpages, make ~uucp/uucppublic really public.
1994-05-20 22:50:37 +00:00
guido
459ed7e431 1) Added s/key support .
2  Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
  for the logging and access control features.

-Guido
1994-05-19 18:13:11 +00:00
guido
58c979d79c 1) Added s/key support .
2  Added optional excessive login logging.
3) Added login acces control on a per host/tty base.
4) See skey(1) for skey descriptions and src/usr.bin/login/README
  for the logging and access control features.

-Guido
1994-05-19 18:06:46 +00:00
csgr
2da9c64395 Turn on purging of accounting records in /etc/daily.
(Now that we have sa)
1994-05-19 12:34:48 +00:00
rgrimes
d9421d497a Add the installation of /var/crash/minfree with a value of 2048 so that
savecore will not FILL the /var partition.
1994-05-19 12:29:29 +00:00
jkh
68a9ed9d03 Use "cons25" for console too since we're now syscons. Turn on two
VTY's by default; give user a couple of vty's to play with out of the box
(leave 4th entry turned off for X).
1994-05-19 11:07:56 +00:00
jkh
dcc3e629af Add 4 VTY's back to the list of things to create by default (the codrv
comments were obsolete), also create a PS/2 mouse entry.
1994-05-19 11:05:09 +00:00
jkh
b94dcca853 Add manpath.config to the default list of things installed in /etc
for releases.
1994-05-17 13:03:36 +00:00
rgrimes
c960b32a54 Fisx spelling error from John Lind 1994-05-15 01:10:17 +00:00
rgrimes
ea9dc212e8 >From 1.1 branhc:
----------------------------
revision 1.13.2.1
date: 1994/05/05 03:58:27;  author: rgrimes;  state: Exp;  lines: +15 -25
Upgrade some things that are now different in 1.1.
----------------------------
1994-05-15 01:09:23 +00:00
jkh
073116681c From: Heikki Suonsivu <hsu@clinet.fi>
FreeBSD release still nukes everything on scratch using a big-hammer
method, even if it is nfs-mounted (and, when it is, the expiration policy
may be different).  Daily script should by default do nothing to remote
filesystems?
1994-05-13 12:41:47 +00:00
rgrimes
b4fdb778b7 Fix some spaces back into tabs from a cut and past. 1994-05-13 03:39:21 +00:00
ache
3abdfe3b03 Make dialout devices owned by uucp.dialer with 660 mode 1994-05-10 09:18:11 +00:00
rgrimes
62a23323eb Add supoort for hostname.ed1 1994-05-04 08:59:52 +00:00
rgrimes
50c4325ec8 Use the hostname.interface file just like the 3 floppy install. 1994-05-03 10:11:47 +00:00
rgrimes
ae381507e2 Use ISO9660/DOS compliant file names for the tar balls now. 1994-05-03 10:11:21 +00:00
jkh
9ac05a42c3 Configure: If netmask wasn't entered at all, it caused the ifconfig line to
have a bogus trailing `netmask' with no argument.  Fixed.

Rod:  Please take this into 1.1 Release.
1994-04-26 23:26:18 +00:00
jkh
2bb10aa76c Fix to handle routed with multiple args from Andy J. Chichak.
This should go into 1.1 Release if it's not too late.
1994-04-25 15:33:12 +00:00
sos
4d31872c3f device support for pcaudio added 1994-04-21 14:08:27 +00:00
rgrimes
f1721e458c Fix the ifconfig lines so that they have interface names on them. 1994-04-18 11:00:44 +00:00
rgrimes
9230c3713f >From BETA_1_1 branch:
----------------------------
revision 1.8.2.1
date: 1994/04/18 06:37:29;  author: rgrimes;  state: Exp;  lines: +10 -4
Use the hostname.* files created by the installation to reduce the
amount of work one has to do when setting up a system.
----------------------------
1994-04-18 06:44:43 +00:00
rgrimes
39955230ef >From BETA_1_1 branch:
----------------------------
revision 1.1.2.1
date: 1994/04/10 20:20:26;  author: rgrimes;  state: Exp;  lines: +11 -5
Use /dev/fd0 instead of /dev/fd0a.  Add mounting of mcd1 if mcd0
fails when searching for a cdrom drive.
1994-04-18 04:26:25 +00:00
rgrimes
a122f03302 >From BETA_1_1 branch
----------------------------
revision 1.1.2.1
date: 1994/04/10 20:20:25;  author: rgrimes;  state: Exp;  lines: +3 -3
Use /dev/fd0 instead of /dev/fd0a.  Add mounting of mcd1 if mcd0
fails when searching for a cdrom drive.
1994-04-18 04:25:21 +00:00
rgrimes
c115841180 >From BETA_1_1 branch:
----------------------------
revision 1.53.2.3
date: 1994/04/10 20:19:37;  author: rgrimes;  state: Exp;  lines: +12 -3
Must have etc and usr directories on the cdinstall floppies.
Need to have device files for mcd1.
Create links for usr/libexec and usr/lib on cdinstall floppies so that
shared library code is loaded from cdrom.
1994-04-18 04:23:33 +00:00
rgrimes
1205808a32 >From BETA_1_1 branch:
----------------------------
revision 1.2.2.3
date: 1994/04/17 19:45:24;  author: rgrimes;  state: Exp;  lines: +13 -2
Eliminate warning messages about /sbin/sh /sbin/init and /etc/termcap
when extracting the bin or des archives.  Note this is also the
place I fixed the libc.so.1.0 problem a long time ago by adding
a --exclude libc.so.1.0 to the tar command.
1994-04-17 19:57:35 +00:00
sean
f8215e2906 As a result of the distribution crontab, /usr/libexec/atrun was being run
only once an hour instead of every five minutes.  This was due to a minute
specification of 0/5 -- which should have been */5.  This has been fixed.
Expect your /var/cron/log to grow much faster now.
1994-04-15 16:57:38 +00:00
wollman
9778c9811c /dev/null was not a very good choice of shell for login-disabled users.
Used the canonical non-existent file (/nonexistent) instead  This should
probably be documented somewhere, but it's unclear where the right
place is (passwd(5)? login(8)? hier(7)?  all three?).
1994-04-11 19:18:05 +00:00
ache
d7f39fe833 mail a+rwxt changes backed out 1994-04-10 00:56:12 +00:00
ache
4da13cc465 Change default permission of /var/mail to 01777, because
MUA must have s-bit in other case (security hole).
This fix needed for procmail too, because procmail
uses NFS-locks in /var/mail directory
1994-04-06 19:37:45 +00:00
ache
f4bf06486e Fix tty? entry in the same way like cua entry
Add error diagnotic about unknown device name
1994-04-03 14:24:52 +00:00
ache
776e65c57a Fix error in making cua entries for two multiports
(> 10 devices)
1994-04-03 04:39:54 +00:00
rich
7448727686 Add /usr/X11R6/lib to the ldconfig path if it exists. 1994-03-25 04:58:58 +00:00
rgrimes
3c46360cf3 Pull in changes just made to the BETA 1.1 branch for cd install floppy
support.
1994-03-20 01:23:42 +00:00
rgrimes
5dc4502e16 These are the installation and profile files from the 1.0 cdins*.flp
floppy images.  Put in as they were in 1.0, about to change them to
work with 1.1.
1994-03-20 00:12:38 +00:00
jkh
f6c181c14e As per Rod's wishes, man uses uid/gid 9 now. 1994-03-19 23:31:39 +00:00
jkh
4d53f6a9e2 Remove man group - no longer necessary (that was quick! :). I'll let Rod
pick the uid for the `man' user, since he staked a claim on that, but he'd
better not forget or the make install will break badly! :)
1994-03-19 22:45:04 +00:00
jkh
3122e85e5b No longer necessary to make catpages group write. 1994-03-19 22:27:30 +00:00
jkh
fd2442d454 Go to userid man, groupid bin for catpages (and uid/gid bin for man dirs) 1994-03-19 22:18:22 +00:00
jkh
27b8e35385 Make man files group owned by man. Make cat dirs group write. 1994-03-18 11:46:12 +00:00
jkh
a8c86507fa Added a man group ID. 1994-03-18 11:45:49 +00:00
rgrimes
1caf8350ad >From Chris Christoph P. U. Kukulies kuku@acds.physik.rwth-aachen.de
Change references to we0 to be ed0 since the we driver is long gone.
1994-03-18 03:09:51 +00:00
rgrimes
b970b7dac2 Add mitsumi cdrom /dev entries. 1994-03-07 00:57:38 +00:00
rgrimes
e4ce6c4034 >From BETA_1_1 branch
Add missing ${cpioverbose} option.
1994-03-07 00:43:11 +00:00
rgrimes
e925967e03 >From BETA_1_1 branch
Correction for wrong permissions on /root, /usr/lib, /usr/libexec,
/usr/share and /usr/share/misc caused by filesyst.flp cpio file.
1994-03-07 00:42:56 +00:00
wollman
85327717c4 Fixed comments. 1994-03-02 17:58:29 +00:00
alm
215bf4dcd0 Don't sync a ro-mounted fs. 1994-03-02 00:03:41 +00:00
alm
c5949e77c8 Don't offer to mount a to-be-overwritten DOS partition. 1994-03-01 23:51:48 +00:00
wollman
9522298899 Added /etc/kerberosIV directory. NB: the sample files should NOT be
installed by default, because then everybody would suddenly start
trying to authenticate themselves in the CS.BERKELEY.EDU realm, which
is really not a very good idea.  Maybe the README could get installed.
1994-02-27 21:29:40 +00:00
wollman
9ee8327e45 Sample configuration files for Kerberos. (Not restricted.) 1994-02-27 21:17:55 +00:00
wollman
7fc89df061 Since we now support Kerberos v4, make those ports the default
rather than the official ones for v5.
1994-02-27 19:45:37 +00:00
phk
ea0643c5f8 Added tickadj to start of xntpd, this improves performance to nominal. 1994-02-27 15:32:09 +00:00
alm
a0857f9bf3 extract() is more friendly
added load_dos (just calls load_fd)
1994-02-25 23:34:14 +00:00
rgrimes
d9de9c1745 >From: Andreas Schulz <ats@g386bsd.first.gmd.de>
Subject: failure in /usr/src/etc/group

The /usr/src/etc/group file is missing a colon in the line
"dialer:*:117" at the end.
1994-02-25 14:11:16 +00:00
rgrimes
91a83116a5 It is not nice to extract libc.so.1.0 using tar when tar is using it!!
UGLY HACK TO GET 1.1 BETA OUT :-(
1994-02-23 16:47:04 +00:00
rgrimes
cb161e918b Make it say Preparing for dos fs instead of Initializing.. the later sounds
scary to some people!
1994-02-23 15:43:20 +00:00
rgrimes
f7cfcf8b63 Update to generate the ISO9660 names for the floppy images, use fd1200
inplace of floppy5.
1994-02-23 15:36:05 +00:00
rgrimes
cd479ce39c Add NE2100 Per Paul Richards, and whoopsss.... I did this in /usr/src
on the WRONG system (actually, just the wrong window :-)).
1994-02-22 17:11:27 +00:00
rgrimes
a55e9da79e Added local/skel for dot.* files. 1994-02-22 05:43:07 +00:00
rgrimes
667b223861 Whoops, forgot to $Id$ this file, and re-enable floppies target in
make release
1994-02-21 21:53:20 +00:00
rgrimes
317fa93e13 Major hackery to get the 1.1 Beta floppies building. Have a special
pair of crunched binaries that are not built by this, but other than
that it is back to an automated procedure.  So many changes it is
hard to describe.
1994-02-21 21:52:00 +00:00
rgrimes
acc7cb16e5 Add $Id$'s 1994-02-21 20:36:03 +00:00
rgrimes
b889438d02 Add a TERM=pc3 so that an initial system install is at least usable
at the console!
1994-02-21 20:34:25 +00:00
rgrimes
14b70b0cdd Correction so that elvisrecover finds the right files!
>From: chmr@edvz.tu-graz.ac.at (Christoph Robitschko)
Date: Fri, 21 Feb 1992 09:40:35 +0100 (MET)

The last version expected elvis* files in /var/tmp, while elvis puts
elv* files there.
1994-02-21 11:28:45 +00:00
rgrimes
a2267bf92c Move ldconfig stuff to be after nfs mounts. 1994-02-21 03:16:43 +00:00
rgrimes
f6bf5bccb2 Put back in elvis recovery stuff, we still ship elvis with 1.1 as a fall
back editor!

Add nvi recovery precedure from man page.

Fix ntpdate echo lines so that it looks pretty (ntpdate spits out 1 line
of output that makes the system boot up look real ugly if you do it
echo -n, so I chaged it to echo, and then added a
echo -n 'starting more network daemons:' so any addition daemon starts
look normal.
1994-02-21 02:47:47 +00:00
rgrimes
2b01e1a3da Correction so old alias floppy and floppy5 work. 1994-02-20 10:43:02 +00:00
ache
25c78dd606 Remove sio entries per Rod suggestion 1994-02-19 15:45:13 +00:00
ache
d05ae37f7c Sorry, expr error in last commit. 1994-02-19 14:32:56 +00:00
ache
0e6427f1ee We lost ttyd for dialin lines, now restore it 1994-02-19 13:17:03 +00:00
rgrimes
efcc4c1349 Fix up the cdpath, it was missing a / before i386. 1994-02-18 09:51:54 +00:00
rgrimes
9f7c3c3eb0 Add /proc, we need one of them now. Clean up some mode settings. 1994-02-17 03:52:28 +00:00
rgrimes
742a6c3780 General cleanup for 1.1 release, mostly add zoneinfo stuff to BSD.usr.dist 1994-02-15 10:38:50 +00:00
nate
ba1a74a783 Added some other ttyvx lines for reference. They are marked as off so
there is no functional difference.
1994-02-15 00:05:14 +00:00
ache
80e3ce1b44 rm# for 5.25 driver changed per Bruce suggestion 1994-02-11 11:00:13 +00:00
ache
65bc995bd6 Add floppy entries for new fd driver
(from Poul-Henning Kamp) slightly fixed
1994-02-10 10:44:08 +00:00
rgrimes
16d21ccc58 Upgrade to 1.1 release level, add procfs entry on fstab creation. 1994-02-09 05:26:16 +00:00
rgrimes
33f01e3bce Add obj/ in front of freefall.cf so that the install works. 1994-02-09 03:40:59 +00:00
rgrimes
d3726af9cc A real good idea...
>From: "Chris G. Demetriou" <cgd@sun-lamp.cs.berkeley.edu>

Update of /b/source/CVS/src/etc
In directory sun-lamp.cs.berkeley.edu:/usr/src/etc

Modified Files:
        master.passwd
Log Message:
disable toor by default
1994-02-09 01:57:37 +00:00
rgrimes
4a67e7401a Update for new COPYRIGHT.* files. 1994-02-09 00:58:12 +00:00
rgrimes
f7ebbd4064 One more reference to fdXa removed.
Run fdisk -u after disklabel just incase we wrote block 0, this should fix
the bogus partition table when the install is to the whole disk.
1994-02-08 09:37:28 +00:00
rgrimes
3d79df5497 Add PERSONAL.ACKS to file list.
Use freefall.cf as sendmail prototype file, it is more realistic than the
tcpproto.cf file for a FreBSD system.  Fix so that obj dir is created in
sendmail/cf/cf as to not polute the source tree and to have the Makefile
in there do the right things.

Remove all the extra /dev/fd0?* entries on the floppies, they where using
up all the inodes and are not needed at this time.

Temporarily remove the floppy target from release: untilit is
fixed.

This file has lots more work coming, but to get the 1.1 BETA out I am
going to hand craft the floppies :-(.
1994-02-08 08:58:41 +00:00
rgrimes
774c921f15 Update to use /dev/fd0 instead of /dev/fd0a. 1994-02-08 08:45:10 +00:00
alm
3ac0b190f0 Add devices for QIC 40/80 support 1994-02-07 04:25:07 +00:00
ache
9788497c05 Add 'ht' to PC Console (has hardware tabs) 1994-02-06 09:50:56 +00:00
wollman
1704269efa Remove more references to the U word. 1994-02-04 02:23:06 +00:00
chmr
0c8f659717 Use find -d to clear /tmp, to stop warnings.
Removed elvispreserve command, nvi does not use it, and it was also wrong
for elvis.
1994-02-02 08:02:37 +00:00
ache
b259b0c394 Remove obsoleted floppy partition from device name. 1994-01-27 02:58:05 +00:00
dg
4b3f7a255e Added creation of a symlink for ttyv0->vga when making the 'pc0' target. 1994-01-26 23:45:34 +00:00
nate
f26c3f84b8 The system default crontab now resides in /etc/crontab, and I changed it's
mode to 644 as most unix systems allow you to read root's crontab.
1994-01-25 17:27:03 +00:00
dg
76b4ea09c1 Deprecate "/dev/vga". Use /dev/ttyv0 always. Note that the terminal type
is still 'pc3' in /etc/ttys, and should be changed if we decide to default
to syscons.
1994-01-24 20:57:16 +00:00
rgrimes
100cfe2163 Remove note about having to remove comments for this file to work, since
tip/acu.c has been partially fixed to deal with it.
1994-01-24 00:39:01 +00:00
rgrimes
b0972086c1 Added the following comment:
# YOU MUST REMOVE ALL OF THESE COMMENT LINES BEFORE /etc/phones WILL
# WORK CORRECTLY.  THE DIALER CODE IN tip NEEDS FIXED TO DEAL WITH
# COMMENTS
1994-01-23 18:39:52 +00:00
guido
8a995caf00 This is Vixie cron 3.0. This version fixes all known security bugs.
Further it implements crontab -e.
I moved cron from /usr/libexec to /usr/sbin where most daemons are
that are run from rc. That also gets rid of the ugly path crond
used to have in ps(1) outputs. Further I renamed it to cron, as
Paul Vixie likes it and is done by NetBSD.

NOTE VERY WELL THE FOLLOWING:

1) Systems crontab changed. Every users crontab resides in /var/cron
   *EXCEPT* root's. This is a special crontab as it resides in
   /etc. Further it is the *ONLY* crontab file in which you specify
   usernames. See /usr/src/etc/crontab. This is also done by BSDI's
   BSD/386 as far as I know (they provided the patches for it anyway)
2) So you *must* delete root's crontab and reinstall the copy
   in /etc from /usr/src/etc.
   'Must' is to much: the old installed crontab will work but cron
   will also try to 'run' /etc/crontab.
3) Last but not least: cron's logging is now done via syslog. Note
   that logging by cron is done lowercase when it logs about itsself
   and uppercase when it logs user events, like installing a new crontab.
   The default logfile file is the same as before:
   	syslog.conf:cron.*	/var/cron/log

-Guido
1994-01-22 20:44:14 +00:00
rgrimes
f170b381d0 Added savehist=1000 as a security feature to know what root has been up to,
added very common set filec.

Added /sys/i386 to be in cdpath so cd conf goes to sys/i386/conf instead of
sys/conf.
1994-01-22 10:58:26 +00:00
rgrimes
941cae5887 From: rich@lamprey.UTMB.EDU (Rich Murphey)
Subject: Re: daily insecurity output (fwd)
|From: rgrimes@agora.rain.com (Rodney Grimes)
|
|This is from the new /etc/security script.  I no longer get the segmentation
|violation, but now the arg list is too long, some /bin/sh program want to
|fix the current /etc/security ls command so that it is a pipe insteal of
|a back quoted arg?
|
|> checking setuid files and devices:
|> /etc/security: ls: argument list too long

This uses xargs instead.  My slip line's down so I can't check it in
at the moment. Rich
1994-01-22 10:54:13 +00:00
rgrimes
8700a44b93 Change ${RELEASEDIR}/filesystem to be filesys so hat it is ISO9660 compliant. 1994-01-22 09:04:21 +00:00
rgrimes
d0e2281dc9 Add SUPPORT.TXT and MIRROR.SITES to the top level FREEBSD files that get
installed in /.
1994-01-22 08:27:56 +00:00
rgrimes
e4fbf3f671 Commented out the global clean up that searched all file systems and
added a note that you must decide what is appropriate for your system.

>From: borsburn@mcs.kent.edu (Bret Orsburn)
Date: Wed, 12 Jan 94 01:09:43 -0500
I've finally figured out (one of the reasons) why I can't run MS-Windows
after running FreeBSD 1.0...*sometimes*.

Here's your first clue. This is what your MS-Windows video drivers are called
if you run a Number 9 GXE video card:

    /dos/windows/system/#9gxetc.drv
    /dos/windows/system/#9gxe.drv
1994-01-12 06:23:30 +00:00
ache
6cc7152206 Add callout device for bidirectional port 1994-01-10 18:11:30 +00:00
ache
22294149c1 Move "mount -a -t nfs" *after* network daemons,
must be at least after named & gated for proper name resolution.
1994-01-08 17:49:47 +00:00
ache
10f4fd871e Add /var/at/jobs & /var/at/spool, remove /var/at/past 1994-01-08 16:07:19 +00:00
ache
95efc659d2 atrun uncommented.
atrun interval changed to 5 minutes.
1994-01-08 15:07:43 +00:00
nate
af788d99e7 Added directories needed for at/atrun 1994-01-06 01:15:04 +00:00
ache
7409833247 Add warning comment line (rm anything into /var/run) 1994-01-04 18:06:18 +00:00
ache
22eebdda3e Add adjkerntz to track time zone change. 1994-01-04 17:50:25 +00:00
ache
9ddfb33fd0 Add (commented) stuff to make 'tcsh' 8-bit clean. 1994-01-04 17:29:58 +00:00
jkh
1e6f35c547 Added more robust ldconfig setting in rc, removed redundant ldconfig in
rc.local.
1993-12-30 18:19:18 +00:00
jkh
d3c860aed8 Set a default ldconfig path for shared libs. 1993-12-30 02:31:16 +00:00
rgrimes
a493de1b14 Insert tab before comment so brain dead shell does not screw up
the arguments to mknod.
1993-12-24 11:36:28 +00:00
wollman
86565b770f Support for automatically running ntpdate and xntpd. 1993-12-21 21:28:12 +00:00
ache
3ebd494429 Comment out porogrammer-readable fd name set,
not needed in standard version, only for XENIX lovers.
1993-12-21 05:49:28 +00:00
ache
d9eaeb306d Fix sendmail_flags, long ago it was imported from /etc/netstart
with this bug.
1993-12-21 02:58:15 +00:00
ache
c6dd6bc403 User-readable fd name set added:
[r]fd[n].{360,720,800,820,1200,1440,1480,1720}
Programmer-readable fd name set added in XENIX style.
1993-12-18 01:19:02 +00:00
ache
00f271f44d adjkerntz call added with explanation comment 1993-12-17 04:20:30 +00:00
ache
b09ed3483f No more partition bits in floppy minor.
Now minor looks like UU DDDDDD, UU - unit, DDDDDD - density.
If density == 0, CMOS-detect format assumed.
For old users/pgms use fake partitions now, i.e.
	ln fd0 fd0[a-h]
No new floppy names added (expect fd? and rfd?),
because don't have agreement yet, so make devices
only for CMOS-detected formats.
1993-12-16 04:34:11 +00:00
ache
ce3dee94a9 Add "np" to all std.xxx entries, make them 8-bit clean. 1993-12-16 01:14:05 +00:00
rich
8183c46907 When listing all suid and sgid files list the file itself rather than
directorty contents.
1993-12-15 06:42:01 +00:00
alm
ca3921c30f From: Sergey Ryzhkov, Serge Vakulenko
E-mail: <sir@kiae.su>, <vak@zebub.msk.su>
added new /dev/wt entries for wt.c version 1.3

8) Some controllers support only 1024 block length.
   Setting WT_BSIZE bit in device minor number turns on this mode.

Minor number structure:
	0bfffuuu
Fields:
	uuu   - Unit number. It's possible to install
		up to three tape controllers on the same machine,
		using DRQs 1..3.  Hence, unit number can lie
		in range 0..2.
	fff   - Tape format number:
		0 - /dev/rwt0  - default density (auto select)
		1 - /dev/rwt0a - QIC 11 (obsolete)
		2 - /dev/rwt0b - QIC 24 (60 megabytes)
		3 - /dev/rwt0c - QIC 120 (120 megabytes)
		4 - /dev/rwt0d - QIC 150 (150 megabytes)
		5 - /dev/rwt0e - QIC 300 (300 megabytes?)
		6 - /dev/rwt0f - QIC 600 (600 megabytes?)
	b     - Long block size flag.  With this bit set,
		the driver will perform all i/o operations
		with the controller using 1024-byte
		blocks, instead of 512 ones.
		Some controllers need it (CMS for example).
		If you Wangtek controller does not stream well,
		you can try to use /dev/rWt0 device instead
		of /dev/rwt0 (uncomment needed lines in /dev/MAKEDEV
		to create it).

Block interface (writing blocks less than 2048 bytes) is not functioning
pwoperly.  Use raw interface instead.

Thanks to all who helped to test it on the following hardware:

Controller           Drive            Volume    Interface     Thanks to
---------------------------------------------------------------------------
Archive SC-499       Archive 2150L    150 Meg   QIC-02        KIAE
CMS?                 ?                150 Meg   QIC-02        KIAE
Everex EV 831/833    ?                ?         QIC-36        Joergen Haegg
Wangtek ASSY         Wangtek          60 Meg    QIC-02        Ken Whedbee
Tecmar QT150i?       Wangtek 5150EQ   ?         QIC-02?       Marko Teiste
?                    Wangtek 5099EK   60 Meg    QIC-36        Robert Shien
Archive SC400S       ?                60 Meg    ?             Warren Toomey
1993-12-14 11:11:37 +00:00
dg
66c9a4176a Moved startup of portmap to be the first network daemon. 1993-12-13 08:28:03 +00:00
nate
7903f01333 We've got accounting, might as well have a directory for it. 1993-12-08 00:49:11 +00:00
ats
4556f1260d Added entries for sup into services.
Added an example entry for the pop3 popper into inetd.conf as a comment.
1993-12-05 16:39:47 +00:00
rgrimes
8bf091d0f6 From: Julian Howard Stacey <stacey@guug.de>
Subject: Bug & Fix for etc/Makefile cpio-floppy: re /tmp creation.
Date: Fri, 26 Nov 1993 11:35:04 +0100

Editors Note:  tmp was listed in the CPIO_FILES section and thus the
entire contents of ${DESTDIR}/tmp would end up on the cpio floppy.  This fix
moves tmp to CPIO_DIRS so that no longer happens.
1993-12-01 08:44:39 +00:00
rich
09904e4dc9 allow spaces in $sendmail_flags. 1993-11-30 16:59:27 +00:00
dg
67e6242510 Don't start update daemon; it's now internel to the kernel. 1993-11-25 13:23:46 +00:00
rich
73fadfbf72 /var/run is cleared on boot. Rerun 'ldconfig /usr/X386/lib' after
clearing /var/run if /sbin/ldconfig exists.
1993-11-24 05:17:14 +00:00
rgrimes
29c03b31ae Missing part of Julians new scsi code, add new driver uk and revise the
entries for st.
1993-11-22 05:40:49 +00:00
wollman
ec9c017c73 Added /etc/config as a directory to be maintained. Also added RCS Id. 1993-11-12 20:21:00 +00:00
alm
8dd2f93d69 Removed option to install FreeBSD alongside an existing *BSD
paritition, since disklabel cannot deal with this...
1993-11-12 04:58:31 +00:00
wollman
1a61044ab9 Added more options and flags files per suggestions from -hackers. 1993-11-12 03:46:15 +00:00
wollman
f147991ca1 Added configuration and flags files for most of the stuff in /etc/rc
and /etc/rc.local.  Unless somebody complains soon, I'll fix the Makefile
to install these and the rc files to use them.
1993-11-12 00:00:06 +00:00
wollman
e3c85028d0 Added RCS Id. Also changed comment to indicate that /etc/host.conf
determines when and how this file will be consulted.  Added comment to
the effect that (1) zero is not a vaild network number and (2) please
get a valid network number assigned by your provider or by the Internet
Registry.
1993-11-11 22:32:36 +00:00
rgrimes
f85d696ee4 >From: Adam David <adam@veda.is>
Date: Wed, 10 Nov 1993 00:51:19 GMT
Subject: typo in etc/gettytab

[editor: fix typo in comment about what things need turned off for
none crt entries]
1993-11-10 01:23:13 +00:00
alm
b45acf0195 fixed conditional that caused install to see a DOS partition when none exists. 1993-11-08 03:58:31 +00:00
wollman
14f8bf93ec Added a new flag variable to /etc/netstart, $sendmail_flags, which
gives the flags to be passed to sendmail when it is started.  (If it is
"NO", sendmail is not started.)  Also, always start the portmapper regardless
of the value of $nfs_server; this should prevent the inetd complaints we
have seen from recurring.
1993-11-07 01:19:06 +00:00
wollman
9318ba65b5 Added comment about how to enable NIS hostname resolution. 1993-11-07 01:02:57 +00:00
wollman
91c26949d3 Commented out sortlist entry; most users aren't located at UCB and so
a different sortlist (if any) would be more appropriate.  Users should
configure manually.
1993-11-07 00:58:34 +00:00
wollman
dfc58e8b18 Updated to reflect current situation w.r.t. root name servers. 1993-11-07 00:54:21 +00:00
wollman
7ee98d3fed Added a whole bunch of common protocols and ports from the latest edition of
Assigned Numbers.
1993-11-07 00:31:23 +00:00
wollman
2257be3bc4 Added comment in the description of `com' devices that they are usually
not what users want unless they have re-configured their kernels.  Hopefully
some people will actually read this.
1993-11-06 23:22:23 +00:00
ats
add0deb36c Deleted the ifconfig lines with we0, ne0, ec0: the drivers don't exist
anymore. Added an ifconfig line with ie0.
1993-10-29 19:06:20 +00:00
rgrimes
222742d2c2 Add zero and io to the rm -f line for std devices so they get removed before
an attempt is made to mknod them.
1993-10-28 09:59:27 +00:00
rgrimes
9cbca60857 Reworked the search for suid sgid programs to be more like the original and
only to run find on local file systems.  It now works and no longer gets
the error from sort
1993-10-25 20:13:16 +00:00
rgrimes
c4f82d1e70 Redirect standard error onto standard out when call /etc/security so
that the errors from /etc/security are in the mail message from
/etc/security and not the /etc/daily mail message.  Now just to fix
the bug in /etc/security
1993-10-25 06:10:42 +00:00
jkh
4b07614ec4 Moved sound drivers from major 21 to major 30. 1993-10-23 22:24:35 +00:00
jkh
b5012e4cab New snd*) target for making driver entries for new sound driver. 1993-10-23 10:58:51 +00:00
dg
f2d92ac771 From Andrew Chernov:
(see changes to getty which this patch is part of)

Basically, a few of the tty flags were changed to work better with
'CRT's, and the flags are better documented (documentation from Bruce
Evans).
1993-10-22 02:49:34 +00:00
rgrimes
e6583ac1c8 Change space to tab in ruserd line per Guido van Rooij 1993-10-21 17:34:32 +00:00
rgrimes
0a5248cdb5 Make whatisdb after the whole system is installed, since the one in
share/man will only create entries for manual pages that have been
installed up to that point.
1993-10-21 17:33:43 +00:00
nate
0f7d6b2a33 Fixe a spelling error and added both the mse (logitech and ATI inport) and
the psm (PS/2 bus) mouse support

(The psm driver will have to come later)
1993-10-19 20:00:35 +00:00
rgrimes
cb844f9aa8 Make darn sure that fsck does not try to fsck dos file systems by setting
the fsck pass to 0, same thing for dump field, in the fstab that is
created by this script.
1993-10-19 19:58:55 +00:00
rgrimes
62f301bbd6 Remove reference to EPSILON release. 1993-10-19 17:33:38 +00:00
rgrimes
1126ae8500 Fix for version name in /etc/motd, now uses uname to get this information! 1993-10-18 19:08:36 +00:00
rgrimes
0ad470ab17 Change getty entry to start on /dev/console instead of /dev/vga, this fixes
the syslogd problem with consoles that do not respond after hupping syslogd.
1993-10-18 14:11:53 +00:00
jkh
23dde6a5b2 Checked and corrected various bits of grammar, as requested. 1993-10-16 12:41:36 +00:00
rgrimes
7d700d3b23 Fix the document title to match the format of our other docs.
Clean up some stuff so that it reads a little better (some one please
review this for me!)

Adaptec controllers are 154x and 174x series.  Add Buslogic 545S.
1993-10-16 12:22:45 +00:00
rgrimes
04b048a4b8 Remove the EPSILON from the release level 1993-10-16 12:06:30 +00:00
rgrimes
672d7f757d Fix the title up on this, removed the date and format it to match
the RELEASE NOTES.

Adaptec controllers are now 154x and 174x series, no more reference
to specific models.  Revamp the CSI hard disk controller section in
general to be more user readable.

Add the fact that the Mitsumi CDROM controller and drive are now
supported.

Add a note that the Intel 82501 serial chip is NOT supported.

Floppy controller is fd0, not fdc0, same for wd disk controller.
1993-10-16 12:05:51 +00:00
chmr
81d35d6d98 Allow install floppy to be placed in the B: drive. 1993-10-16 09:12:08 +00:00
rgrimes
41891d8761 Add /etc/uucp for uucp configuration files 1993-10-14 12:08:04 +00:00
rgrimes
d224e73e10 Change uusnap to uustat -a, since we do not have a uusnap installed (some
one did not finish porting uucp/contrib directory)
1993-10-13 16:26:03 +00:00
rgrimes
2b3bba7d0e Disable rpc services so that inetd no longer hangs when you are not
running portmapper.  These are site specific functionality and should only
be enabled for sites that want them, not by default.

These services REQUIRE portmapper to be running
1993-10-13 06:32:06 +00:00
rgrimes
663605e50b You can now specify the type of floppy you want built (floppy3 or floppy5)
with a Makefile override.  The default is floppy5 since all distribution
floppies must be <= 1.2Mb so that every one can use them.

If you want to make 1.44MB floppies with more space on them do a
setenv FLOPPY floppy3
before running make.

>From: "Jordan K. Hubbard" <jkh%whisker.lotus.ie@dec4ie.ieunet.ie>
Date: Sun, 10 Oct 1993 05:11:51 -0700

I went to make myself some boot floppies straight off the dist
today and ran into the fact that I'm using a 3.5" floppy as my drive A,
so I did the following (you can still use floppy5 as your default -
I just have it set to floppy3 for my machine).
1993-10-10 05:06:44 +00:00
rgrimes
623ab6affd Added /dev/zero and /dev/io, they have been around for a while, time to
have some /dev entries.
1993-10-06 03:35:03 +00:00
rgrimes
e03159403e Split the src-tarball target up into multiple targets, there is now
a tar ball for each top level src directory, plus the base tar ball
that has the very toplevel files in it.
1993-10-01 21:34:23 +00:00
rgrimes
520d1c04c1 Release level changed from GAMMA to EPSILON 1993-10-01 19:22:43 +00:00
rgrimes
58fd303159 Updated to reflect the fact the there is no longer an ne driver, told to
use ed0 as the replacement, noted new addresses
1993-10-01 04:43:56 +00:00
rgrimes
82f5690cfd Changed address freebsd-comments to freebsd-questions 1993-10-01 04:40:57 +00:00
rgrimes
c33857adf8 Added share/syscons/scrnmaps directory 1993-09-30 23:31:37 +00:00
rgrimes
1bdc84cb97 Support for new wt driver. Removed old references to as* disk types since
they are long gone.
1993-09-30 20:18:59 +00:00
rgrimes
86d6cbf750 Updated for new location of syscons fonts and keymap files 1993-09-29 02:25:59 +00:00
jtc
b4519e3028 Entries so RPC servers are started. 1993-09-23 17:41:08 +00:00
alm
dca51f7e83 added to install_notes instructions for loading distribtuion
files from a MS-DOS partition.
Minor cleanup:
fixed spelling error in inst1.install
capitalized sentences in kc.profile
reworded initial load_fd options
1993-09-22 07:38:18 +00:00
alm
4687ff86f6 Extended load_fd() to support reading from the first Primary DOS
partition of the boot disk.  So we have yet another medium via
which to load the FreeBSD distribution files.  load_fd() has
options for listing and (if reading from the C:  drive) changing
directories.

load_fd's notation assumes that the first Primary partition on
disk is the DOS drive C: (since this and only this one is mounted
by install).  Otherwise, the notation may be a bit confusing.
We'll know the assumption is bad if people complain about
not finding files on their "C:" drive...

Added a device file existence check to kc.profile.
1993-09-21 10:24:42 +00:00
rgrimes
73223741a7 Added BSD.local.dist to MTREE files so that it gets installed in /etc/mtree 1993-09-21 08:14:32 +00:00
alm
a1c237516c 1) Install now creates a DOS partition for the first (and only the
first) Primary (un-Extended) DOS partition, providing /dev/xx0h
is available.  It is mounted on /dos by default.  The /etc/fstab
entry omits the dump and fsck fields, i.e.:
/dev/xx0h	/dos	pcfs rw

The Secondary DOS partition is not used (System ID 0xF2), because I don't
know what that is.

2) Fixed default sizes so that if someone attempts to install BSD on a 24 Mb
partition by accepting defaults, they don't end up with a 1 Mb /usr
partition (up to USRMIN Mb's).  In this case, all space is split between
swap and root.

TODO:
1) Extend load_fd() to support loading distribution files directly from
the DOS partition of the hard disk.

2) Provide translated parameters to the install program (maybe
add an option to fdisk).  Currently, the true geometry is used as
default, which is inappropriate for coexistence with DOS.

3) Support installing on multiple or secondary disks.
1993-09-19 20:45:10 +00:00
alm
f7e970501c Added /var/run to CPIO_DIRS 1993-09-19 01:21:15 +00:00
alm
e86a031fba Added /etc/remote to CPIO files. 1993-09-18 08:23:19 +00:00
alm
f58b8af741 Added /usr/distbin to PATH 1993-09-18 08:20:32 +00:00
rgrimes
b3c3e8d6c0 >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
alm
be2abcc85f 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
alm
f7e90102f3 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
alm
ce8bea4555 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
rgrimes
d2e9340b89 >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
alm
37dc7644f1 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
rgrimes
f03267c6a3 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
alm
c2d043a940 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
rgrimes
7f6226323c 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
rgrimes
aee7ab9136 Fixed missing newline at end of file. 1993-09-14 00:54:19 +00:00
alm
de9c9dc93c Brought install_notes up to date. 1993-09-13 13:37:21 +00:00
rgrimes
89b6f54b10 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
rgrimes
8c35e4fc63 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
alm
2259d962c3 Explain purpose and original of "dos" floppy. 1993-09-13 07:26:39 +00:00
rgrimes
5437e86e30 Changed ultrastore 14F/34F driver to irq 14. 1993-09-13 03:43:53 +00:00
alm
6234210a4b 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
rgrimes
9a97ae7c0f 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
rgrimes
b3df78da61 Since reboot is now installed, use it if the fsck fails 1993-09-12 23:55:35 +00:00