summaryrefslogtreecommitdiffstats
path: root/sbin/reboot/boot_i386.8
Commit message (Collapse)AuthorAgeFilesLines
* Add a new gptboot(8) man page. Factor out the redundant informationwblock2013-07-011-1/+2
| | | | | | | in gpart(8) and boot(8), adding references to gptboot(8) in both. Reviewed by: jhb, ae, pjd, Paul Schenkeveld <bsdcan@psconsult.nl>, david_a_bright@dell.com (portions), gjb MFC after: 1 week
* Clarify that overriding the -h/-D flags through flags in device.hintsn_hibma2013-02-261-4/+3
| | | | only works for sio(4) but not for uart(4) which no longer has this flag.
* Remove vestiges of disklabel(5).pluknet2011-04-141-3/+1
| | | | | Reviewed by: uqs MFC after: 5 days
* Let boot(8) refer to the uart(4) serial driver, which is the replacementbcr2010-07-041-3/+3
| | | | | | | | | for the obsolete sio(4) driver. PR: docs/144498 Submitted by: Bruce Cran (bruce at cran dot org dot uk) Approved by: marcel MFC after: 2 weeks
* - Sweep the boot(8) man page after addition of boot.config(5).danger2007-08-181-15/+8
| | | | | Reviewed by: keramida Approved by: re (kensmith)
* Cross-reference nextboot(8).jkoshy2006-11-221-0/+1
| | | | MFC after: 3 days
* o Describe what actually boot(8) -m mutes.maxim2006-04-181-1/+2
| | | | | | PR: docs/67893 Submitted by: Chris Pepper, Daniel Gerzo MFC after: 2 weeks
* -mdoc sweep.ru2005-11-181-2/+2
|
* Add new option `q', which makes second stage loader quiet unless autobootsobomax2005-10-161-1/+10
| | | | | | is disabled or fails. MFC after: 1 week
* Replace "/etc/make.conf" with references to make.conf(5)yar2005-10-101-1/+2
| | | | | | | | | where applicable. The main reason for this change is that the location of make.conf is not constant and can be modified via __MAKE_CONF. This change also improves hyper-text linkage in our manpages. MFC after: 2 weeks
* Simplified markup.ru2005-09-281-10/+3
|
* Add the ability to specify the boot2 serial console speed iniedowse2005-08-181-4/+22
| | | | | | | | /boot.config or on the "boot:" prompt line via a "-S<speed>" flag, e.g. "-h -S19200". This adds about 50 bytes to the size of boot2 and required a few other small changes to limit the size impact. This changes only affects boot2; there are further loader changes to follow.
* Spell "partition" correctly.keramida2005-07-281-1/+1
| | | | | | PR: docs/84198 Submitted by: Gary W. Swearingen MFC after: 3 days
* Sort sections.ru2005-01-181-11/+11
|
* Scheduled mdoc(7) sweep.ru2005-01-101-1/+2
|
* Fixed desctiptions of some options:ru2004-09-301-18/+6
| | | | | | | | | | - Document better what the -C option means. - The -c option is currently a no-op. - The -D and -h options do not allow switching between single/dual console modes and internal/video consoles. (This used to be true for the old biosdisk boot code, but now they just force the multiple consoles mode and serial console, respectively.)
* FreeBSD has full support for multiple consoles since 2001.ru2004-09-301-7/+1
|
* Sort the SEE ALSO list correctly. Update the document date.brooks2004-09-231-2/+2
| | | | Reported by: ru
* Refrence bsdlabel.8 and bsdlabel.5 rather then the obsolete disklabel.8brooks2004-09-231-3/+3
| | | | | | | | and disklabel.5. Refrencing bsdlabel.5 is somewhat bogus as it is not connected to the build and is mostly unwritten at this point. Reported by: Matthias Andree <matthias.andree at web.de> PR: docs/72020
* Clarify boot.8 (i386 version) a bit, so that people knowsilby2004-07-181-2/+10
| | | | | | where boot.config needs to reside. Also change /kernel to /boot/loader, as that is the apparent default now. This man page probably requires more updates.
* Mechanically kill hard sentence breaks.ru2004-07-021-22/+44
|
* Remove advertising clause from University of California Regent's license,markm2004-04-091-4/+0
| | | | | | per letter dated July 22, 1999. Approved by: core, imp
* Add the /boot prefix. I forgot this when updating the location.trhodes2003-01-131-2/+2
| | | | Neglected by: trhodes
* Update the kernel location in FILES.trhodes2003-01-131-2/+2
| | | | PR: 47015
* s/filesystem/file system/g as discussed on -developerstrhodes2002-08-211-4/+4
|
* mdoc(7) police: nits.ru2002-05-291-1/+3
|
* more file system > filesystemtrhodes2002-05-161-4/+4
|
* Add forgotten flag in flag lists.pb2002-03-251-2/+2
| | | | | PR: docs/36267 (partial) Submitted by: Thomas Quinot <thomas.cuivre.fr.eu.org>
* Add option -n to i386 boot2 to disallow boot interruption by keypress.pb2002-03-231-1/+5
| | | | | | | PR: i386/36016 Submitted by: Thomas Quinot <thomas@cuivre.fr.eu.org> Reviewed by: rnordier MFC after: 1 week
* Clarify the cylinder > 1023 issue, now that EDD support is automatic.rnordier2002-03-131-5/+3
| | | | | Also drop a note about undocumented features that was intended to cover the since-documented slice-selection syntax.
* Document the "slice" syntax.ru2002-03-131-4/+15
| | | | Prodded by: ambrisko
* Implement -m and -p loader(8) "boot" command options in boot2.ru2002-03-131-2/+4
| | | | | (This is more useful for 4.x where boot blocks can still load kernels, modulo the PR kern/17422.)
* mdoc(7) police: add -p to the synopsis line as well.ru2001-12-141-1/+1
|
* Add new boot flag to i386 boot: -p.guido2001-12-101-0/+2
| | | | | | | | | | | | This flag adds a pausing utility. When ran with -p, during the kernel probing phase, the kernel will pause after each line of output. This pausing can be ended with the '.' key, and is automatically suspended when entering ddb. This flag comes in handy at systems without a serial port that either hang during booting or reser. Reviewed by: (partly by jlemon) MFC after: 1 week
* mdoc(7) police: s/BSD/.Bx/ where appropriate.ru2001-08-141-1/+3
|
* mdoc(7) police:ru2001-08-071-3/+6
| | | | | | | Avoid using parenthesis enclosure macros (.Pq and .Po/.Pc) with plain text. Not only this slows down the mdoc(7) processing significantly, but it also has an undesired (in this case) effect of disabling hyphenation within the entire enclosed block.
* Remove whitespace at EOL.dd2001-07-151-13/+13
|
* Remove duplicate words.dd2001-06-241-1/+1
|
* mdoc(7) police: normalize .Nd.ru2001-04-181-2/+1
|
* mdoc(7) police: split punctuation characters + misc fixes.ru2001-02-011-22/+33
|
* Prepare for mdoc(7)NG.ru2000-12-181-1/+2
|
* .Xr boot0cfg 8 ,hoek2000-05-131-0/+1
| | | | PR: misc/18267 (Usov Alexander <[3]usov@ups.kiev.ua>)
* The new boot code uses `ad' for ATA disks, not `wd'. Correct thejkoshy2000-03-031-3/+3
| | | | manual page.
* Sync with reallity (USERCONFIG_BOOT option was removed long time ago)phantom1999-10-151-6/+9
| | | | mdoc(7)'fy
* $Id$ -> $FreeBSD$peter1999-08-281-1/+1
|
* Remove reference to the obsoleted COMCONSOLE option.yokota1999-07-061-4/+11
| | | | Pointed out by: Crist J. Clark <cjc@cc942873-a.ewndsr1.nj.home.com>
* Document -P (keyboard probe) assumptions.rnordier1999-06-261-1/+10
|
* Include a table of disk error codes and a note about the cylinder >rnordier1999-05-221-1/+39
| | | | 1023 issue.
* Add cross-reference to loader man page, plus various minorrnordier1999-03-161-9/+12
| | | | improvements.
* Make some further revisions to the boot documentation.rnordier1999-01-191-28/+16
|
OpenPOWER on IntegriCloud