is
661711dff9
Document the Amiga INSTALL and INSTWDCPCM kernels.
2000-11-15 00:00:26 +00:00
is
a46a1849e1
Cosmetics.
2000-11-14 23:57:03 +00:00
hubertf
9303852347
All sysinst ports automatically set rc_configured=YES now, so delete
...
that text after install/upgrade. Hint at disabling/enabling services
in /etc/rc.conf though.
Noted in PR 11499 by Peter Seebach <seebs@plethora.net>
2000-11-14 23:03:35 +00:00
is
d007549576
On upgrades, or on installs where kern.tgz was installed, ask user wether
...
the installed kernel should be replaced by the miniroot kernel.
2000-11-14 22:37:58 +00:00
hubertf
aa22ef1fb8
Note which part (-> server side) of NFS locking now works
2000-11-14 22:37:12 +00:00
is
ee2a656373
Finish the old job of makeing this work with media-less interfaces, e.g.
...
bah or amiga if_es.
2000-11-14 20:37:25 +00:00
wiz
8f80fe0cd5
Fix three typos.
2000-11-14 17:15:51 +00:00
hubertf
4bd9e6ca04
fix two typos, pointed out by Chris Jones
2000-11-14 16:35:11 +00:00
hubertf
4cfe500087
it's ext2fs, not extfs. Pointed out by Havard.
2000-11-14 16:23:40 +00:00
fvdl
3f3dfb39a3
For filesystem checks, skip any 'noauto' entries. Avoids problems
...
when upgrading a system that has a 'noauto' entry for a floppy
or CD device that has type ffs.
2000-11-14 13:27:49 +00:00
leo
42e47203b6
- Use relative paths in the CRUNCHSPECIAL directives. The fixes miniroot
...
builds that are not rooted in /usr/src
- Strip all but the ftp services from etc/services on the miniroot. This
gives just enough air to make the install work without ENOSPC errors...
2000-11-14 13:13:36 +00:00
fvdl
ad1dadd33b
Mention the a.out -> ELF transition, and what sysinst does to accomplish
...
it.
2000-11-14 12:30:28 +00:00
pk
4ac702d63a
Mention support for sun4/400 machines.
2000-11-14 10:46:00 +00:00
hubertf
f5cb6a2fa0
Mention other audit for string routines that were used without bound checking
2000-11-14 07:26:37 +00:00
matt
cef1462af1
add ./usr/include/dev/ofw/openfirmio.h
2000-11-14 06:53:26 +00:00
msaitoh
3d17968c8f
New crunchgen writes ${CRUNCHIDE} in ${CBIN}.mk, so we can nuke tricky code.
2000-11-14 06:37:07 +00:00
eeh
da647512af
Add /etc/netconfig.
2000-11-13 23:08:41 +00:00
hubertf
f7a1e57576
Mention code audits - format string, and others - and what they gain.
2000-11-13 23:01:36 +00:00
fvdl
2311fe3263
* Mention the different floppy images and the machine types for which
...
they are suitable (for i386).
* Mention xf86config(1) for ports that use XFree86.
* Since i386 INSTALL kernels do not have symbols, point users at
the symbol files should they need them (hopefully not).
2000-11-13 22:05:52 +00:00
fvdl
4a927f1e51
Also install the kernel symbol files in the distribution dir.
2000-11-13 21:10:57 +00:00
lukem
ebf5622f56
s/MS Window/Windows/
2000-11-13 02:38:36 +00:00
hubertf
f898d4a492
Several changes to our release notes, OK'd by Luke Mewburn:
...
* mention additional kernels in binary/kernel/ dir: GENERIC_LAPTOP, etc
* note that we also include firewall software (besides X, ...)
* don't Xref the BUGS file, as it's gone
* update some file sizes (source .tgz files) to match BETA2
* mention that syssrc contains the source for all architectures
* Sysinst now allows setting root password and timezone - note that.
* Explain how to actually install binary packages, giving some
examples that people may want to install.
* Mention rawrite32 near rawrite.
* Don't show preparation of install tape on i386
* update i386 hardware a bit. This needs to be generated automatically...
* Many minor nits & typos.
2000-11-13 01:22:39 +00:00
fvdl
3c20e1e72d
Add a message saying that a /emul or /emul/aout symlink has been renamed
...
to .old.
2000-11-12 15:33:26 +00:00
fvdl
f86b12aaef
Handle existing /emul symlink better when it points to nothing; same
...
with /emul/aout. Prevents unexpected sudden exits because during
aout lib move in upgrade.
2000-11-12 15:28:48 +00:00
hubertf
2becbc3b35
number of panics caused by the vnode locking mechanism before:
...
many -> some
Reading the original text led to the conclusion we paniced a lot
which was not true.
2000-11-12 03:22:47 +00:00
wiz
3be3dc88e0
two nits
2000-11-12 03:10:45 +00:00
hubertf
3361c5eca6
Point out that files affected by README.export-control are e.g. in
...
src/crypto and src/sys/crypto.
2000-11-12 03:08:44 +00:00
wiz
27b30b18ba
Miscellaneous fixes (mostly typos & grammar)
2000-11-12 02:57:21 +00:00
matt
be0f83d30a
Make the install kernel images by installing the ramdisk image into them.
2000-11-12 00:56:13 +00:00
matt
94830b9252
Add a gzip'ed ramdisk image for make release
2000-11-12 00:54:58 +00:00
matt
e71da4d1f5
Support "make release" and descend into the new kernels subdir.
2000-11-12 00:51:36 +00:00
pk
09d659f070
Remove boot', since it causes all files named
boot' to be removed from
...
all subdirs. This is not the intended effect.
2000-11-11 10:27:56 +00:00
mhitch
4ecd975981
Change the disktype of the diskimage to what the kernel is looking for to
...
detect a 'miniroot' disklabel. Booting from the diskimage will now get
the real disk geometry and adjust the incore disklabel parameters
accordingly.
Also revert back to using a prototype file - disklabel truncates the
disktype to 15 characters when using the disktab entry, but will use 16
characters when using the prototype file.
2000-11-10 19:06:17 +00:00
lukem
6b7eb3a804
use
...
(cd /foo ; tar zxpf -) < bar.tar.gz
instead of
tar -C /foo -zxpf bar.tar.gz
since the `pax as tar' on the install media doesn't have a working -C...
2000-11-10 06:56:11 +00:00
lukem
54878f1733
more rewording from allen briggs
2000-11-10 06:21:07 +00:00
wiz
1c35e133b0
Install html documentation for libbz2/bzip2.
...
Reviewed by Simon Burge.
2000-11-10 02:00:09 +00:00
ad
28c73a6870
Add headers from sys/dev/i2o.
2000-11-09 12:39:30 +00:00
lukem
bb24a42565
minor cleanup of features (based on feedback by briggs)
2000-11-08 23:12:17 +00:00
ad
54fd36679e
Add documentation for iop and iopsp drivers. XXX Needs more beef.
2000-11-08 19:54:12 +00:00
itojun
5314e970c4
gettextize removed from our tree (see comment for
...
src/gnu/usr.bin/gettext/Makefile change)
2000-11-08 16:28:00 +00:00
wiz
ad47ffa40a
add amd.conf.5
2000-11-08 12:03:06 +00:00
wiz
aade753574
Remove files/directories that are in more than one set from one of them.
...
Fixes PR 11138 by Jun-ichiro itojun Hagino.
2000-11-08 11:11:28 +00:00
wiz
8889eeece7
obsolete /etc/disklabels (files now in /var/backups/disklabel.*)
2000-11-08 10:49:27 +00:00
wiz
3f39888ac6
Install (lib)bzip2 info file, as requested by NAKAJIMA Yoshihiro in PR 7402.
2000-11-08 02:15:13 +00:00
is
e242eb3cb2
For some strange reason, this doesn't work anymore with quotes using the
...
1.5_BETA tools. Fix suggested by Matt Thomas.
2000-11-07 22:10:17 +00:00
matt
ef9c98579e
Need ${.CURDIR} for README.files (required when using MAKEOBJDIRPREFIX).
2000-11-07 17:41:51 +00:00
matt
7dbdd4c7bb
Make this actually work for .html
2000-11-07 16:24:04 +00:00
fvdl
350e232678
Wrap checking the BOOTMODEL env var in DEBUG, it was intended for that
...
purpose originally, and this check only messes up selection of the
right kernel for the laptop install set.
2000-11-07 01:14:22 +00:00
pk
7e005a8804
Eject the floppy disks.
2000-11-06 23:17:45 +00:00
thorpej
113f6a0e18
Add <machine/pmc.h>
2000-11-05 22:29:03 +00:00