Based on feedback (various), remove the .toc files from CVS,

and instead generate them each and every time (twice!).
Based on a suggestion from Alan Barrett, allow setting MAKETOC=no
to permit rebuilding the install notes without regenerating the
.toc files, to allow more speedy debugging of markup changes.
This commit is contained in:
jhawk 2001-11-30 22:20:03 +00:00
parent cde20c2503
commit a5c0fa3864
82 changed files with 28 additions and 3465 deletions

View File

@ -1,7 +1,7 @@
# $NetBSD: Makefile,v 1.16 2001/11/26 00:28:17 jhawk Exp $
# $NetBSD: Makefile,v 1.17 2001/11/30 22:20:03 jhawk Exp $
#
TARGETS+= release tocs
TARGETS+= release
.ifndef ALLNOTES
.if exists(${MACHINE}/Makefile)

View File

@ -1,10 +1,13 @@
# $NetBSD: Makefile.inc,v 1.19 2001/11/26 00:19:56 jhawk Exp $
# $NetBSD: Makefile.inc,v 1.20 2001/11/30 22:20:03 jhawk Exp $
#
# Ross Harvey <ross@netbsd.org>
.include <bsd.own.mk> # So we get /etc/mk.conf vars.
# Whether or not to regenerate tables of contents
MAKETOCS?=yes
M?= ${.CURDIR:T}
V!= /bin/sh ${.CURDIR}/../../../sys/conf/osrelease.sh
V_S!= /bin/sh ${.CURDIR}/../../../sys/conf/osrelease.sh -s
@ -42,39 +45,51 @@ ARGS_MORE= ${PRESET} -dformat=more -P-h -Tascii -mtty-char
all: ${TARGS}
${TARG}.ps: ${SRCS}
.if ${MAKETOCS} != "no"
TOCDEPS = ${TOCS}
.else
TOCDEPS =
.endif
${TARG}.ps: ${SRCS} ${TOCDEPS}
groff ${ARGS_PS} -mdoc ${MAIN} > $@
${TARG}.pdf: ${TARG}.ps
ps2pdf ${TARG}.ps $@
${TARG}.txt: ${SRCS}
${TARG}.txt: ${SRCS} ${TOCDEPS}
groff ${ARGS_TXT} -mdoc ${MAIN} > $@
${TARG}.html: ${SRCS}
${TARG}.html: ${SRCS} ${TOCDEPS}
groff ${ARGS_HTML} -mdoc2html ${MAIN} > $@
${TARG}.more: ${SRCS}
${TARG}.more: ${SRCS} ${TOCDEPS}
groff ${ARGS_MORE} -mdoc ${MAIN} > $@
tocs: ${TOCS}
TOCPROC= 2>&1 >/dev/null |\
sed -n '/^\.Ti/{s/ \([A-Za-z]\)/ "\1/; s/ *$$/"/; p; }'
${TARG}.PostScript.toc: .PHONY
${TARG}.PostScript.toc: ${SRCS}
groff -dTOC=1 ${ARGS_PS} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@
groff -dTOC=1 ${ARGS_PS} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@
${TARG}.ASCII.toc: .PHONY
${TARG}.ASCII.toc: ${SRCS}
groff -dTOC=1 ${ARGS_TXT} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@
groff -dTOC=1 ${ARGS_TXT} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@
${TARG}.HTML.toc: .PHONY
${TARG}.HTML.toc: ${SRCS}
groff -dTOC=1 ${ARGS_HTML} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@
groff -dTOC=1 ${ARGS_HTML} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@
${TARG}.more.toc: .PHONY
${TARG}.more.toc: ${SRCS}
groff -dTOC=1 ${ARGS_MORE} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@
groff -dTOC=1 ${ARGS_MORE} -mdoc ${MAIN} ${TOCPROC} > $@.tmp
mv -f $@.tmp $@

View File

@ -1,41 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/alpha subdirectory structure"
.Ti 2 9 "Bootable installation/upgrade floppies"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/alpha System Requirements and Supported Devices"
.Ti 2 12 "Supported PCI bus devices"
.Ti 2 12 "Supported ISA bus devices"
.Ti 2 12 "Supported EISA bus devices"
.Ti 2 13 "Supported Turbochannel bus devices"
.Ti 1 14 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 20 "Running the sysinst installation program"
.Ti 2 26 "Manual and script-assisted installation"
.Ti 1 29 "Post installation steps"
.Ti 1 32 "Upgrading a previously-installed NetBSD System"
.Ti 1 32 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 32 "General issues"
.Ti 2 33 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 33 "Using online NetBSD documentation"
.Ti 1 34 "Administrivia"
.Ti 1 34 "Thanks go to"
.Ti 1 37 "We are..."
.Ti 1 40 "Legal Mumbo-Jumbo"
.Ti 1 42 "The End"

View File

@ -1,41 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/alpha subdirectory structure"
.Ti 2 9 "Bootable installation/upgrade floppies"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/alpha System Requirements and Supported Devices"
.Ti 2 12 "Supported PCI bus devices"
.Ti 2 12 "Supported ISA bus devices"
.Ti 2 12 "Supported EISA bus devices"
.Ti 2 13 "Supported Turbochannel bus devices"
.Ti 1 14 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 20 "Running the sysinst installation program"
.Ti 2 26 "Manual and script-assisted installation"
.Ti 1 29 "Post installation steps"
.Ti 1 32 "Upgrading a previously-installed NetBSD System"
.Ti 1 32 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 32 "General issues"
.Ti 2 33 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 33 "Using online NetBSD documentation"
.Ti 1 34 "Administrivia"
.Ti 1 34 "Thanks go to"
.Ti 1 37 "We are..."
.Ti 1 40 "Legal Mumbo-Jumbo"
.Ti 1 42 "The End"

View File

@ -1,41 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/alpha subdirectory structure"
.Ti 2 9 "Bootable installation/upgrade floppies"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/alpha System Requirements and Supported Devices"
.Ti 2 11 "Supported PCI bus devices"
.Ti 2 11 "Supported ISA bus devices"
.Ti 2 12 "Supported EISA bus devices"
.Ti 2 12 "Supported Turbochannel bus devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 19 "Running the sysinst installation program"
.Ti 2 24 "Manual and script-assisted installation"
.Ti 1 27 "Post installation steps"
.Ti 1 30 "Upgrading a previously-installed NetBSD System"
.Ti 1 30 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 30 "General issues"
.Ti 2 31 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 31 "Using online NetBSD documentation"
.Ti 1 32 "Administrivia"
.Ti 1 32 "Thanks go to"
.Ti 1 34 "We are..."
.Ti 1 39 "Legal Mumbo-Jumbo"
.Ti 1 40 "The End"

View File

@ -1,41 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/alpha subdirectory structure"
.Ti 2 9 "Bootable installation/upgrade floppies"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/alpha System Requirements and Supported Devices"
.Ti 2 12 "Supported PCI bus devices"
.Ti 2 12 "Supported ISA bus devices"
.Ti 2 12 "Supported EISA bus devices"
.Ti 2 13 "Supported Turbochannel bus devices"
.Ti 1 14 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 20 "Running the sysinst installation program"
.Ti 2 26 "Manual and script-assisted installation"
.Ti 1 29 "Post installation steps"
.Ti 1 32 "Upgrading a previously-installed NetBSD System"
.Ti 1 32 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 32 "General issues"
.Ti 2 33 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 33 "Using online NetBSD documentation"
.Ti 1 34 "Administrivia"
.Ti 1 34 "Thanks go to"
.Ti 1 37 "We are..."
.Ti 1 40 "Legal Mumbo-Jumbo"
.Ti 1 42 "The End"

View File

@ -1,43 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/amiga subdirectory structure"
.Ti 2 9 "Miniroot file system"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/amiga System Requirements and Supported Devices"
.Ti 2 12 "Supported devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 2 16 "Preparing your hard disk with HDToolBox"
.Ti 2 17 "Transferring the miniroot file system"
.Ti 1 18 "Installing the NetBSD System"
.Ti 2 18 "Booting from AmigaDOS, using loadbsd"
.Ti 2 19 "Directly booting"
.Ti 2 19 "Once your kernel boots"
.Ti 1 22 "Post installation steps"
.Ti 1 24 "Upgrading a previously-installed NetBSD System"
.Ti 2 25 "Directly booting"
.Ti 2 25 "Once your kernel boots"
.Ti 1 26 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 26 "General issues"
.Ti 2 26 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 27 "Using online NetBSD documentation"
.Ti 1 27 "Administrivia"
.Ti 1 28 "Thanks go to"
.Ti 1 30 "We are..."
.Ti 1 34 "Legal Mumbo-Jumbo"
.Ti 1 36 "The End"

View File

@ -1,43 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/amiga subdirectory structure"
.Ti 2 9 "Miniroot file system"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/amiga System Requirements and Supported Devices"
.Ti 2 12 "Supported devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 2 16 "Preparing your hard disk with HDToolBox"
.Ti 2 17 "Transferring the miniroot file system"
.Ti 1 18 "Installing the NetBSD System"
.Ti 2 18 "Booting from AmigaDOS, using loadbsd"
.Ti 2 19 "Directly booting"
.Ti 2 19 "Once your kernel boots"
.Ti 1 22 "Post installation steps"
.Ti 1 24 "Upgrading a previously-installed NetBSD System"
.Ti 2 25 "Directly booting"
.Ti 2 25 "Once your kernel boots"
.Ti 1 26 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 26 "General issues"
.Ti 2 26 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 27 "Using online NetBSD documentation"
.Ti 1 27 "Administrivia"
.Ti 1 28 "Thanks go to"
.Ti 1 30 "We are..."
.Ti 1 34 "Legal Mumbo-Jumbo"
.Ti 1 36 "The End"

View File

@ -1,43 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/amiga subdirectory structure"
.Ti 2 9 "Miniroot file system"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/amiga System Requirements and Supported Devices"
.Ti 2 11 "Supported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 2 15 "Preparing your hard disk with HDToolBox"
.Ti 2 16 "Transferring the miniroot file system"
.Ti 1 17 "Installing the NetBSD System"
.Ti 2 17 "Booting from AmigaDOS, using loadbsd"
.Ti 2 18 "Directly booting"
.Ti 2 18 "Once your kernel boots"
.Ti 1 20 "Post installation steps"
.Ti 1 22 "Upgrading a previously-installed NetBSD System"
.Ti 2 23 "Directly booting"
.Ti 2 23 "Once your kernel boots"
.Ti 1 24 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 24 "General issues"
.Ti 2 25 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 25 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 28 "We are..."
.Ti 1 33 "Legal Mumbo-Jumbo"
.Ti 1 35 "The End"

View File

@ -1,43 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/amiga subdirectory structure"
.Ti 2 9 "Miniroot file system"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/amiga System Requirements and Supported Devices"
.Ti 2 12 "Supported devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 2 16 "Preparing your hard disk with HDToolBox"
.Ti 2 17 "Transferring the miniroot file system"
.Ti 1 18 "Installing the NetBSD System"
.Ti 2 18 "Booting from AmigaDOS, using loadbsd"
.Ti 2 19 "Directly booting"
.Ti 2 19 "Once your kernel boots"
.Ti 1 22 "Post installation steps"
.Ti 1 24 "Upgrading a previously-installed NetBSD System"
.Ti 2 25 "Directly booting"
.Ti 2 25 "Once your kernel boots"
.Ti 1 26 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 26 "General issues"
.Ti 2 26 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 27 "Using online NetBSD documentation"
.Ti 1 27 "Administrivia"
.Ti 1 28 "Thanks go to"
.Ti 1 30 "We are..."
.Ti 1 34 "Legal Mumbo-Jumbo"
.Ti 1 36 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/arm26 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/arm26 System Requirements and Supported Devices"
.Ti 2 10 "Supported devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 1 11 "Post installation steps"
.Ti 1 13 "Upgrading a previously-installed NetBSD System"
.Ti 1 13 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 13 "General issues"
.Ti 2 14 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 14 "Using online NetBSD documentation"
.Ti 1 15 "Administrivia"
.Ti 1 15 "Thanks go to"
.Ti 1 17 "We are..."
.Ti 1 21 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/arm26 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/arm26 System Requirements and Supported Devices"
.Ti 2 10 "Supported devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 1 11 "Post installation steps"
.Ti 1 13 "Upgrading a previously-installed NetBSD System"
.Ti 1 13 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 13 "General issues"
.Ti 2 14 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 14 "Using online NetBSD documentation"
.Ti 1 15 "Administrivia"
.Ti 1 15 "Thanks go to"
.Ti 1 17 "We are..."
.Ti 1 21 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 3 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/arm26 subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 9 "NetBSD/arm26 System Requirements and Supported Devices"
.Ti 2 10 "Supported devices"
.Ti 1 10 "Getting the NetBSD System on to Useful Media"
.Ti 1 10 "Preparing your System for NetBSD installation"
.Ti 1 10 "Installing the NetBSD System"
.Ti 1 10 "Post installation steps"
.Ti 1 12 "Upgrading a previously-installed NetBSD System"
.Ti 1 13 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 13 "General issues"
.Ti 2 13 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 13 "Using online NetBSD documentation"
.Ti 1 14 "Administrivia"
.Ti 1 14 "Thanks go to"
.Ti 1 17 "We are..."
.Ti 1 22 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/arm26 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/arm26 System Requirements and Supported Devices"
.Ti 2 10 "Supported devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 1 11 "Post installation steps"
.Ti 1 13 "Upgrading a previously-installed NetBSD System"
.Ti 1 13 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 13 "General issues"
.Ti 2 14 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 14 "Using online NetBSD documentation"
.Ti 1 15 "Administrivia"
.Ti 1 15 "Thanks go to"
.Ti 1 17 "We are..."
.Ti 1 21 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/arm32 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/arm32 System Requirements and Supported Devices"
.Ti 2 11 "Supported devices"
.Ti 2 12 "Supported Digital DNARD devices"
.Ti 2 12 "Supported Chalice CATS devices"
.Ti 2 12 "Supported Intel EBSA285 & Chalice CATS PCI devices"
.Ti 2 13 "Unsupported devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 18 "To install from floppy"
.Ti 2 19 "To install from tape"
.Ti 2 20 "To install via FTP or NFS"
.Ti 2 20 "To install from CD-ROM"
.Ti 2 21 "Completing your installation"
.Ti 1 21 "Post installation steps"
.Ti 1 23 "Upgrading a previously-installed NetBSD System"
.Ti 1 24 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 24 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 28 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/arm32 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/arm32 System Requirements and Supported Devices"
.Ti 2 11 "Supported devices"
.Ti 2 12 "Supported Digital DNARD devices"
.Ti 2 12 "Supported Chalice CATS devices"
.Ti 2 12 "Supported Intel EBSA285 & Chalice CATS PCI devices"
.Ti 2 13 "Unsupported devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 18 "To install from floppy"
.Ti 2 19 "To install from tape"
.Ti 2 20 "To install via FTP or NFS"
.Ti 2 20 "To install from CD-ROM"
.Ti 2 21 "Completing your installation"
.Ti 1 21 "Post installation steps"
.Ti 1 23 "Upgrading a previously-installed NetBSD System"
.Ti 1 24 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 24 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 28 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/arm32 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/arm32 System Requirements and Supported Devices"
.Ti 2 10 "Supported devices"
.Ti 2 12 "Supported Digital DNARD devices"
.Ti 2 12 "Supported Chalice CATS devices"
.Ti 2 12 "Supported Intel EBSA285 & Chalice CATS PCI devices"
.Ti 2 13 "Unsupported devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 18 "To install from floppy"
.Ti 2 18 "To install from tape"
.Ti 2 19 "To install via FTP or NFS"
.Ti 2 20 "To install from CD-ROM"
.Ti 2 20 "Completing your installation"
.Ti 1 20 "Post installation steps"
.Ti 1 23 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 23 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 24 "Administrivia"
.Ti 1 25 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 32 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/arm32 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/arm32 System Requirements and Supported Devices"
.Ti 2 11 "Supported devices"
.Ti 2 12 "Supported Digital DNARD devices"
.Ti 2 12 "Supported Chalice CATS devices"
.Ti 2 12 "Supported Intel EBSA285 & Chalice CATS PCI devices"
.Ti 2 13 "Unsupported devices"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 18 "To install from floppy"
.Ti 2 19 "To install from tape"
.Ti 2 20 "To install via FTP or NFS"
.Ti 2 20 "To install from CD-ROM"
.Ti 2 21 "Completing your installation"
.Ti 1 21 "Post installation steps"
.Ti 1 23 "Upgrading a previously-installed NetBSD System"
.Ti 1 24 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 24 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 28 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/atari subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/atari System Requirements and Supported Devices"
.Ti 2 12 "Supported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 17 "Some extra remarks"
.Ti 1 18 "Post installation steps"
.Ti 1 20 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 22 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/atari subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/atari System Requirements and Supported Devices"
.Ti 2 12 "Supported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 17 "Some extra remarks"
.Ti 1 18 "Post installation steps"
.Ti 1 20 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 22 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/atari subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 10 "NetBSD/atari System Requirements and Supported Devices"
.Ti 2 11 "Supported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 16 "Some extra remarks"
.Ti 1 16 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 19 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 19 "General issues"
.Ti 2 20 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 20 "Using online NetBSD documentation"
.Ti 1 21 "Administrivia"
.Ti 1 21 "Thanks go to"
.Ti 1 23 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 29 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/atari subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/atari System Requirements and Supported Devices"
.Ti 2 12 "Supported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 17 "Some extra remarks"
.Ti 1 18 "Post installation steps"
.Ti 1 20 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 22 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/hp300 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/hp300 System Requirements and Supported Devices"
.Ti 2 11 "Supported hardware"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 2 14 "Miniroot installation via network"
.Ti 2 14 "Loading SYS_INST via the network"
.Ti 1 16 "Installing the NetBSD System"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/hp300 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/hp300 System Requirements and Supported Devices"
.Ti 2 11 "Supported hardware"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 2 14 "Miniroot installation via network"
.Ti 2 14 "Loading SYS_INST via the network"
.Ti 1 16 "Installing the NetBSD System"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/hp300 subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 10 "NetBSD/hp300 System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 12 "Preparing your System for NetBSD installation"
.Ti 2 13 "Miniroot installation via network"
.Ti 2 13 "Loading SYS_INST via the network"
.Ti 1 15 "Installing the NetBSD System"
.Ti 1 16 "Post installation steps"
.Ti 1 18 "Upgrading a previously-installed NetBSD System"
.Ti 1 19 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 19 "General issues"
.Ti 2 20 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 20 "Using online NetBSD documentation"
.Ti 1 20 "Administrivia"
.Ti 1 21 "Thanks go to"
.Ti 1 23 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 29 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/hp300 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/hp300 System Requirements and Supported Devices"
.Ti 2 11 "Supported hardware"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 2 14 "Miniroot installation via network"
.Ti 2 14 "Loading SYS_INST via the network"
.Ti 1 16 "Installing the NetBSD System"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/hpcmips subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/hpcmips System Requirements and Supported Devices"
.Ti 2 11 "Supported WindowsCE machines"
.Ti 2 12 "Supported WindowsCE devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 15 "Running the sysinst installation program"
.Ti 1 20 "Post installation steps"
.Ti 1 22 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 25 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/hpcmips subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/hpcmips System Requirements and Supported Devices"
.Ti 2 11 "Supported WindowsCE machines"
.Ti 2 12 "Supported WindowsCE devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 15 "Running the sysinst installation program"
.Ti 1 20 "Post installation steps"
.Ti 1 22 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 25 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/hpcmips subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 10 "NetBSD/hpcmips System Requirements and Supported Devices"
.Ti 2 10 "Supported WindowsCE machines"
.Ti 2 11 "Supported WindowsCE devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Running the sysinst installation program"
.Ti 1 19 "Post installation steps"
.Ti 1 21 "Upgrading a previously-installed NetBSD System"
.Ti 1 22 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 22 "General issues"
.Ti 2 22 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 22 "Using online NetBSD documentation"
.Ti 1 23 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 26 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 32 "The End"

View File

@ -1,37 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/hpcmips subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/hpcmips System Requirements and Supported Devices"
.Ti 2 11 "Supported WindowsCE machines"
.Ti 2 12 "Supported WindowsCE devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 15 "Running the sysinst installation program"
.Ti 1 20 "Post installation steps"
.Ti 1 22 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 25 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,75 +0,0 @@
.Ti 0 2 "About this Document"
.Ti 0 2 "Quick install notes for the impatient"
.Ti 0 3 "What is NetBSD?"
.Ti 0 3 "Upgrade path to NetBSD 1.5.1"
.Ti 0 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 0 5 "New Compatibility Issues Introduced With NetBSD 1.5.1"
.Ti 0 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 1 5 "Kernel"
.Ti 1 6 "Networking"
.Ti 1 6 "File system"
.Ti 1 6 "Security"
.Ti 1 7 "System administration and user tools"
.Ti 1 7 "Miscellaneous"
.Ti 0 8 "The Future of NetBSD"
.Ti 0 8 "Sources of NetBSD"
.Ti 0 8 "NetBSD 1.5W Release Contents"
.Ti 1 10 "NetBSD/i386 subdirectory structure"
.Ti 1 11 "Binary distribution sets"
.Ti 0 12 "NetBSD/i386 System Requirements and Supported Devices"
.Ti 1 12 "Supported devices"
.Ti 2 12 "Floppy controllers."
.Ti 2 12 "MFM, ESDI, IDE, and RLL hard disk controllers."
.Ti 2 13 "SCSI host adapters"
.Ti 2 14 "MDA, CGA, VGA, SVGA, and HGC Display Adapters."
.Ti 2 14 "Serial ports"
.Ti 2 14 "Parallel ports."
.Ti 2 14 "Ethernet adapters"
.Ti 2 15 "FDDI adapters"
.Ti 2 15 "Token-Ring adapters"
.Ti 2 15 "Wireless network adapters"
.Ti 2 16 "High Speed Serial"
.Ti 2 16 "Tape drives"
.Ti 2 16 "CD-ROM drives"
.Ti 2 16 "Mice"
.Ti 2 16 "Sound Cards"
.Ti 2 16 "Game Ports (Joysticks)"
.Ti 2 16 "Miscellaneous"
.Ti 2 17 "PCMCIA Controllers."
.Ti 2 17 "RAID Controllers"
.Ti 2 17 "Specific driver footnotes:"
.Ti 1 17 "Unsupported devices"
.Ti 1 18 "Required configurations"
.Ti 0 20 "Getting the NetBSD System on to Useful Media"
.Ti 0 23 "Preparing your System for NetBSD installation"
.Ti 0 24 "Installing the NetBSD System"
.Ti 1 24 "Running the sysinst installation program"
.Ti 2 24 "Introduction"
.Ti 2 24 "Possible PCMCIA issues"
.Ti 2 26 "General"
.Ti 2 26 "Quick install"
.Ti 2 27 "Booting NetBSD"
.Ti 2 28 "Network configuration"
.Ti 2 28 "Installation drive selection and parameters"
.Ti 2 28 "Partitioning the disk"
.Ti 2 30 "Preparing your hard disk"
.Ti 2 30 "Getting the distribution sets"
.Ti 2 31 "Installation using ftp"
.Ti 2 31 "Installation using NFS"
.Ti 2 31 "Installation from CD-ROM"
.Ti 2 31 "Installation from a floppy set"
.Ti 2 31 "Installation from an unmounted file system"
.Ti 2 32 "Installation from a local directory"
.Ti 2 32 "Extracting the distribution sets"
.Ti 2 32 "Finalizing your installation"
.Ti 0 32 "Post installation steps"
.Ti 0 35 "Upgrading a previously-installed NetBSD System"
.Ti 0 36 "Compatibility Issues With Previous NetBSD Releases"
.Ti 1 36 "General issues"
.Ti 1 36 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 0 36 "Using online NetBSD documentation"
.Ti 0 37 "Administrivia"
.Ti 0 38 "Thanks go to"
.Ti 0 40 "We are..."
.Ti 0 43 "Legal Mumbo-Jumbo"
.Ti 0 45 "The End"

View File

@ -1,75 +0,0 @@
.Ti 0 2 "About this Document"
.Ti 0 2 "Quick install notes for the impatient"
.Ti 0 3 "What is NetBSD?"
.Ti 0 3 "Upgrade path to NetBSD 1.5.1"
.Ti 0 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 0 5 "New Compatibility Issues Introduced With NetBSD 1.5.1"
.Ti 0 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 1 5 "Kernel"
.Ti 1 6 "Networking"
.Ti 1 6 "File system"
.Ti 1 6 "Security"
.Ti 1 7 "System administration and user tools"
.Ti 1 7 "Miscellaneous"
.Ti 0 8 "The Future of NetBSD"
.Ti 0 8 "Sources of NetBSD"
.Ti 0 8 "NetBSD 1.5W Release Contents"
.Ti 1 10 "NetBSD/i386 subdirectory structure"
.Ti 1 11 "Binary distribution sets"
.Ti 0 12 "NetBSD/i386 System Requirements and Supported Devices"
.Ti 1 12 "Supported devices"
.Ti 2 12 "Floppy controllers."
.Ti 2 12 "MFM, ESDI, IDE, and RLL hard disk controllers."
.Ti 2 13 "SCSI host adapters"
.Ti 2 14 "MDA, CGA, VGA, SVGA, and HGC Display Adapters."
.Ti 2 14 "Serial ports"
.Ti 2 14 "Parallel ports."
.Ti 2 14 "Ethernet adapters"
.Ti 2 15 "FDDI adapters"
.Ti 2 15 "Token-Ring adapters"
.Ti 2 15 "Wireless network adapters"
.Ti 2 16 "High Speed Serial"
.Ti 2 16 "Tape drives"
.Ti 2 16 "CD-ROM drives"
.Ti 2 16 "Mice"
.Ti 2 16 "Sound Cards"
.Ti 2 16 "Game Ports (Joysticks)"
.Ti 2 16 "Miscellaneous"
.Ti 2 17 "PCMCIA Controllers."
.Ti 2 17 "RAID Controllers"
.Ti 2 17 "Specific driver footnotes:"
.Ti 1 17 "Unsupported devices"
.Ti 1 18 "Required configurations"
.Ti 0 20 "Getting the NetBSD System on to Useful Media"
.Ti 0 23 "Preparing your System for NetBSD installation"
.Ti 0 24 "Installing the NetBSD System"
.Ti 1 24 "Running the sysinst installation program"
.Ti 2 24 "Introduction"
.Ti 2 24 "Possible PCMCIA issues"
.Ti 2 26 "General"
.Ti 2 26 "Quick install"
.Ti 2 27 "Booting NetBSD"
.Ti 2 28 "Network configuration"
.Ti 2 28 "Installation drive selection and parameters"
.Ti 2 28 "Partitioning the disk"
.Ti 2 30 "Preparing your hard disk"
.Ti 2 30 "Getting the distribution sets"
.Ti 2 31 "Installation using ftp"
.Ti 2 31 "Installation using NFS"
.Ti 2 31 "Installation from CD-ROM"
.Ti 2 31 "Installation from a floppy set"
.Ti 2 31 "Installation from an unmounted file system"
.Ti 2 32 "Installation from a local directory"
.Ti 2 32 "Extracting the distribution sets"
.Ti 2 32 "Finalizing your installation"
.Ti 0 32 "Post installation steps"
.Ti 0 35 "Upgrading a previously-installed NetBSD System"
.Ti 0 36 "Compatibility Issues With Previous NetBSD Releases"
.Ti 1 36 "General issues"
.Ti 1 36 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 0 36 "Using online NetBSD documentation"
.Ti 0 37 "Administrivia"
.Ti 0 38 "Thanks go to"
.Ti 0 40 "We are..."
.Ti 0 43 "Legal Mumbo-Jumbo"
.Ti 0 45 "The End"

View File

@ -1,75 +0,0 @@
.Ti 0 2 "About this Document"
.Ti 0 2 "Quick install notes for the impatient"
.Ti 0 3 "What is NetBSD?"
.Ti 0 3 "Upgrade path to NetBSD 1.5.1"
.Ti 0 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 0 5 "New Compatibility Issues Introduced With NetBSD 1.5.1"
.Ti 0 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 1 5 "Kernel"
.Ti 1 6 "Networking"
.Ti 1 6 "File system"
.Ti 1 6 "Security"
.Ti 1 6 "System administration and user tools"
.Ti 1 7 "Miscellaneous"
.Ti 0 7 "The Future of NetBSD"
.Ti 0 8 "Sources of NetBSD"
.Ti 0 8 "NetBSD 1.5W Release Contents"
.Ti 1 9 "NetBSD/i386 subdirectory structure"
.Ti 1 10 "Binary distribution sets"
.Ti 0 12 "NetBSD/i386 System Requirements and Supported Devices"
.Ti 1 12 "Supported devices"
.Ti 2 12 "Floppy controllers."
.Ti 2 12 "MFM, ESDI, IDE, and RLL hard disk controllers."
.Ti 2 12 "SCSI host adapters"
.Ti 2 13 "MDA, CGA, VGA, SVGA, and HGC Display Adapters."
.Ti 2 13 "Serial ports"
.Ti 2 13 "Parallel ports."
.Ti 2 13 "Ethernet adapters"
.Ti 2 15 "FDDI adapters"
.Ti 2 15 "Token-Ring adapters"
.Ti 2 15 "Wireless network adapters"
.Ti 2 15 "High Speed Serial"
.Ti 2 16 "Tape drives"
.Ti 2 16 "CD-ROM drives"
.Ti 2 16 "Mice"
.Ti 2 16 "Sound Cards"
.Ti 2 16 "Game Ports (Joysticks)"
.Ti 2 16 "Miscellaneous"
.Ti 2 17 "PCMCIA Controllers."
.Ti 2 17 "RAID Controllers"
.Ti 2 17 "Specific driver footnotes:"
.Ti 1 18 "Unsupported devices"
.Ti 1 18 "Required configurations"
.Ti 0 21 "Getting the NetBSD System on to Useful Media"
.Ti 0 23 "Preparing your System for NetBSD installation"
.Ti 0 24 "Installing the NetBSD System"
.Ti 1 24 "Running the sysinst installation program"
.Ti 2 24 "Introduction"
.Ti 2 24 "Possible PCMCIA issues"
.Ti 2 26 "General"
.Ti 2 26 "Quick install"
.Ti 2 27 "Booting NetBSD"
.Ti 2 28 "Network configuration"
.Ti 2 28 "Installation drive selection and parameters"
.Ti 2 28 "Partitioning the disk"
.Ti 2 29 "Preparing your hard disk"
.Ti 2 30 "Getting the distribution sets"
.Ti 2 30 "Installation using ftp"
.Ti 2 30 "Installation using NFS"
.Ti 2 31 "Installation from CD-ROM"
.Ti 2 31 "Installation from a floppy set"
.Ti 2 31 "Installation from an unmounted file system"
.Ti 2 31 "Installation from a local directory"
.Ti 2 31 "Extracting the distribution sets"
.Ti 2 31 "Finalizing your installation"
.Ti 0 32 "Post installation steps"
.Ti 0 34 "Upgrading a previously-installed NetBSD System"
.Ti 0 35 "Compatibility Issues With Previous NetBSD Releases"
.Ti 1 35 "General issues"
.Ti 1 35 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 0 35 "Using online NetBSD documentation"
.Ti 0 36 "Administrivia"
.Ti 0 36 "Thanks go to"
.Ti 0 39 "We are..."
.Ti 0 44 "Legal Mumbo-Jumbo"
.Ti 0 45 "The End"

View File

@ -1,75 +0,0 @@
.Ti 0 2 "About this Document"
.Ti 0 2 "Quick install notes for the impatient"
.Ti 0 3 "What is NetBSD?"
.Ti 0 3 "Upgrade path to NetBSD 1.5.1"
.Ti 0 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 0 5 "New Compatibility Issues Introduced With NetBSD 1.5.1"
.Ti 0 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 1 5 "Kernel"
.Ti 1 6 "Networking"
.Ti 1 6 "File system"
.Ti 1 6 "Security"
.Ti 1 7 "System administration and user tools"
.Ti 1 7 "Miscellaneous"
.Ti 0 8 "The Future of NetBSD"
.Ti 0 8 "Sources of NetBSD"
.Ti 0 8 "NetBSD 1.5W Release Contents"
.Ti 1 10 "NetBSD/i386 subdirectory structure"
.Ti 1 11 "Binary distribution sets"
.Ti 0 12 "NetBSD/i386 System Requirements and Supported Devices"
.Ti 1 12 "Supported devices"
.Ti 2 12 "Floppy controllers."
.Ti 2 12 "MFM, ESDI, IDE, and RLL hard disk controllers."
.Ti 2 13 "SCSI host adapters"
.Ti 2 14 "MDA, CGA, VGA, SVGA, and HGC Display Adapters."
.Ti 2 14 "Serial ports"
.Ti 2 14 "Parallel ports."
.Ti 2 14 "Ethernet adapters"
.Ti 2 15 "FDDI adapters"
.Ti 2 15 "Token-Ring adapters"
.Ti 2 15 "Wireless network adapters"
.Ti 2 16 "High Speed Serial"
.Ti 2 16 "Tape drives"
.Ti 2 16 "CD-ROM drives"
.Ti 2 16 "Mice"
.Ti 2 16 "Sound Cards"
.Ti 2 16 "Game Ports (Joysticks)"
.Ti 2 16 "Miscellaneous"
.Ti 2 17 "PCMCIA Controllers."
.Ti 2 17 "RAID Controllers"
.Ti 2 17 "Specific driver footnotes:"
.Ti 1 17 "Unsupported devices"
.Ti 1 18 "Required configurations"
.Ti 0 20 "Getting the NetBSD System on to Useful Media"
.Ti 0 23 "Preparing your System for NetBSD installation"
.Ti 0 24 "Installing the NetBSD System"
.Ti 1 24 "Running the sysinst installation program"
.Ti 2 24 "Introduction"
.Ti 2 24 "Possible PCMCIA issues"
.Ti 2 26 "General"
.Ti 2 26 "Quick install"
.Ti 2 27 "Booting NetBSD"
.Ti 2 28 "Network configuration"
.Ti 2 28 "Installation drive selection and parameters"
.Ti 2 28 "Partitioning the disk"
.Ti 2 30 "Preparing your hard disk"
.Ti 2 30 "Getting the distribution sets"
.Ti 2 31 "Installation using ftp"
.Ti 2 31 "Installation using NFS"
.Ti 2 31 "Installation from CD-ROM"
.Ti 2 31 "Installation from a floppy set"
.Ti 2 31 "Installation from an unmounted file system"
.Ti 2 32 "Installation from a local directory"
.Ti 2 32 "Extracting the distribution sets"
.Ti 2 32 "Finalizing your installation"
.Ti 0 32 "Post installation steps"
.Ti 0 35 "Upgrading a previously-installed NetBSD System"
.Ti 0 36 "Compatibility Issues With Previous NetBSD Releases"
.Ti 1 36 "General issues"
.Ti 1 36 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 0 36 "Using online NetBSD documentation"
.Ti 0 37 "Administrivia"
.Ti 0 38 "Thanks go to"
.Ti 0 40 "We are..."
.Ti 0 43 "Legal Mumbo-Jumbo"
.Ti 0 45 "The End"

View File

@ -1,42 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/mac68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/mac68k System Requirements and Supported Devices"
.Ti 2 11 "Supported models"
.Ti 2 11 "Supported devices"
.Ti 2 12 "Unsupported models"
.Ti 2 12 "Known hardware issues with this release"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Preparing the file system(s)"
.Ti 2 15 "Installing the files"
.Ti 2 15 "Installation of base files"
.Ti 2 16 "Booting the system"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 22 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 29 "Legal Mumbo-Jumbo"
.Ti 1 31 "The End"

View File

@ -1,42 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/mac68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/mac68k System Requirements and Supported Devices"
.Ti 2 11 "Supported models"
.Ti 2 11 "Supported devices"
.Ti 2 12 "Unsupported models"
.Ti 2 12 "Known hardware issues with this release"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Preparing the file system(s)"
.Ti 2 15 "Installing the files"
.Ti 2 15 "Installation of base files"
.Ti 2 16 "Booting the system"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 22 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 29 "Legal Mumbo-Jumbo"
.Ti 1 31 "The End"

View File

@ -1,42 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/mac68k subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 10 "NetBSD/mac68k System Requirements and Supported Devices"
.Ti 2 10 "Supported models"
.Ti 2 11 "Supported devices"
.Ti 2 11 "Unsupported models"
.Ti 2 11 "Known hardware issues with this release"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 12 "Preparing your System for NetBSD installation"
.Ti 1 13 "Installing the NetBSD System"
.Ti 2 13 "Preparing the file system(s)"
.Ti 2 14 "Installing the files"
.Ti 2 15 "Installation of base files"
.Ti 2 15 "Booting the system"
.Ti 1 16 "Post installation steps"
.Ti 1 18 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 20 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 20 "Using online NetBSD documentation"
.Ti 1 21 "Administrivia"
.Ti 1 21 "Thanks go to"
.Ti 1 24 "We are..."
.Ti 1 29 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,42 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/mac68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/mac68k System Requirements and Supported Devices"
.Ti 2 11 "Supported models"
.Ti 2 11 "Supported devices"
.Ti 2 12 "Unsupported models"
.Ti 2 12 "Known hardware issues with this release"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Preparing the file system(s)"
.Ti 2 15 "Installing the files"
.Ti 2 15 "Installation of base files"
.Ti 2 16 "Booting the system"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 22 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 29 "Legal Mumbo-Jumbo"
.Ti 1 31 "The End"

View File

@ -1,61 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 2 "DESCRIPTION"
.Ti 1 2 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 3 "What is NetBSD?"
.Ti 1 3 "Upgrade path to NetBSD 1.5.1"
.Ti 1 4 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 6 "Kernel"
.Ti 2 6 "Networking"
.Ti 2 6 "File system"
.Ti 2 7 "Security"
.Ti 2 7 "System administration and user tools"
.Ti 2 7 "Miscellaneous"
.Ti 1 8 "The Future of NetBSD"
.Ti 1 8 "Sources of NetBSD"
.Ti 1 9 "NetBSD 1.5W Release Contents"
.Ti 2 10 "NetBSD/macppc subdirectory structure"
.Ti 2 11 "Binary distribution sets"
.Ti 1 12 "NetBSD/macppc System Requirements and Supported Devices"
.Ti 2 12 "Supported models"
.Ti 2 13 "Unsupported models"
.Ti 2 14 "Supported devices"
.Ti 2 16 "Unsupported devices"
.Ti 2 16 "Supported boot devices and media"
.Ti 1 16 "Getting the NetBSD System on to Useful Media"
.Ti 1 17 "Preparing your System for NetBSD installation"
.Ti 2 17 "Prepare yourself"
.Ti 2 18 "Updating your BootROM"
.Ti 2 19 "Getting to the Open Firmware Prompt on Newer Models"
.Ti 2 19 "Getting to the Open Firmware Prompt on Apple Network"
.Ti 2 20 "Older Open Firmware System Preparation"
.Ti 2 20 "Getting to the Open Firmware Prompt on Older Models"
.Ti 2 21 "Getting to the Open Firmware Prompt (Recommended method using"
.Ti 2 21 "Getting to the Open Firmware Prompt (Harder method using"
.Ti 2 22 "Getting to the Open Firmware Prompt (Without using MacOS)"
.Ti 2 23 "Setting up pre-Open Firmware 3 to boot NetBSD"
.Ti 2 24 "Setting up Open Firmware 3 to boot NetBSD"
.Ti 2 24 "Available Boot Media"
.Ti 2 25 "Description of bootable media"
.Ti 2 27 "Partitioning your hard drive for NetBSD"
.Ti 2 28 "Preparing the Bootable Media"
.Ti 1 34 "Installing the NetBSD System"
.Ti 2 34 "Booting the installer"
.Ti 2 35 "Boot Commands"
.Ti 2 37 "Example of a normal boot"
.Ti 2 38 "Common Problems and Error Messages"
.Ti 2 40 "Milestone"
.Ti 2 40 "Running the sysinst installation program"
.Ti 1 47 "Post installation steps"
.Ti 1 49 "Upgrading a previously-installed NetBSD System"
.Ti 1 50 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 50 "General issues"
.Ti 2 51 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 51 "Using online NetBSD documentation"
.Ti 1 52 "Administrivia"
.Ti 1 52 "Thanks go to"
.Ti 1 54 "We are..."
.Ti 1 58 "Legal Mumbo-Jumbo"
.Ti 1 60 "The End"

View File

@ -1,61 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 2 "DESCRIPTION"
.Ti 1 2 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 3 "What is NetBSD?"
.Ti 1 3 "Upgrade path to NetBSD 1.5.1"
.Ti 1 4 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 6 "Kernel"
.Ti 2 6 "Networking"
.Ti 2 6 "File system"
.Ti 2 7 "Security"
.Ti 2 7 "System administration and user tools"
.Ti 2 7 "Miscellaneous"
.Ti 1 8 "The Future of NetBSD"
.Ti 1 8 "Sources of NetBSD"
.Ti 1 9 "NetBSD 1.5W Release Contents"
.Ti 2 10 "NetBSD/macppc subdirectory structure"
.Ti 2 11 "Binary distribution sets"
.Ti 1 12 "NetBSD/macppc System Requirements and Supported Devices"
.Ti 2 12 "Supported models"
.Ti 2 13 "Unsupported models"
.Ti 2 14 "Supported devices"
.Ti 2 16 "Unsupported devices"
.Ti 2 16 "Supported boot devices and media"
.Ti 1 16 "Getting the NetBSD System on to Useful Media"
.Ti 1 17 "Preparing your System for NetBSD installation"
.Ti 2 17 "Prepare yourself"
.Ti 2 18 "Updating your BootROM"
.Ti 2 19 "Getting to the Open Firmware Prompt on Newer Models"
.Ti 2 19 "Getting to the Open Firmware Prompt on Apple Network"
.Ti 2 20 "Older Open Firmware System Preparation"
.Ti 2 20 "Getting to the Open Firmware Prompt on Older Models"
.Ti 2 21 "Getting to the Open Firmware Prompt (Recommended method using"
.Ti 2 21 "Getting to the Open Firmware Prompt (Harder method using"
.Ti 2 22 "Getting to the Open Firmware Prompt (Without using MacOS)"
.Ti 2 23 "Setting up pre-Open Firmware 3 to boot NetBSD"
.Ti 2 24 "Setting up Open Firmware 3 to boot NetBSD"
.Ti 2 24 "Available Boot Media"
.Ti 2 25 "Description of bootable media"
.Ti 2 27 "Partitioning your hard drive for NetBSD"
.Ti 2 28 "Preparing the Bootable Media"
.Ti 1 34 "Installing the NetBSD System"
.Ti 2 34 "Booting the installer"
.Ti 2 35 "Boot Commands"
.Ti 2 37 "Example of a normal boot"
.Ti 2 38 "Common Problems and Error Messages"
.Ti 2 40 "Milestone"
.Ti 2 40 "Running the sysinst installation program"
.Ti 1 47 "Post installation steps"
.Ti 1 49 "Upgrading a previously-installed NetBSD System"
.Ti 1 50 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 50 "General issues"
.Ti 2 51 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 51 "Using online NetBSD documentation"
.Ti 1 52 "Administrivia"
.Ti 1 52 "Thanks go to"
.Ti 1 54 "We are..."
.Ti 1 58 "Legal Mumbo-Jumbo"
.Ti 1 60 "The End"

View File

@ -1,61 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 2 "DESCRIPTION"
.Ti 1 2 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 3 "What is NetBSD?"
.Ti 1 4 "Upgrade path to NetBSD 1.5.1"
.Ti 1 4 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 5 "Kernel"
.Ti 2 6 "Networking"
.Ti 2 6 "File system"
.Ti 2 6 "Security"
.Ti 2 7 "System administration and user tools"
.Ti 2 7 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 8 "Sources of NetBSD"
.Ti 1 8 "NetBSD 1.5W Release Contents"
.Ti 2 10 "NetBSD/macppc subdirectory structure"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/macppc System Requirements and Supported Devices"
.Ti 2 12 "Supported models"
.Ti 2 13 "Unsupported models"
.Ti 2 13 "Supported devices"
.Ti 2 15 "Unsupported devices"
.Ti 2 15 "Supported boot devices and media"
.Ti 1 15 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 2 17 "Prepare yourself"
.Ti 2 18 "Updating your BootROM"
.Ti 2 18 "Getting to the Open Firmware Prompt on Newer Models"
.Ti 2 18 "Getting to the Open Firmware Prompt on Apple Network"
.Ti 2 19 "Older Open Firmware System Preparation"
.Ti 2 19 "Getting to the Open Firmware Prompt on Older Models"
.Ti 2 20 "Getting to the Open Firmware Prompt (Recommended method using"
.Ti 2 20 "Getting to the Open Firmware Prompt (Harder method using"
.Ti 2 21 "Getting to the Open Firmware Prompt (Without using MacOS)"
.Ti 2 22 "Setting up pre-Open Firmware 3 to boot NetBSD"
.Ti 2 23 "Setting up Open Firmware 3 to boot NetBSD"
.Ti 2 24 "Available Boot Media"
.Ti 2 25 "Description of bootable media"
.Ti 2 26 "Partitioning your hard drive for NetBSD"
.Ti 2 28 "Preparing the Bootable Media"
.Ti 1 35 "Installing the NetBSD System"
.Ti 2 35 "Booting the installer"
.Ti 2 36 "Boot Commands"
.Ti 2 38 "Example of a normal boot"
.Ti 2 39 "Common Problems and Error Messages"
.Ti 2 41 "Milestone"
.Ti 2 42 "Running the sysinst installation program"
.Ti 1 49 "Post installation steps"
.Ti 1 52 "Upgrading a previously-installed NetBSD System"
.Ti 1 53 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 53 "General issues"
.Ti 2 53 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 54 "Using online NetBSD documentation"
.Ti 1 54 "Administrivia"
.Ti 1 55 "Thanks go to"
.Ti 1 57 "We are..."
.Ti 1 62 "Legal Mumbo-Jumbo"
.Ti 1 64 "The End"

View File

@ -1,61 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 2 "DESCRIPTION"
.Ti 1 2 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 3 "What is NetBSD?"
.Ti 1 3 "Upgrade path to NetBSD 1.5.1"
.Ti 1 4 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 6 "Kernel"
.Ti 2 6 "Networking"
.Ti 2 6 "File system"
.Ti 2 7 "Security"
.Ti 2 7 "System administration and user tools"
.Ti 2 7 "Miscellaneous"
.Ti 1 8 "The Future of NetBSD"
.Ti 1 8 "Sources of NetBSD"
.Ti 1 9 "NetBSD 1.5W Release Contents"
.Ti 2 10 "NetBSD/macppc subdirectory structure"
.Ti 2 11 "Binary distribution sets"
.Ti 1 12 "NetBSD/macppc System Requirements and Supported Devices"
.Ti 2 12 "Supported models"
.Ti 2 13 "Unsupported models"
.Ti 2 14 "Supported devices"
.Ti 2 16 "Unsupported devices"
.Ti 2 16 "Supported boot devices and media"
.Ti 1 16 "Getting the NetBSD System on to Useful Media"
.Ti 1 17 "Preparing your System for NetBSD installation"
.Ti 2 17 "Prepare yourself"
.Ti 2 18 "Updating your BootROM"
.Ti 2 19 "Getting to the Open Firmware Prompt on Newer Models"
.Ti 2 19 "Getting to the Open Firmware Prompt on Apple Network"
.Ti 2 20 "Older Open Firmware System Preparation"
.Ti 2 20 "Getting to the Open Firmware Prompt on Older Models"
.Ti 2 21 "Getting to the Open Firmware Prompt (Recommended method using"
.Ti 2 21 "Getting to the Open Firmware Prompt (Harder method using"
.Ti 2 22 "Getting to the Open Firmware Prompt (Without using MacOS)"
.Ti 2 23 "Setting up pre-Open Firmware 3 to boot NetBSD"
.Ti 2 24 "Setting up Open Firmware 3 to boot NetBSD"
.Ti 2 24 "Available Boot Media"
.Ti 2 25 "Description of bootable media"
.Ti 2 27 "Partitioning your hard drive for NetBSD"
.Ti 2 28 "Preparing the Bootable Media"
.Ti 1 34 "Installing the NetBSD System"
.Ti 2 34 "Booting the installer"
.Ti 2 35 "Boot Commands"
.Ti 2 37 "Example of a normal boot"
.Ti 2 38 "Common Problems and Error Messages"
.Ti 2 40 "Milestone"
.Ti 2 40 "Running the sysinst installation program"
.Ti 1 47 "Post installation steps"
.Ti 1 49 "Upgrading a previously-installed NetBSD System"
.Ti 1 50 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 50 "General issues"
.Ti 2 51 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 51 "Using online NetBSD documentation"
.Ti 1 52 "Administrivia"
.Ti 1 52 "Thanks go to"
.Ti 1 54 "We are..."
.Ti 1 58 "Legal Mumbo-Jumbo"
.Ti 1 60 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/mvme68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/mvme68k System Requirements and Supported Devices"
.Ti 2 11 "Supported VME147 hardware"
.Ti 2 12 "Supported VME162/VME172 hardware"
.Ti 2 12 "Supported VME167/VME177 hardware"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 2 13 "Creating boot/install tapes"
.Ti 2 13 "Boot/Install from NFS server"
.Ti 2 14 "Install/Upgrade from CD-ROM"
.Ti 2 14 "Install/Upgrade via FTP"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 16 "Installing from tape"
.Ti 2 20 "Installing from NFS"
.Ti 2 22 "Booting the miniroot"
.Ti 2 23 "Miniroot install program:"
.Ti 1 24 "Post installation steps"
.Ti 1 26 "Upgrading a previously-installed NetBSD System"
.Ti 1 28 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 28 "General issues"
.Ti 2 28 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 28 "Using online NetBSD documentation"
.Ti 1 29 "Administrivia"
.Ti 1 30 "Thanks go to"
.Ti 1 32 "We are..."
.Ti 1 35 "Legal Mumbo-Jumbo"
.Ti 1 37 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/mvme68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/mvme68k System Requirements and Supported Devices"
.Ti 2 11 "Supported VME147 hardware"
.Ti 2 12 "Supported VME162/VME172 hardware"
.Ti 2 12 "Supported VME167/VME177 hardware"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 2 13 "Creating boot/install tapes"
.Ti 2 13 "Boot/Install from NFS server"
.Ti 2 14 "Install/Upgrade from CD-ROM"
.Ti 2 14 "Install/Upgrade via FTP"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 16 "Installing from tape"
.Ti 2 20 "Installing from NFS"
.Ti 2 22 "Booting the miniroot"
.Ti 2 23 "Miniroot install program:"
.Ti 1 24 "Post installation steps"
.Ti 1 26 "Upgrading a previously-installed NetBSD System"
.Ti 1 28 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 28 "General issues"
.Ti 2 28 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 28 "Using online NetBSD documentation"
.Ti 1 29 "Administrivia"
.Ti 1 30 "Thanks go to"
.Ti 1 32 "We are..."
.Ti 1 35 "Legal Mumbo-Jumbo"
.Ti 1 37 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/mvme68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/mvme68k System Requirements and Supported Devices"
.Ti 2 11 "Supported VME147 hardware"
.Ti 2 11 "Supported VME162/VME172 hardware"
.Ti 2 12 "Supported VME167/VME177 hardware"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 2 12 "Creating boot/install tapes"
.Ti 2 13 "Boot/Install from NFS server"
.Ti 2 14 "Install/Upgrade from CD-ROM"
.Ti 2 14 "Install/Upgrade via FTP"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 16 "Installing from tape"
.Ti 2 20 "Installing from NFS"
.Ti 2 23 "Booting the miniroot"
.Ti 2 23 "Miniroot install program:"
.Ti 1 24 "Post installation steps"
.Ti 1 27 "Upgrading a previously-installed NetBSD System"
.Ti 1 28 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 28 "General issues"
.Ti 2 29 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 29 "Using online NetBSD documentation"
.Ti 1 30 "Administrivia"
.Ti 1 31 "Thanks go to"
.Ti 1 33 "We are..."
.Ti 1 38 "Legal Mumbo-Jumbo"
.Ti 1 39 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/mvme68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/mvme68k System Requirements and Supported Devices"
.Ti 2 11 "Supported VME147 hardware"
.Ti 2 12 "Supported VME162/VME172 hardware"
.Ti 2 12 "Supported VME167/VME177 hardware"
.Ti 1 13 "Getting the NetBSD System on to Useful Media"
.Ti 2 13 "Creating boot/install tapes"
.Ti 2 13 "Boot/Install from NFS server"
.Ti 2 14 "Install/Upgrade from CD-ROM"
.Ti 2 14 "Install/Upgrade via FTP"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 16 "Installing the NetBSD System"
.Ti 2 16 "Installing from tape"
.Ti 2 20 "Installing from NFS"
.Ti 2 22 "Booting the miniroot"
.Ti 2 23 "Miniroot install program:"
.Ti 1 24 "Post installation steps"
.Ti 1 26 "Upgrading a previously-installed NetBSD System"
.Ti 1 28 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 28 "General issues"
.Ti 2 28 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 28 "Using online NetBSD documentation"
.Ti 1 29 "Administrivia"
.Ti 1 30 "Thanks go to"
.Ti 1 32 "We are..."
.Ti 1 35 "Legal Mumbo-Jumbo"
.Ti 1 37 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/news68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/news68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 12 "Preparing your System for NetBSD installation"
.Ti 1 12 "Installing the NetBSD System"
.Ti 2 13 "Running the sysinst installation program"
.Ti 1 17 "Post installation steps"
.Ti 1 20 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/news68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/news68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 12 "Preparing your System for NetBSD installation"
.Ti 1 12 "Installing the NetBSD System"
.Ti 2 13 "Running the sysinst installation program"
.Ti 1 17 "Post installation steps"
.Ti 1 20 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/news68k subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 9 "NetBSD/news68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 10 "Getting the NetBSD System on to Useful Media"
.Ti 1 12 "Preparing your System for NetBSD installation"
.Ti 1 12 "Installing the NetBSD System"
.Ti 2 12 "Running the sysinst installation program"
.Ti 1 16 "Post installation steps"
.Ti 1 18 "Upgrading a previously-installed NetBSD System"
.Ti 1 19 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 19 "General issues"
.Ti 2 19 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 20 "Using online NetBSD documentation"
.Ti 1 20 "Administrivia"
.Ti 1 21 "Thanks go to"
.Ti 1 23 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 29 "The End"

View File

@ -1,36 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/news68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/news68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 12 "Preparing your System for NetBSD installation"
.Ti 1 12 "Installing the NetBSD System"
.Ti 2 13 "Running the sysinst installation program"
.Ti 1 17 "Post installation steps"
.Ti 1 20 "Upgrading a previously-installed NetBSD System"
.Ti 1 21 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 21 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 23 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/next68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/next68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 1 11 "Post installation steps"
.Ti 1 14 "Upgrading a previously-installed NetBSD System"
.Ti 1 14 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 14 "General issues"
.Ti 2 14 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 15 "Using online NetBSD documentation"
.Ti 1 15 "Administrivia"
.Ti 1 16 "Thanks go to"
.Ti 1 18 "We are..."
.Ti 1 22 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/next68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/next68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 1 11 "Post installation steps"
.Ti 1 14 "Upgrading a previously-installed NetBSD System"
.Ti 1 14 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 14 "General issues"
.Ti 2 14 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 15 "Using online NetBSD documentation"
.Ti 1 15 "Administrivia"
.Ti 1 16 "Thanks go to"
.Ti 1 18 "We are..."
.Ti 1 22 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 3 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/next68k subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 9 "NetBSD/next68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 10 "Getting the NetBSD System on to Useful Media"
.Ti 1 10 "Preparing your System for NetBSD installation"
.Ti 1 10 "Installing the NetBSD System"
.Ti 1 11 "Post installation steps"
.Ti 1 13 "Upgrading a previously-installed NetBSD System"
.Ti 1 13 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 13 "General issues"
.Ti 2 14 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 14 "Using online NetBSD documentation"
.Ti 1 14 "Administrivia"
.Ti 1 15 "Thanks go to"
.Ti 1 17 "We are..."
.Ti 1 22 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/next68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/next68k System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 1 11 "Post installation steps"
.Ti 1 14 "Upgrading a previously-installed NetBSD System"
.Ti 1 14 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 14 "General issues"
.Ti 2 14 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 15 "Using online NetBSD documentation"
.Ti 1 15 "Administrivia"
.Ti 1 16 "Thanks go to"
.Ti 1 18 "We are..."
.Ti 1 22 "Legal Mumbo-Jumbo"
.Ti 1 23 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/pc532 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/pc532 System Requirements and Supported Devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 2 12 "The install procedure"
.Ti 1 15 "Post installation steps"
.Ti 1 17 "Upgrading a previously-installed NetBSD System"
.Ti 1 18 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 18 "General issues"
.Ti 2 18 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 19 "Using online NetBSD documentation"
.Ti 1 19 "Administrivia"
.Ti 1 20 "Thanks go to"
.Ti 1 22 "We are..."
.Ti 1 25 "Legal Mumbo-Jumbo"
.Ti 1 29 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/pc532 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/pc532 System Requirements and Supported Devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 2 12 "The install procedure"
.Ti 1 15 "Post installation steps"
.Ti 1 17 "Upgrading a previously-installed NetBSD System"
.Ti 1 18 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 18 "General issues"
.Ti 2 18 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 19 "Using online NetBSD documentation"
.Ti 1 19 "Administrivia"
.Ti 1 20 "Thanks go to"
.Ti 1 22 "We are..."
.Ti 1 25 "Legal Mumbo-Jumbo"
.Ti 1 29 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 3 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/pc532 subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 10 "NetBSD/pc532 System Requirements and Supported Devices"
.Ti 1 10 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 2 11 "The install procedure"
.Ti 1 14 "Post installation steps"
.Ti 1 16 "Upgrading a previously-installed NetBSD System"
.Ti 1 17 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 17 "General issues"
.Ti 2 17 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 17 "Using online NetBSD documentation"
.Ti 1 18 "Administrivia"
.Ti 1 18 "Thanks go to"
.Ti 1 21 "We are..."
.Ti 1 26 "Legal Mumbo-Jumbo"
.Ti 1 28 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/pc532 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/pc532 System Requirements and Supported Devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 11 "Preparing your System for NetBSD installation"
.Ti 1 11 "Installing the NetBSD System"
.Ti 2 12 "The install procedure"
.Ti 1 15 "Post installation steps"
.Ti 1 17 "Upgrading a previously-installed NetBSD System"
.Ti 1 18 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 18 "General issues"
.Ti 2 18 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 19 "Using online NetBSD documentation"
.Ti 1 19 "Administrivia"
.Ti 1 20 "Thanks go to"
.Ti 1 22 "We are..."
.Ti 1 25 "Legal Mumbo-Jumbo"
.Ti 1 29 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/pmax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/pmax System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 11 "Unsupported machines"
.Ti 2 11 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 15 "Install via a NetBSD CD-ROM"
.Ti 2 16 "Installing from an existing system"
.Ti 2 16 "Install via diskimage"
.Ti 2 17 "Install via netboot install kernel"
.Ti 2 18 "Install via diskless boot"
.Ti 2 18 "Once you've booted the diskimage"
.Ti 2 19 "Running the sysinst installation program"
.Ti 1 23 "Post installation steps"
.Ti 1 25 "Upgrading a previously-installed NetBSD System"
.Ti 1 26 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 26 "General issues"
.Ti 2 27 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 27 "Using online NetBSD documentation"
.Ti 1 28 "Administrivia"
.Ti 1 28 "Thanks go to"
.Ti 1 30 "We are..."
.Ti 1 34 "Legal Mumbo-Jumbo"
.Ti 1 38 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/pmax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/pmax System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 11 "Unsupported machines"
.Ti 2 11 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 15 "Install via a NetBSD CD-ROM"
.Ti 2 16 "Installing from an existing system"
.Ti 2 16 "Install via diskimage"
.Ti 2 17 "Install via netboot install kernel"
.Ti 2 18 "Install via diskless boot"
.Ti 2 18 "Once you've booted the diskimage"
.Ti 2 19 "Running the sysinst installation program"
.Ti 1 23 "Post installation steps"
.Ti 1 25 "Upgrading a previously-installed NetBSD System"
.Ti 1 26 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 26 "General issues"
.Ti 2 27 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 27 "Using online NetBSD documentation"
.Ti 1 28 "Administrivia"
.Ti 1 28 "Thanks go to"
.Ti 1 30 "We are..."
.Ti 1 34 "Legal Mumbo-Jumbo"
.Ti 1 38 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/pmax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/pmax System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 10 "Unsupported machines"
.Ti 2 10 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 13 "Installing the NetBSD System"
.Ti 2 15 "Install via a NetBSD CD-ROM"
.Ti 2 15 "Installing from an existing system"
.Ti 2 16 "Install via diskimage"
.Ti 2 16 "Install via netboot install kernel"
.Ti 2 17 "Install via diskless boot"
.Ti 2 18 "Once you've booted the diskimage"
.Ti 2 18 "Running the sysinst installation program"
.Ti 1 22 "Post installation steps"
.Ti 1 24 "Upgrading a previously-installed NetBSD System"
.Ti 1 25 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 25 "General issues"
.Ti 2 25 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 25 "Using online NetBSD documentation"
.Ti 1 26 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 29 "We are..."
.Ti 1 34 "Legal Mumbo-Jumbo"
.Ti 1 36 "The End"

View File

@ -1,45 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/pmax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/pmax System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 11 "Unsupported machines"
.Ti 2 11 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 15 "Install via a NetBSD CD-ROM"
.Ti 2 16 "Installing from an existing system"
.Ti 2 16 "Install via diskimage"
.Ti 2 17 "Install via netboot install kernel"
.Ti 2 18 "Install via diskless boot"
.Ti 2 18 "Once you've booted the diskimage"
.Ti 2 19 "Running the sysinst installation program"
.Ti 1 23 "Post installation steps"
.Ti 1 25 "Upgrading a previously-installed NetBSD System"
.Ti 1 26 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 26 "General issues"
.Ti 2 27 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 27 "Using online NetBSD documentation"
.Ti 1 28 "Administrivia"
.Ti 1 28 "Thanks go to"
.Ti 1 30 "We are..."
.Ti 1 34 "Legal Mumbo-Jumbo"
.Ti 1 38 "The End"

View File

@ -1,50 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 2 "What is NetBSD?"
.Ti 1 3 "Upgrade path to NetBSD 1.5.1"
.Ti 1 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 5 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 6 "Security"
.Ti 2 6 "System administration and user tools"
.Ti 2 7 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 8 "Sources of NetBSD"
.Ti 1 8 "NetBSD 1.5W Release Contents"
.Ti 2 10 "NetBSD/sparc subdirectory structure"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/sparc System Requirements and Supported Devices"
.Ti 2 11 "Supported machines"
.Ti 2 12 "Machines not supported by NetBSD/sparc"
.Ti 2 13 "Supported devices"
.Ti 2 14 "Unsupported devices"
.Ti 1 14 "Getting the NetBSD System on to Useful Media"
.Ti 1 17 "Preparing your System for NetBSD installation"
.Ti 2 17 "Configuring your PROM"
.Ti 2 18 "Determining how to access your SCSI disk from the"
.Ti 2 19 "Deciding on partition sizes"
.Ti 2 19 "Configuration of network interfaces"
.Ti 1 20 "Installing the NetBSD System"
.Ti 2 20 "Installing NetBSD by placing a bootable filesystem on a"
.Ti 2 21 "Installing NetBSD by using a bootable CD-ROM"
.Ti 2 21 "Installing NetBSD by using the bootable floppies"
.Ti 2 22 "Installing NetBSD by using a netboot setup"
.Ti 2 22 "Configuring your netboot server"
.Ti 2 24 "Installing NetBSD by using a bootable tape"
.Ti 2 24 "Running the installation scripts"
.Ti 1 25 "Post installation steps"
.Ti 1 27 "Upgrading a previously-installed NetBSD System"
.Ti 1 28 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 29 "General issues"
.Ti 2 29 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 29 "Using online NetBSD documentation"
.Ti 1 30 "Administrivia"
.Ti 1 30 "Thanks go to"
.Ti 1 33 "We are..."
.Ti 1 36 "Legal Mumbo-Jumbo"
.Ti 1 38 "The End"

View File

@ -1,50 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 2 "What is NetBSD?"
.Ti 1 3 "Upgrade path to NetBSD 1.5.1"
.Ti 1 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 5 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 6 "Security"
.Ti 2 6 "System administration and user tools"
.Ti 2 7 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 8 "Sources of NetBSD"
.Ti 1 8 "NetBSD 1.5W Release Contents"
.Ti 2 10 "NetBSD/sparc subdirectory structure"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/sparc System Requirements and Supported Devices"
.Ti 2 11 "Supported machines"
.Ti 2 12 "Machines not supported by NetBSD/sparc"
.Ti 2 13 "Supported devices"
.Ti 2 14 "Unsupported devices"
.Ti 1 14 "Getting the NetBSD System on to Useful Media"
.Ti 1 17 "Preparing your System for NetBSD installation"
.Ti 2 17 "Configuring your PROM"
.Ti 2 18 "Determining how to access your SCSI disk from the"
.Ti 2 19 "Deciding on partition sizes"
.Ti 2 19 "Configuration of network interfaces"
.Ti 1 20 "Installing the NetBSD System"
.Ti 2 20 "Installing NetBSD by placing a bootable filesystem on a"
.Ti 2 21 "Installing NetBSD by using a bootable CD-ROM"
.Ti 2 21 "Installing NetBSD by using the bootable floppies"
.Ti 2 22 "Installing NetBSD by using a netboot setup"
.Ti 2 22 "Configuring your netboot server"
.Ti 2 24 "Installing NetBSD by using a bootable tape"
.Ti 2 24 "Running the installation scripts"
.Ti 1 25 "Post installation steps"
.Ti 1 27 "Upgrading a previously-installed NetBSD System"
.Ti 1 28 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 29 "General issues"
.Ti 2 29 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 29 "Using online NetBSD documentation"
.Ti 1 30 "Administrivia"
.Ti 1 30 "Thanks go to"
.Ti 1 33 "We are..."
.Ti 1 36 "Legal Mumbo-Jumbo"
.Ti 1 38 "The End"

View File

@ -1,50 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 2 "DESCRIPTION"
.Ti 1 2 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 2 "What is NetBSD?"
.Ti 1 3 "Upgrade path to NetBSD 1.5.1"
.Ti 1 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 5 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 6 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/sparc subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 11 "NetBSD/sparc System Requirements and Supported Devices"
.Ti 2 11 "Supported machines"
.Ti 2 12 "Machines not supported by NetBSD/sparc"
.Ti 2 12 "Supported devices"
.Ti 2 13 "Unsupported devices"
.Ti 1 14 "Getting the NetBSD System on to Useful Media"
.Ti 1 16 "Preparing your System for NetBSD installation"
.Ti 2 16 "Configuring your PROM"
.Ti 2 17 "Determining how to access your SCSI disk from the"
.Ti 2 18 "Deciding on partition sizes"
.Ti 2 18 "Configuration of network interfaces"
.Ti 1 19 "Installing the NetBSD System"
.Ti 2 19 "Installing NetBSD by placing a bootable filesystem on a"
.Ti 2 19 "Installing NetBSD by using a bootable CD-ROM"
.Ti 2 20 "Installing NetBSD by using the bootable floppies"
.Ti 2 21 "Installing NetBSD by using a netboot setup"
.Ti 2 21 "Configuring your netboot server"
.Ti 2 22 "Installing NetBSD by using a bootable tape"
.Ti 2 23 "Running the installation scripts"
.Ti 1 24 "Post installation steps"
.Ti 1 26 "Upgrading a previously-installed NetBSD System"
.Ti 1 27 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 27 "General issues"
.Ti 2 27 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 28 "Using online NetBSD documentation"
.Ti 1 28 "Administrivia"
.Ti 1 29 "Thanks go to"
.Ti 1 31 "We are..."
.Ti 1 36 "Legal Mumbo-Jumbo"
.Ti 1 37 "The End"

View File

@ -1,50 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "Quick install notes for the impatient"
.Ti 1 2 "What is NetBSD?"
.Ti 1 3 "Upgrade path to NetBSD 1.5.1"
.Ti 1 3 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 5 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 5 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 6 "Security"
.Ti 2 6 "System administration and user tools"
.Ti 2 7 "Miscellaneous"
.Ti 1 7 "The Future of NetBSD"
.Ti 1 8 "Sources of NetBSD"
.Ti 1 8 "NetBSD 1.5W Release Contents"
.Ti 2 10 "NetBSD/sparc subdirectory structure"
.Ti 2 10 "Binary distribution sets"
.Ti 1 11 "NetBSD/sparc System Requirements and Supported Devices"
.Ti 2 11 "Supported machines"
.Ti 2 12 "Machines not supported by NetBSD/sparc"
.Ti 2 13 "Supported devices"
.Ti 2 14 "Unsupported devices"
.Ti 1 14 "Getting the NetBSD System on to Useful Media"
.Ti 1 17 "Preparing your System for NetBSD installation"
.Ti 2 17 "Configuring your PROM"
.Ti 2 18 "Determining how to access your SCSI disk from the"
.Ti 2 19 "Deciding on partition sizes"
.Ti 2 19 "Configuration of network interfaces"
.Ti 1 20 "Installing the NetBSD System"
.Ti 2 20 "Installing NetBSD by placing a bootable filesystem on a"
.Ti 2 21 "Installing NetBSD by using a bootable CD-ROM"
.Ti 2 21 "Installing NetBSD by using the bootable floppies"
.Ti 2 22 "Installing NetBSD by using a netboot setup"
.Ti 2 22 "Configuring your netboot server"
.Ti 2 24 "Installing NetBSD by using a bootable tape"
.Ti 2 24 "Running the installation scripts"
.Ti 1 25 "Post installation steps"
.Ti 1 27 "Upgrading a previously-installed NetBSD System"
.Ti 1 28 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 29 "General issues"
.Ti 2 29 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 29 "Using online NetBSD documentation"
.Ti 1 30 "Administrivia"
.Ti 1 30 "Thanks go to"
.Ti 1 33 "We are..."
.Ti 1 36 "Legal Mumbo-Jumbo"
.Ti 1 38 "The End"

View File

@ -1,48 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/sparc64 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sparc64 System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 11 "Unsupported machines"
.Ti 2 11 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 15 "Installing NetBSD by using the NetBSD miniroot"
.Ti 2 15 "Installing NetBSD by using a diskless setup"
.Ti 2 17 "Sample disklabel screen"
.Ti 2 18 "Running sysinst"
.Ti 2 18 "Installing NetBSD using Solaris"
.Ti 2 18 "Preparing the disk"
.Ti 2 19 "Installing NetBSD Software"
.Ti 2 19 "Creating NetBSD Device Nodes under Solaris"
.Ti 2 20 "Configuring the NetBSD system (still under Solaris)"
.Ti 1 20 "Booting NetBSD for the first time"
.Ti 1 20 "Post installation steps"
.Ti 1 23 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 23 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 24 "Administrivia"
.Ti 1 25 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,48 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/sparc64 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sparc64 System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 11 "Unsupported machines"
.Ti 2 11 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 15 "Installing NetBSD by using the NetBSD miniroot"
.Ti 2 15 "Installing NetBSD by using a diskless setup"
.Ti 2 17 "Sample disklabel screen"
.Ti 2 18 "Running sysinst"
.Ti 2 18 "Installing NetBSD using Solaris"
.Ti 2 18 "Preparing the disk"
.Ti 2 19 "Installing NetBSD Software"
.Ti 2 19 "Creating NetBSD Device Nodes under Solaris"
.Ti 2 20 "Configuring the NetBSD system (still under Solaris)"
.Ti 1 20 "Booting NetBSD for the first time"
.Ti 1 20 "Post installation steps"
.Ti 1 23 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 23 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 24 "Administrivia"
.Ti 1 25 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,48 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 2 "DESCRIPTION"
.Ti 1 2 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/sparc64 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sparc64 System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 10 "Unsupported machines"
.Ti 2 10 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Installing NetBSD by using the NetBSD miniroot"
.Ti 2 14 "Installing NetBSD by using a diskless setup"
.Ti 2 16 "Sample disklabel screen"
.Ti 2 17 "Running sysinst"
.Ti 2 17 "Installing NetBSD using Solaris"
.Ti 2 17 "Preparing the disk"
.Ti 2 18 "Installing NetBSD Software"
.Ti 2 18 "Creating NetBSD Device Nodes under Solaris"
.Ti 2 19 "Configuring the NetBSD system (still under Solaris)"
.Ti 1 20 "Booting NetBSD for the first time"
.Ti 1 20 "Post installation steps"
.Ti 1 22 "Upgrading a previously-installed NetBSD System"
.Ti 1 22 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 22 "General issues"
.Ti 2 22 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 23 "Using online NetBSD documentation"
.Ti 1 23 "Administrivia"
.Ti 1 24 "Thanks go to"
.Ti 1 26 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 32 "The End"

View File

@ -1,48 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/sparc64 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sparc64 System Requirements and Supported Devices"
.Ti 2 10 "Supported machines"
.Ti 2 11 "Unsupported machines"
.Ti 2 11 "Supported devices"
.Ti 2 11 "Unsupported devices"
.Ti 1 12 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 15 "Installing NetBSD by using the NetBSD miniroot"
.Ti 2 15 "Installing NetBSD by using a diskless setup"
.Ti 2 17 "Sample disklabel screen"
.Ti 2 18 "Running sysinst"
.Ti 2 18 "Installing NetBSD using Solaris"
.Ti 2 18 "Preparing the disk"
.Ti 2 19 "Installing NetBSD Software"
.Ti 2 19 "Creating NetBSD Device Nodes under Solaris"
.Ti 2 20 "Configuring the NetBSD system (still under Solaris)"
.Ti 1 20 "Booting NetBSD for the first time"
.Ti 1 20 "Post installation steps"
.Ti 1 23 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 23 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 24 "Using online NetBSD documentation"
.Ti 1 24 "Administrivia"
.Ti 1 25 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 31 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/sun3 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sun3 System Requirements and Supported Devices"
.Ti 2 11 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 12 "Creating boot/install tapes"
.Ti 2 12 "Boot/Install from NFS server"
.Ti 2 13 "Install/Upgrade from CD-ROM"
.Ti 2 13 "Install/Upgrade via FTP"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Installing from tape"
.Ti 2 15 "Installing from NFS"
.Ti 2 15 "Installing from SunOS"
.Ti 2 16 "Booting the Miniroot"
.Ti 2 16 "Miniroot install program"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 24 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/sun3 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sun3 System Requirements and Supported Devices"
.Ti 2 11 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 12 "Creating boot/install tapes"
.Ti 2 12 "Boot/Install from NFS server"
.Ti 2 13 "Install/Upgrade from CD-ROM"
.Ti 2 13 "Install/Upgrade via FTP"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Installing from tape"
.Ti 2 15 "Installing from NFS"
.Ti 2 15 "Installing from SunOS"
.Ti 2 16 "Booting the Miniroot"
.Ti 2 16 "Miniroot install program"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 24 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/sun3 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sun3 System Requirements and Supported Devices"
.Ti 2 11 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 12 "Creating boot/install tapes"
.Ti 2 12 "Boot/Install from NFS server"
.Ti 2 13 "Install/Upgrade from CD-ROM"
.Ti 2 13 "Install/Upgrade via FTP"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 13 "Installing the NetBSD System"
.Ti 2 14 "Installing from tape"
.Ti 2 14 "Installing from NFS"
.Ti 2 15 "Installing from SunOS"
.Ti 2 16 "Booting the Miniroot"
.Ti 2 16 "Miniroot install program"
.Ti 1 16 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 20 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 21 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 24 "We are..."
.Ti 1 29 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,44 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 5 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/sun3 subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/sun3 System Requirements and Supported Devices"
.Ti 2 11 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 12 "Creating boot/install tapes"
.Ti 2 12 "Boot/Install from NFS server"
.Ti 2 13 "Install/Upgrade from CD-ROM"
.Ti 2 13 "Install/Upgrade via FTP"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Installing from tape"
.Ti 2 15 "Installing from NFS"
.Ti 2 15 "Installing from SunOS"
.Ti 2 16 "Booting the Miniroot"
.Ti 2 16 "Miniroot install program"
.Ti 1 17 "Post installation steps"
.Ti 1 19 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 24 "We are..."
.Ti 1 28 "Legal Mumbo-Jumbo"
.Ti 1 30 "The End"

View File

@ -1,39 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/vax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/vax System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 13 "Creating boot tapes"
.Ti 2 14 "Creating boot floppies"
.Ti 2 15 "Booting from NFS server"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 16 "Running the sysinst installation program"
.Ti 1 21 "Post installation steps"
.Ti 1 24 "Upgrading a previously-installed NetBSD System"
.Ti 1 24 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 24 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 25 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 28 "We are..."
.Ti 1 32 "Legal Mumbo-Jumbo"
.Ti 1 34 "The End"

View File

@ -1,39 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/vax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/vax System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 13 "Creating boot tapes"
.Ti 2 14 "Creating boot floppies"
.Ti 2 15 "Booting from NFS server"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 16 "Running the sysinst installation program"
.Ti 1 21 "Post installation steps"
.Ti 1 24 "Upgrading a previously-installed NetBSD System"
.Ti 1 24 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 24 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 25 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 28 "We are..."
.Ti 1 32 "Legal Mumbo-Jumbo"
.Ti 1 34 "The End"

View File

@ -1,39 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/vax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/vax System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 13 "Creating boot tapes"
.Ti 2 14 "Creating boot floppies"
.Ti 2 14 "Booting from NFS server"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 15 "Running the sysinst installation program"
.Ti 1 20 "Post installation steps"
.Ti 1 22 "Upgrading a previously-installed NetBSD System"
.Ti 1 23 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 23 "General issues"
.Ti 2 23 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 23 "Using online NetBSD documentation"
.Ti 1 24 "Administrivia"
.Ti 1 24 "Thanks go to"
.Ti 1 27 "We are..."
.Ti 1 32 "Legal Mumbo-Jumbo"
.Ti 1 33 "The End"

View File

@ -1,39 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 9 "NetBSD/vax subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/vax System Requirements and Supported Devices"
.Ti 2 10 "Supported hardware"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 2 13 "Creating boot tapes"
.Ti 2 14 "Creating boot floppies"
.Ti 2 15 "Booting from NFS server"
.Ti 1 15 "Preparing your System for NetBSD installation"
.Ti 1 15 "Installing the NetBSD System"
.Ti 2 16 "Running the sysinst installation program"
.Ti 1 21 "Post installation steps"
.Ti 1 24 "Upgrading a previously-installed NetBSD System"
.Ti 1 24 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 24 "General issues"
.Ti 2 24 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 25 "Using online NetBSD documentation"
.Ti 1 25 "Administrivia"
.Ti 1 26 "Thanks go to"
.Ti 1 28 "We are..."
.Ti 1 32 "Legal Mumbo-Jumbo"
.Ti 1 34 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/x68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/x68k System Requirements and Supported Devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Running the sysinst installation program"
.Ti 1 19 "Post installation steps"
.Ti 1 21 "Upgrading a previously-installed NetBSD System"
.Ti 1 22 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 22 "General issues"
.Ti 2 22 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 23 "Using online NetBSD documentation"
.Ti 1 23 "Administrivia"
.Ti 1 24 "Thanks go to"
.Ti 1 26 "We are..."
.Ti 1 30 "Legal Mumbo-Jumbo"
.Ti 1 32 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/x68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/x68k System Requirements and Supported Devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Running the sysinst installation program"
.Ti 1 19 "Post installation steps"
.Ti 1 21 "Upgrading a previously-installed NetBSD System"
.Ti 1 22 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 22 "General issues"
.Ti 2 22 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 23 "Using online NetBSD documentation"
.Ti 1 23 "Administrivia"
.Ti 1 24 "Thanks go to"
.Ti 1 26 "We are..."
.Ti 1 30 "Legal Mumbo-Jumbo"
.Ti 1 32 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 2 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 3 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 4 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 5 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 6 "Sources of NetBSD"
.Ti 1 6 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/x68k subdirectory structure"
.Ti 2 8 "Binary distribution sets"
.Ti 1 9 "NetBSD/x68k System Requirements and Supported Devices"
.Ti 1 10 "Getting the NetBSD System on to Useful Media"
.Ti 1 13 "Preparing your System for NetBSD installation"
.Ti 1 13 "Installing the NetBSD System"
.Ti 2 13 "Running the sysinst installation program"
.Ti 1 17 "Post installation steps"
.Ti 1 20 "Upgrading a previously-installed NetBSD System"
.Ti 1 20 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 20 "General issues"
.Ti 2 21 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 21 "Using online NetBSD documentation"
.Ti 1 22 "Administrivia"
.Ti 1 22 "Thanks go to"
.Ti 1 25 "We are..."
.Ti 1 29 "Legal Mumbo-Jumbo"
.Ti 1 31 "The End"

View File

@ -1,35 +0,0 @@
.Ti 0 1 "NAME"
.Ti 0 1 "CONTENTS"
.Ti 0 1 "DESCRIPTION"
.Ti 1 1 "About this Document"
.Ti 1 1 "What is NetBSD?"
.Ti 1 2 "Upgrade path to NetBSD 1.5.1"
.Ti 1 2 "Major Changes Between 1.5 and 1.5.1"
.Ti 1 4 "Changes Between The NetBSD 1.4 and 1.5 Releases"
.Ti 2 4 "Kernel"
.Ti 2 4 "Networking"
.Ti 2 5 "File system"
.Ti 2 5 "Security"
.Ti 2 5 "System administration and user tools"
.Ti 2 6 "Miscellaneous"
.Ti 1 6 "The Future of NetBSD"
.Ti 1 7 "Sources of NetBSD"
.Ti 1 7 "NetBSD 1.5W Release Contents"
.Ti 2 8 "NetBSD/x68k subdirectory structure"
.Ti 2 9 "Binary distribution sets"
.Ti 1 10 "NetBSD/x68k System Requirements and Supported Devices"
.Ti 1 11 "Getting the NetBSD System on to Useful Media"
.Ti 1 14 "Preparing your System for NetBSD installation"
.Ti 1 14 "Installing the NetBSD System"
.Ti 2 14 "Running the sysinst installation program"
.Ti 1 19 "Post installation steps"
.Ti 1 21 "Upgrading a previously-installed NetBSD System"
.Ti 1 22 "Compatibility Issues With Previous NetBSD Releases"
.Ti 2 22 "General issues"
.Ti 2 22 "Issues affecting an upgrade from NetBSD 1.4 or prior"
.Ti 1 23 "Using online NetBSD documentation"
.Ti 1 23 "Administrivia"
.Ti 1 24 "Thanks go to"
.Ti 1 26 "We are..."
.Ti 1 30 "Legal Mumbo-Jumbo"
.Ti 1 32 "The End"