diff options
author | Daniel Fullmer <danielrf12@gmail.com> | 2020-04-23 14:47:56 -0400 |
---|---|---|
committer | Lennart Poettering <lennart@poettering.net> | 2020-05-26 19:27:59 +0200 |
commit | e6190e2882e1d6772a9e586fcc65c91d406e52fb (patch) | |
tree | 61ad6838c5926fbe5324ca310b826cde8d3ac13e /man/systemd-boot.xml | |
parent | 2d2d75047ed885d318abc190cc47086627c7f9cc (diff) | |
download | systemd-e6190e2882e1d6772a9e586fcc65c91d406e52fb.tar.gz |
sd-boot: fix menu ordering with boot counting
systemd-boot selects the last valid entry by default, not the first.
Fixes: #15256
Diffstat (limited to 'man/systemd-boot.xml')
-rw-r--r-- | man/systemd-boot.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/man/systemd-boot.xml b/man/systemd-boot.xml index dacd49cd7b..b666ae1e53 100644 --- a/man/systemd-boot.xml +++ b/man/systemd-boot.xml @@ -476,10 +476,10 @@ considered 'good' from then on.</para> <para>The boot menu takes the 'tries left' counter into account when sorting the menu entries: entries in 'bad' - state are ordered at the end of the list, and entries in 'good' or 'indeterminate' at the beginning. The user can + state are ordered at the beginning of the list, and entries in 'good' or 'indeterminate' at the end. The user can freely choose to boot any entry of the menu, including those already marked 'bad'. If the menu entry to boot is - automatically determined, this means that 'good' or 'indeterminate' entries are generally preferred (as the top item of - the menu is the one booted by default), and 'bad' entries will only be considered if there are no 'good' or + automatically determined, this means that 'good' or 'indeterminate' entries are generally preferred (as the bottom + item of the menu is the one booted by default), and 'bad' entries will only be considered if there are no 'good' or 'indeterminate' entries left.</para> <para>The <citerefentry><refentrytitle>kernel-install</refentrytitle><manvolnum>8</manvolnum></citerefentry> kernel |