<feed xmlns='http://www.w3.org/2005/Atom'>
<title>src/stand/lua/menu.lua, branch release/13.1.0</title>
<subtitle>FreeBSD source tree</subtitle>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/'/>
<entry>
<title>lualoader: fix the autoboot_delay countdown message</title>
<updated>2022-03-09T21:21:54+00:00</updated>
<author>
<name>Katsuyuki Miyoshi</name>
<email>katsubsd@gmail.com</email>
</author>
<published>2021-10-26T16:21:34+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=9cb5ea3dd2ec87a08cef3963823a1015611a1b94'/>
<id>9cb5ea3dd2ec87a08cef3963823a1015611a1b94</id>
<content type='text'>
When the timer drops from double to single digits, a spare 'e' is left
on the end of the line as we don't overwrite it. Include an extra space
at the end to account for this and overwrite the leftover character.

PR:		259429

(cherry picked from commit bb4c691299c5d699cea29e18fef96bda1cef13da)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When the timer drops from double to single digits, a spare 'e' is left
on the end of the line as we don't overwrite it. Include an extra space
at the end to account for this and overwrite the leftover character.

PR:		259429

(cherry picked from commit bb4c691299c5d699cea29e18fef96bda1cef13da)
</pre>
</div>
</content>
</entry>
<entry>
<title>lualoader: use more concise verbiage for autoboot</title>
<updated>2021-09-12T05:34:28+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2021-09-08T21:34:33+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8df27f0acea8a11d48431f84b84fa6d52b73a64d'/>
<id>8df27f0acea8a11d48431f84b84fa6d52b73a64d</id>
<content type='text'>
The behavior remains the same, but lualoader now uses the more concise
verbiage that forthloader used.  This is particularly important because
the previous line would exceed the right boundary of the menu and run
straight into space that would typically be allowed for the logo.

This makes it slightly easier to port logos from forthloader to
lualoader.

(cherry picked from commit ed107537b43cabf7a18e73a17856a9d9e170c6e9)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The behavior remains the same, but lualoader now uses the more concise
verbiage that forthloader used.  This is particularly important because
the previous line would exceed the right boundary of the menu and run
straight into space that would typically be allowed for the logo.

This makes it slightly easier to port logos from forthloader to
lualoader.

(cherry picked from commit ed107537b43cabf7a18e73a17856a9d9e170c6e9)
</pre>
</div>
</content>
</entry>
<entry>
<title>lualoader: clear up some luacheck warnings</title>
<updated>2020-10-01T14:20:36+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2020-10-01T14:20:36+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=94510c294d831a47ac24d691078d0221493ec68e'/>
<id>94510c294d831a47ac24d691078d0221493ec68e</id>
<content type='text'>
- One (1) unused argument
- One (1) trailing whitespace
- Two (2) "non-standard global" (curenv, rewind)

tools/boot/lua-lint.sh is once again happy.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- One (1) unused argument
- One (1) trailing whitespace
- Two (2) "non-standard global" (curenv, rewind)

tools/boot/lua-lint.sh is once again happy.
</pre>
</div>
</content>
</entry>
<entry>
<title>Report the kernel console on the boot screen</title>
<updated>2020-09-28T16:19:21+00:00</updated>
<author>
<name>Warner Losh</name>
<email>imp@FreeBSD.org</email>
</author>
<published>2020-09-28T16:19:21+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8f3b36103b20049e207e64039ad3e99ffb5b51e2'/>
<id>8f3b36103b20049e207e64039ad3e99ffb5b51e2</id>
<content type='text'>
Report what console the boot loader is telling the kernel to use:
	o Dual (Serial Primary)
	o Dual (Video Primary)
	o Serial
	o Video

This allows the user to interrupt the boot and tweak the cosnole, if
needed, in a trivial way. Useful for installs where the default
selected may not be quite what you want, or when you are running a
dual setup and need to toggle over to the other console being primary.
The 'c'/'C' keys will do the cycling through the consoles.  Note:
you'll still have to drop into the loader to set details about serial
consoles. And this doesn't change the console the loader is using.

Reviewed by: kevans@
MFC After: 3 days
Differential Revision: https://reviews.freebsd.org/D26573
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Report what console the boot loader is telling the kernel to use:
	o Dual (Serial Primary)
	o Dual (Video Primary)
	o Serial
	o Video

This allows the user to interrupt the boot and tweak the cosnole, if
needed, in a trivial way. Useful for installs where the default
selected may not be quite what you want, or when you are running a
dual setup and need to toggle over to the other console being primary.
The 'c'/'C' keys will do the cycling through the consoles.  Note:
you'll still have to drop into the loader to set details about serial
consoles. And this doesn't change the console the loader is using.

Reviewed by: kevans@
MFC After: 3 days
Differential Revision: https://reviews.freebsd.org/D26573
</pre>
</div>
</content>
</entry>
<entry>
<title>zfs: add an option to the bootloader to rewind the ZFS checkpoint</title>
<updated>2020-08-18T19:48:04+00:00</updated>
<author>
<name>Mariusz Zaborski</name>
<email>oshogbo@FreeBSD.org</email>
</author>
<published>2020-08-18T19:48:04+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=277f38abffc6a8160b5044128b5b2c620fbb970c'/>
<id>277f38abffc6a8160b5044128b5b2c620fbb970c</id>
<content type='text'>
The checkpoints are another way of keeping the state of ZFS.
During the rewind, the pool has to be exported.
This makes checkpoints unusable when using ZFS as root.
Add the option to rewind the ZFS checkpoint at the boot time.
If checkpoint exists, a new option for rewinding a checkpoint will appear in
the bootloader menu.
We fully support boot environments.
If the rewind option is selected, the boot loader will show a list of
boot environments that existed before the checkpoint.

Reviewed by:	tsoome, allanjude, kevans (ok with high-level overview)
Differential Revision:	https://reviews.freebsd.org/D24920
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The checkpoints are another way of keeping the state of ZFS.
During the rewind, the pool has to be exported.
This makes checkpoints unusable when using ZFS as root.
Add the option to rewind the ZFS checkpoint at the boot time.
If checkpoint exists, a new option for rewinding a checkpoint will appear in
the bootloader menu.
We fully support boot environments.
If the rewind option is selected, the boot loader will show a list of
boot environments that existed before the checkpoint.

Reviewed by:	tsoome, allanjude, kevans (ok with high-level overview)
Differential Revision:	https://reviews.freebsd.org/D24920
</pre>
</div>
</content>
</entry>
<entry>
<title>menu.lua: Give names to menu entries</title>
<updated>2020-04-22T17:04:31+00:00</updated>
<author>
<name>Ryan Moeller</name>
<email>freqlabs@FreeBSD.org</email>
</author>
<published>2020-04-22T17:04:31+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=d2187b39cf671004ce1b7dc8f152b8b1cce6885b'/>
<id>d2187b39cf671004ce1b7dc8f152b8b1cce6885b</id>
<content type='text'>
Make menu customizations easier by naming the entries and using the
names to build the table entries.

Reviewed by:	kevans
Approved by:	mav (mentor)
MFC after:	1 week
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24527
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make menu customizations easier by naming the entries and using the
names to build the table entries.

Reviewed by:	kevans
Approved by:	mav (mentor)
MFC after:	1 week
Sponsored by:	iXsystems, Inc.
Differential Revision:	https://reviews.freebsd.org/D24527
</pre>
</div>
</content>
</entry>
<entry>
<title>Further normalize copyright notices</title>
<updated>2019-09-26T16:19:22+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2019-09-26T16:19:22+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=e12ff891366cf94db4bfe4c2c810b26a5531053d'/>
<id>e12ff891366cf94db4bfe4c2c810b26a5531053d</id>
<content type='text'>
- s/C/c/ where I've been inconsistent about it
- +SPDX tags
- Remove "All rights reserved" where possible

Requested by:	rgrimes (all rights reserved)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- s/C/c/ where I've been inconsistent about it
- +SPDX tags
- Remove "All rights reserved" where possible

Requested by:	rgrimes (all rights reserved)
</pre>
</div>
</content>
</entry>
<entry>
<title>loader_lua: lua color changes should end with reset</title>
<updated>2019-09-22T17:39:20+00:00</updated>
<author>
<name>Toomas Soome</name>
<email>tsoome@FreeBSD.org</email>
</author>
<published>2019-09-22T17:39:20+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=6dd078df1971b83e7676c614084f1c558817ef6e'/>
<id>6dd078df1971b83e7676c614084f1c558817ef6e</id>
<content type='text'>
The color change should have reset sequence, not switch to white.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The color change should have reset sequence, not switch to white.
</pre>
</div>
</content>
</entry>
<entry>
<title>lualoader: Fix up some luacheck concerns</title>
<updated>2019-03-26T02:35:58+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2019-03-26T02:35:58+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=8f7f3d08ae59baa7037cc68f871710aa3c2c905f'/>
<id>8f7f3d08ae59baa7037cc68f871710aa3c2c905f</id>
<content type='text'>
- Garbage collect an unused (removed because it was useless) constant
- Don't bother with vararg notation if args will not be used

MFC after:	1 week
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Garbage collect an unused (removed because it was useless) constant
- Don't bother with vararg notation if args will not be used

MFC after:	1 week
</pre>
</div>
</content>
</entry>
<entry>
<title>lualoader: Add chainload menu entry</title>
<updated>2018-11-05T16:20:07+00:00</updated>
<author>
<name>Kyle Evans</name>
<email>kevans@FreeBSD.org</email>
</author>
<published>2018-11-05T16:20:07+00:00</published>
<link rel='alternate' type='text/html' href='http://cgit.freebsd.org/src/commit/?id=bdf12807be5a8bcf158b37bdbbdfbc6f2e582c63'/>
<id>bdf12807be5a8bcf158b37bdbbdfbc6f2e582c63</id>
<content type='text'>
MFC after:	4 days
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
MFC after:	4 days
</pre>
</div>
</content>
</entry>
</feed>
