| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Sponsored by: Netflix
Notes:
svn path=/head/; revision=325834
|
| |
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=141846
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Notes:
svn path=/head/; revision=101824
|
| |
|
|
| |
Notes:
svn path=/head/; revision=99975
|
| |
|
|
|
|
|
|
|
| |
Translators can ignore this commit.
MFC after: 2 weeks
Notes:
svn path=/head/; revision=97568
|
| |
|
|
|
|
|
|
| |
PR: docs/37757
Submitted by: Hiten Pandya <hiten@uk.FreeBSD.org>
Notes:
svn path=/head/; revision=96247
|
| |
|
|
| |
Notes:
svn path=/head/; revision=81588
|
| |
|
|
| |
Notes:
svn path=/head/; revision=79454
|
| |
|
|
| |
Notes:
svn path=/head/; revision=71102
|
| |
|
|
| |
Notes:
svn path=/head/; revision=68961
|
| |
|
|
|
|
|
| |
Add a warning in loader(8) that boot might be changed by loader.4th.
Notes:
svn path=/head/; revision=65622
|
| |
|
|
| |
Notes:
svn path=/head/; revision=52674
|
| |
|
|
| |
Notes:
svn path=/head/; revision=50477
|
| |
|
|
| |
Notes:
svn path=/head/; revision=47198
|
| |
|
|
|
|
|
|
| |
PR: docs/11449
Submitted by: Kazuo Horikawa <horikawa@jp.freebsd.org>
Notes:
svn path=/head/; revision=46352
|
|
|
are welcomed). Correct a nasty bug in loader.4th before anyone
notices, add a couple of features.
Notes:
svn path=/head/; revision=46005
|