<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/sys/boot/forth/loader.rc, branch upstream/11.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>Remove guards around overwriting loader.rc and menu.rc</title>
<updated>2015-08-06T16:07:27+00:00</updated>
<author>
<name>Allan Jude</name>
<email>allanjude@FreeBSD.org</email>
</author>
<published>2015-08-06T16:07:27+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9322ac3f6ed0bca8d1a451a5813b90468d876ccb'/>
<id>9322ac3f6ed0bca8d1a451a5813b90468d876ccb</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a try-include word (which acts the same as "include") and use it to</title>
<updated>2013-11-17T18:12:17+00:00</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2013-11-17T18:12:17+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f697065fda776c569924b3453467ca4913280198'/>
<id>f697065fda776c569924b3453467ca4913280198</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Defer loading of kernel and modules if the beastie menu is enabled. Add a</title>
<updated>2013-11-04T20:28:10+00:00</updated>
<author>
<name>Devin Teske</name>
<email>dteske@FreeBSD.org</email>
</author>
<published>2013-11-04T20:28:10+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=ea1ed0c224993b2b3d22583a5c6f73e8cbb8170d'/>
<id>ea1ed0c224993b2b3d22583a5c6f73e8cbb8170d</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>Put in commented-out version of beastie menu commands</title>
<updated>2013-07-27T18:19:28+00:00</updated>
<author>
<name>Tim Kientzle</name>
<email>kientzle@FreeBSD.org</email>
</author>
<published>2013-07-27T18:19:28+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9759c7e7d2d2ec70e20fd17d4e6a18e6b38e3af3'/>
<id>9759c7e7d2d2ec70e20fd17d4e6a18e6b38e3af3</id>
<content type='text'>
so that non-i386 users can easily experiment with this.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
so that non-i386 users can easily experiment with this.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert changes to this file in r222417. This unconditionally enabled the</title>
<updated>2011-06-15T14:07:16+00:00</updated>
<author>
<name>Nathan Whitehorn</name>
<email>nwhitehorn@FreeBSD.org</email>
</author>
<published>2011-06-15T14:07:16+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=5f3c4bd1d781730d0144f22b8134c50b322c0f89'/>
<id>5f3c4bd1d781730d0144f22b8134c50b322c0f89</id>
<content type='text'>
boot menu on all platforms, which breaks loader completely on at least
powerpc for reasons that are not understood yet.

Reviewed by:	Devin Teske
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
boot menu on all platforms, which breaks loader completely on at least
powerpc for reasons that are not understood yet.

Reviewed by:	Devin Teske
</pre>
</div>
</content>
</entry>
<entry>
<title>New boot loader menus from Devin Teske.</title>
<updated>2011-05-28T08:50:38+00:00</updated>
<author>
<name>Julian Elischer</name>
<email>julian@FreeBSD.org</email>
</author>
<published>2011-05-28T08:50:38+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=802e09ac9ee9473983514693e46d8f22012e7f1d'/>
<id>802e09ac9ee9473983514693e46d8f22012e7f1d</id>
<content type='text'>
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
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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
</pre>
</div>
</content>
</entry>
<entry>
<title>The 'start' command processes loader.conf variables, not loader.rc.</title>
<updated>2004-12-06T05:30:31+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2004-12-06T05:30:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6550c6569baa3e1e30d151ff740d056b3c660831'/>
<id>6550c6569baa3e1e30d151ff740d056b3c660831</id>
<content type='text'>
Fix comment to match.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix comment to match.
</pre>
</div>
</content>
</entry>
<entry>
<title>Activates password protection (if a password is defined).</title>
<updated>1999-11-24T17:59:37+00:00</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>1999-11-24T17:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=c124b1392d69a55f5f983e9530f9f3bd1610893c'/>
<id>c124b1392d69a55f5f983e9530f9f3bd1610893c</id>
<content type='text'>
Adds $FreeBSD$.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adds $FreeBSD$.
</pre>
</div>
</content>
</entry>
<entry>
<title>A default loader.rc to be installed.</title>
<updated>1999-04-18T09:20:08+00:00</updated>
<author>
<name>Daniel C. Sobral</name>
<email>dcs@FreeBSD.org</email>
</author>
<published>1999-04-18T09:20:08+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=f6c2a57dee2f55def63ff12d06daf35554f72646'/>
<id>f6c2a57dee2f55def63ff12d06daf35554f72646</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
