Commit graph

380 commits

Author SHA1 Message Date
Bruce A. Mah
8f9db1b24f Fix a cross-reference to another Handbook section to make more sense. 2007-08-06 20:43:30 +00:00
Bruce A. Mah
798013c38a Eliminate a number of troubleshooting Q&A entries; in general the
entries that were removed have existed (largely unchanged) since 2001
and largely refer to problems for specific hardware devices that are
not in common use anymore.
2007-08-06 20:38:42 +00:00
Bruce A. Mah
3d8da60ac5 Copy the "Common Installation Problems" section from the installation
notes to the installation chapter of the handbook.  This is basically
a verbatim copy except for changes that were necessary to make the new
text build (consisted of removing a few entities and arch=
attributes).

Subsequent commits will remove questions that (in my opinion) are no
longer relevant or recent and adjust whitespace to match the rest of
this file.
2007-08-06 20:25:31 +00:00
Bruce A. Mah
1c63a89cba The "Alpha User's Questions and Answers" section doesn't really belong
in the "Troubleshooting" section.  Moreover, the information provided
in the answers are actually given in more detail in the "Hardware
Requirements" and "Pre-Installation Tasks" sections.

Delete this Q&A section, but move its indexterm elements to other,
more appropriate parts of the chapter.
2007-08-06 20:06:29 +00:00
Bruce A. Mah
05b3ca08ca There are two places in this chapter where we present (roughly) the
same information about repartitioning a disk holding DOS partitions.
The earlier (in the text) one is at a more logical place in the flow
of the text, and it also contains more up-to-date information.  Add a
few more tidbits culled from the installation notes to the first
discussion about repartitioning and remove the second.
2007-08-06 04:18:35 +00:00
Bruce A. Mah
79523b6741 Whitespace cleanup of the text affected by revs. 1.365 and 1.366. No
content changes.
2007-08-04 20:39:20 +00:00
Bruce A. Mah
89b53cd484 Use &sparc64; entity. I don't particularly agree with this, because
in this case we really should be using an entity that indicates a
variant of FreeBSD (such as &arch.sparc64; from the release notes),
not the commercial name of an architecture.  However, adopt the
prevailing style of this file for consistency; we can sort this out
later.
2007-08-04 20:34:18 +00:00
Bruce A. Mah
134c124ab9 Add booting instructions for sparc64. Copied pretty much verbatim
from the installation notes for CURRENT, modulo arch="sparc64"
attributes being removed.
2007-08-04 20:32:21 +00:00
Marc Fonvieille
58461aaaa3 Update some sysinstall messages. 2007-08-01 09:55:32 +00:00
Marc Fonvieille
48a82e328e - We now use 4 boot floppies
- Correct a printed message to match what is really displayed
2007-07-31 06:51:45 +00:00
Marc Fonvieille
b638616131 - Update boot messages for both CDROM and floppies boot; [1]
- Add boot loader menu screenshot.

[1] This is for i386, this should be correct for amd64.  I cannot really
update the alpha part (no alpha hardware under the hand).
2007-07-29 11:19:09 +00:00
Marc Fonvieille
a96b0554a0 /dev/cuaa0 is for 5.X not 6.X and above (which use /dev/cuad0 instead) 2007-07-19 20:20:12 +00:00
Chin-San Huang
82ae2bef7b - Each base/ files fit on a conventional 1.44 MB floppy.
And the 5.25" floppy/1.2 MB disk has been unpopular a lone times ago
  in fact. Therefore, remove the  5.25" floppy/1.2 MB disk related stuff.

- Update the "Creating Installation Floppies" section.
  ---------------------------
  4.X		5.X and later

  bin/bin.xx	base/base.xx
2007-07-16 14:51:07 +00:00
Marc Fonvieille
77997dcdc6 Add missing words. 2007-07-14 17:32:36 +00:00
Chin-San Huang
cb069bbb36 - Add hyphens where needed (for example s/third party/third-party/);
- Remove the 4.X related information.
2007-07-07 17:19:29 +00:00
Remko Lodder
1e03e70407 s/stand alone/stand-alone/
PR:		docs/114178
Submitted by:	Benjamin Kaduk <kaduk at prolepsis dot scs dot uiuc dot edu>
2007-07-02 19:18:38 +00:00
Remko Lodder
3434e2ed74 Move our cutting-edge SLIP documentation lower to the tree
so that Ethernet is listed first (which is commonly used).

PR:		docs/114182
Submitted by:	Ben Kaduk <minimarmot at gmail dot com>
2007-07-02 19:12:07 +00:00
Chin-San Huang
7dfa7c044e - Update the floppy section for installation. 2007-07-01 05:04:02 +00:00
Murray Stokely
d3ccc5bf6f Update reference to DOS or Windows.
Submitted by:	Benjamin Kaduk <minimarmot@gmail.com>
PR:		docs/114179
2007-07-01 02:15:25 +00:00
Murray Stokely
7453dd06de Fix a typo found with make spellcheck. 2007-07-01 02:02:47 +00:00
Murray Stokely
748abb0a39 A few clarifications (in content and grammar).
Submitted by:	Ben Kaduk <minimarmot@gmail.com>
PRs:		114174, 114175, 114177, 114176, 114180, 114181
2007-07-01 01:31:29 +00:00
Chin-San Huang
3eac780045 - Change another instance of Hardware Notes to a link. 2007-06-30 19:47:44 +00:00
Chin-San Huang
afebebd09a - Update the deprecated section about "Visual kernel configuration".
- Attach the newly screenshot of country-config for FreeBSD 6.2 -R and later.
2007-06-30 18:12:31 +00:00
Chin-San Huang
0fc0f01502 - Remove the deprecated description about XFree86(TM).
- Remove the specific to FreeBSD older than 5.3 RELEASE.
- Remove two screenshot which is deprecated from sysinstall(8).

Submitted by:	db @IRC
2007-06-26 19:37:03 +00:00
Diane Bruce
741e7e44ad - Add a comment distinguishing terms PC partitions vs. FreeBSD slices
Approved by:	brueffer
2007-06-23 02:12:58 +00:00
Chin-San Huang
ccbf8e5437 - Update the floppy section of installation chapter in Handbook.
NOTE:
  4.X			5.x and above
  ------------------------------------
  mfsroot.flp		boot.flp
  kern.flp		kern1.flp
			kern2.flp

PR:		docs/100538
Submitter:	me
Approved by:	delphij@ (mentor)
2007-04-09 08:20:28 +00:00
Remko Lodder
f7317ade37 Correct portnumber in an example so that the displayed command and the
text surrounding it match.

PR:		docs/111059
Submitted by:	Richard Tector
2007-04-02 06:16:02 +00:00
Marc Fonvieille
d32cb2ba43 Remove deprecated and useless -r option for a bsdlabel(8) command line. 2007-01-19 17:30:52 +00:00
Marc Fonvieille
4d52815a6d - Add a new section "2.2 Hardware Requirements". This section
contains a Minimal Configuration subsection explaining where one can
  find information about the minimal requirements to install FreeBSD
  (releng notes) and also provides a general sum up of this
  information (this sum up mainly comes from the release notes, some
  additional details and missing arch should be added in future).
- Merge the Supported Hardware section (2.10) with the new section (as
  a subsection), it was not really useful to talk about supported
  hardware at the end (or quite) of the installation chapter.
2007-01-04 22:18:54 +00:00
Simon L. B. Nielsen
0ed9419586 Security Profile support was removed from sysinstall 3 years ago, so
also remove the section in the Handbook.

PR:		docs/106494
Submitted by:	Niclas Zeising <niclas.zeising@gmail.com>
2006-12-25 16:10:13 +00:00
Christian Brueffer
c63756b9a5 Whitespace cleanup for previous commit. 2006-12-25 14:27:32 +00:00
Christian Brueffer
ceeccaad23 The 5.X ISO image descriptions are also valid for 6.X, also remove some
outdated miniinst information.

Reported by:	burt
2006-12-25 14:25:56 +00:00
Simon L. B. Nielsen
394289c717 Remove a double "be". 2006-12-10 18:44:53 +00:00
Dmitry Morozovsky
a70cc5e8aa Convert old references to class networks to CIDR notation. Some sentenses
need to be rephrased a bit though.

Discussed on:		cvs@
Part of wordings by:	ceri
2006-12-06 16:15:45 +00:00
Giorgos Keramidas
e3310a41fa A class C network for 192.168.0.0/24 includes the address
range 192.168.0.0-192.168.0.255, not 192.168.0.0-192.168.255.255

Submitted by:	Tom Van Looy <tom@ctors.net>
2006-12-04 14:43:50 +00:00
Tom Rhodes
ec9b09740c Fix wording about partition type support.
Discussed with:	jkois
2006-11-08 10:09:37 +00:00
Tom Rhodes
f880c8aa80 Kill the last NTFS resize assumption.
Noticed by:	jkois
2006-11-07 14:17:21 +00:00
Tom Rhodes
bac5c085d9 Mention one commerical and one free application which may be used to resize
NTFS partitions.

PR:	98941 and 71980
2006-11-06 15:08:17 +00:00
Marc Fonvieille
448ca37564 Update mount_msdos(8) to mount_msdosfs(8) to match reality under 5.X,
6.X and above, and reword the things where needed.
2006-08-21 18:50:41 +00:00
Remko Lodder
b2c09ab9b3 Revert a little part of Tom's cleanup. Restore the disklabel images
so that people viewing our documentation actually see something.

Probably these images need to be renamed to bsdlabel.

Reported by:	Svilen Pavlov <silkye at gmail dot com> on www@
		Nick <finwepalantir at yahoo dot com> on www@
2006-07-02 09:51:07 +00:00
Tom Rhodes
3f0d1b56f0 Do what I swore would be done:
o Remove 4.X information, this includes notes and sections.

o Update documentation to reflect 5.X and 6.X.

o In some areas, try to make the new content version agnostic.

o Skip areas stating "5.[0-5] and later" as it's relevant - we
need a better way to handle these.

For several items, I checked the NOTES files, manual pages,
CVS history, etc.

Discussed on:		-doc
A few ideas from:	remko
2006-05-30 23:08:25 +00:00
Xin LI
e140896ec8 Escape <, >, &'s, plus some cleanups against the SGML. There should not
be any content changes involved in this commit, however, localization
teams are encouraged to catch up with this change.

Requested by:	intron at intron ac
Reviewed by:	Niclas Zeising <lothrandil at n00b apagnu se>
Glanced by:	simon
2006-01-05 20:03:39 +00:00
Jesus R. Camou
de82c71c5c Correct path to XF86Config.
Submitted by: 	Kevin Brunelle <kruptos@mlinux.org>
Approved by:	trhodes (mentor)
2005-11-08 21:43:48 +00:00
Marc Fonvieille
51e56703f6 One wants to override sysinstall behavior against floppy disks version
that did not match with the FTP server version only when the versions
differ not when they are similar.  So s/similar/not similar/
2005-08-25 10:01:06 +00:00
Marc Fonvieille
150cec30e4 Use of some application, guimenu and guimenuitem tags where needed. 2005-08-24 21:17:53 +00:00
Giorgos Keramidas
dcc71db70c Add missing closing parenthesis.
Submitted by:	Marco Trentini <mark@remotelab.org>
2005-08-19 10:48:52 +00:00
Marc Fonvieille
2c6ccf8511 Remove a useless semicolon.
Submitted by:	Marco Trentini <mark@remotelab.org>
2005-08-16 12:22:29 +00:00
Marc Fonvieille
215845ef36 Complete r1.316 with a missed s/Null Modem/Null-modem 2005-07-30 19:25:28 +00:00
Christian Brueffer
968154b79a - Split the table of FreeBSD ISOs up into one for 4.X and 5.X each.
After the 5.4 layout changes it makes no sense to keep this in a
  combined table.
- Bring ISO names into the correct format.
- mini ISO -> miniinst ISO
- Note that the miniinst ISO is only available for versions prior to 5.4. (1)
- Limit a paragraph to 4.X only (not applicable to 5.X after the layout changes).

PR:		81328 (1)
Submitted by:	Josh Paetzel <josh@tcbug.org>
2005-05-21 14:00:11 +00:00
Ceri Davies
d52593982e Correct small grammar nit. 2005-03-18 10:07:02 +00:00