aboutsummaryrefslogtreecommitdiff
path: root/sys/boot/forth/loader.rc
Commit message (Collapse)AuthorAgeFilesLines
* Move sys/boot to stand. Fix all references to new locationWarner Losh2017-11-141-23/+0
| | | | | | | Sponsored by: Netflix Notes: svn path=/head/; revision=325834
* Remove guards around overwriting loader.rc and menu.rcAllan Jude2015-08-061-0/+3
| | | | | | | | | | | | | | | | | There have been .local version of each for user modifications for some time This allows users to receive future updates to these files PR: 183765 Submitted by: Bertram Scharpf, Nikolai Lifanov (patch) Reviewed by: dteske, loos, eadler Approved by: bapt (mentor) MFC after: 1 month Relnotes: yes Sponsored by: ScaleEngine Inc. Differential Revision: https://reviews.freebsd.org/D3176 Notes: svn path=/head/; revision=286368
* Add a try-include word (which acts the same as "include") and use it toDevin Teske2013-11-171-0/+1
| | | | | | | | | | | 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-0/+1
| | | | | | | | | | | | | | 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
* Put in commented-out version of beastie menu commandsTim Kientzle2013-07-271-0/+4
| | | | | | | so that non-i386 users can easily experiment with this. Notes: svn path=/head/; revision=253715
* Revert changes to this file in r222417. This unconditionally enabled theNathan Whitehorn2011-06-151-4/+1
| | | | | | | | | | boot menu on all platforms, which breaks loader completely on at least powerpc for reasons that are not understood yet. Reviewed by: Devin Teske Notes: svn path=/head/; revision=223109
* New boot loader menus from Devin Teske.Julian Elischer2011-05-281-1/+4
| | | | | | | | | | | Discussed on hackers and recommended for inclusion into 9.0 at the devsummit. All support email to devin dteske at vicor dot ignoreme dot com . Submitted by: dteske at vicor dot ignoreme dot com Reviewed by: me and many others Notes: svn path=/head/; revision=222417
* The 'start' command processes loader.conf variables, not loader.rc.Warner Losh2004-12-061-1/+1
| | | | | | | Fix comment to match. Notes: svn path=/head/; revision=138427
* Activates password protection (if a password is defined).Daniel C. Sobral1999-11-241-0/+4
| | | | | | | Adds $FreeBSD$. Notes: svn path=/head/; revision=53673
* A default loader.rc to be installed.Daniel C. Sobral1999-04-181-0/+10
Notes: svn path=/head/; revision=45758