aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth/loader.4th.8
Commit message (Collapse)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-233/+0
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Add a try-include word (which acts the same as "include") and use it toDevin Teske2013-11-171-1/+8
| | | | | | | | | | | conditionally include (but ignore failures) /boot/loader.rc.local and /boot/menu.rc.local -- to make customizing the menu easier. Reviewed by: alfred Discussed on: -hackers Notes: svn path=/head/; revision=258270
* Defer loading of kernel and modules if the beastie menu is enabled. Add aDevin Teske2013-11-041-14/+18
| | | | | | | | | | | | | | kernel selection menu to the beastie menu. List of kernels is taken from `kernels' in loader.conf(5) as a space (or comma) separated list of names to display (up to 9). If not set, default value is "kernel kernel.old". Does not validate that kernels exist because the next enhancement will be to allow selection of the root device. Discussed on: -current MFC after: 3 days Notes: svn path=/head/; revision=257650
* Fix a regression caused by SVN r222417.Devin Teske2012-12-121-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Prior to r222417, setting `password' in loader.conf(5) did not prevent boot but instead only prevented changes to boot options by prompting for password if autoboot failed or the user interrupted the countdown sequence. After r222417 the same machine with `password' set in loader.conf(5) would no longer boot without _always_ entering the password. This patch restores the old (8.x and older) functionality for password in loader.conf(5) while adding a new bootlock_password feature to replace the edge-case should anybody desire the regressed functionality (HINT: great for PXE servers and/or private distributions). loader.conf(5) was updated to be more clear with-respect to password setting (previous text was misleading). Documentation (loader.conf(5) and check-password.4th(8)) has been updated to include notes on the new bootlock_password setting. Special thanks to Alex Verbod for bringing this to my attention and helping to refine the loader.conf(5) text. PR: conf/170110 Submitted by: Vitaly Zakharov <ded3axap@gmail.com> Reviewed by: Alexander Verbod <alexander.verbod@gmail.com> Notes: svn path=/head/; revision=244158
* Expand *n't contractions.Ruslan Ermilov2005-02-131-1/+1
| | | | Notes: svn path=/head/; revision=141846
* Setting "kernel" to an absolute path is a bad idea becauseRuslan Ermilov2004-09-301-2/+2
| | | | | | | | | | | | | | | | | after loading such a kernel, "module_path" will be set to an insane value. Fixed example by providing an equivalent setting. For the record, when automatically loading a kernel (commands "boot" and "boot-conf"), the following is tried, in this order: path=/boot/${kernel} file=${bootfile} path=/boot/${kernel} file=${kernel} path=${kernel} file=${bootfile} path=${kernel} file=${kernel} path=${module_path} file=${kernel} Notes: svn path=/head/; revision=135995
* mdoc(7) police: Get rid of hard sentence breaks.Ruslan Ermilov2002-08-131-8/+15
| | | | Notes: svn path=/head/; revision=101824
* The .Nm set of commandsPhilippe Charnier2002-07-141-3/+5
| | | | Notes: svn path=/head/; revision=99975
* Fix a handful of typos and grammar bogons. No content changes.Jens Schweikhardt2002-05-301-9/+9
| | | | | | | | | Translators can ignore this commit. MFC after: 2 weeks Notes: svn path=/head/; revision=97568
* Replace /kernel with /boot/kernel/kernel.Josef Karthauser2002-05-091-1/+1
| | | | | | | | PR: docs/37757 Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org> Notes: svn path=/head/; revision=96247
* Spell "FreeBSD" with "F" and "BSD" in uppercase.Ruslan Ermilov2001-08-131-1/+1
| | | | Notes: svn path=/head/; revision=81588
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71102
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-2/+2
| | | | Notes: svn path=/head/; revision=68961
* Update boot and boot-conf descriptions to reflect new and old changes.Daniel C. Sobral2000-09-081-3/+26
| | | | | | | Add a warning in loader(8) that boot might be changed by loader.4th. Notes: svn path=/head/; revision=65622
* Remove comments left since mdoc.template time or just useless commentsAlexey Zelkin1999-10-301-3/+0
| | | | Notes: svn path=/head/; revision=52674
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50477
* Add "initialize" to loader.4th, so running "start" is not actually needed.Daniel C. Sobral1999-05-141-1/+13
| | | | Notes: svn path=/head/; revision=47198
* Correct misuse of .Nm.Joseph Koshy1999-05-031-2/+2
| | | | | | | | PR: docs/11449 Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org> Notes: svn path=/head/; revision=46352
* Add loader.4th man page (worst man page I ever wrote -- reviewsDaniel C. Sobral1999-04-241-0/+182
are welcomed). Correct a nasty bug in loader.4th before anyone notices, add a couple of features. Notes: svn path=/head/; revision=46005