Commit graph

397 commits

Author SHA1 Message Date
Remko Lodder
49b23db0ac Be consistent with the architecture titles, we name them all:
&os;/&arch.platform; and we had + Architecture for AMD64, which
makes it different.

Correct a little typo as well.

Found by translating the chapter for The Dutch Documentation Project
2008-04-25 19:03:56 +00:00
Marc Fonvieille
72d63ea06c Warn non-experienced users, they should really prefer the Auto Defaults
function in the partition editor.
2008-03-01 09:03:32 +00:00
Marc Fonvieille
d1b02c62b2 Never start a sentence with a lowercase. 2008-02-29 20:17:50 +00:00
Marc Fonvieille
5caed5c4c1 - Update a bit the Partition Layout example to match 7.X requirements;
- Inform the reader that the default sizes provided by the Auto Default
  mode are based on the size of the disk (present in the machine).

(2 related screenshots will be updated in few hours)

Requested by:	many
2008-02-29 12:44:30 +00:00
Remko Lodder
dba4e4b08b Improve the working around FAT and extended filesystems.
PR:		docs/114715
Submitted by:	Ben Kaduk <minimarmot at gmail dot com>
		with minor modifications by me
2007-12-08 20:21:12 +00:00
Giorgos Keramidas
1ab7e7b806 Replace inline " quotes, with &rdquo;. The output should look pretty
similar, but the inline quote confuses syntax highlighting in both
Emacs and VIM.
2007-11-02 15:48:54 +00:00
Marc Fonvieille
a8d2cae6e3 - A s/&man.mount.msdosfs.8;/&man.mount.8; to match the 1.381 revision;
- Add some missing tags;
- Remove contractions.
2007-10-26 08:01:30 +00:00
Marc Fonvieille
a07c6ef49d Update the Anonymous FTP Configuration part. 2007-08-31 16:12:12 +00:00
Gabor Kovesdan
0484d71768 - Use mount -t msdosfs instead of mount_msdosfs
PR:		docs/115571
Submitted by:	lme
Approved by:	keramida (mentor)
2007-08-22 15:50:32 +00:00
Marc Fonvieille
c3d51dd33b Update some navigation informations between sysinstall items. 2007-08-12 13:09:23 +00:00
Marc Fonvieille
b2aa95b56c - Re-add without any change "Configure Additional Network Services"
section (see previous commit to understand why);
- Add some links to help navigation when one reaches the "Existing
  Install" section.
2007-08-12 12:59:21 +00:00
Marc Fonvieille
d99d01a8ca The "Configure Additional Network Services" screen does not show up
during Standard installation but can be accessible at the end of the
installation procedure.  So, let's move that part at the end of the
installation procedure.  If I cut&paste that part, cvs diff gives me a
very garbled diff (which can be very hard to read) for an unknown reason,
so I'll just cut that part in the present commit and I'll re-add it in
the next commit.
2007-08-12 12:57:56 +00:00
Bruce A. Mah
45dd066442 Note removal of FreeBSD/alpha support beginning in 7.0.
Reword FreeBSD/amd64 section to mention EM64T processors.
2007-08-12 05:08:05 +00:00
Bruce A. Mah
fdb0c3fb0c Use recently-commited &arch.*; entities to refer to FreeBSD MD
variants where practical.
2007-08-11 19:31:10 +00:00
Marc Fonvieille
cea41cecca - Update a remaining outdated sysinstall message;
- Add "Enabling SSH login" post-installation step;
- Remove "Configure X Server" step since this step is not proposed
  anymore.
2007-08-11 13:59:20 +00:00
Marc Fonvieille
c120707a10 - Update the partition sizes to match the needs of a workstation;
128MB for / instead of 100MB and 256MB instead of 50MB for /var
  (this size is a bit above the minimal size proposed by the automatic
  sizing algorithm);
- Update the / partition creation to really use the same size as the
  one given in the partition layout discussion;
- Update sysinstall messages for the mouse configuration.
2007-08-07 12:19:09 +00:00
Bruce A. Mah
dd96c6d785 Whitespace fixups from the area touched by the two prior commits to
this file; no content changes.
2007-08-06 20:53:16 +00:00
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&nbsp;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