summaryrefslogtreecommitdiffstats
path: root/sys/boot/forth/loader.rc
Commit message (Collapse)AuthorAgeFilesLines
* MFC r286368: Remove guards around overwriting loader.rc and menu.rcdteske2016-01-071-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 Differential Revision: https://reviews.freebsd.org/D3176 Submitted by: Bertram Scharpf, Nikolai Lifanov (patch) Reviewed by: dteske, loos, eadler Approved by: bapt (mentor) Relnotes: yes Sponsored by: ScaleEngine Inc.
* MFC r258270:dteske2014-03-031-0/+1
| | | | | | | | | Add a try-include word (which acts the same as "include") and use it to 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
* MFC r257650:dteske2014-03-031-0/+1
| | | | | | | | | | | Defer loading of kernel and modules if the beastie menu is enabled. Add a 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
* Put in commented-out version of beastie menu commandskientzle2013-07-271-0/+4
| | | | so that non-i386 users can easily experiment with this.
* Revert changes to this file in r222417. This unconditionally enabled thenwhitehorn2011-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
* New boot loader menus from Devin Teske.julian2011-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
* The 'start' command processes loader.conf variables, not loader.rc.imp2004-12-061-1/+1
| | | | Fix comment to match.
* Activates password protection (if a password is defined).dcs1999-11-241-0/+4
| | | | Adds $FreeBSD$.
* A default loader.rc to be installed.dcs1999-04-181-0/+10
OpenPOWER on IntegriCloud