File: systemd-boot-installer.templates

package info (click to toggle)
systemd-boot-installer 0.11
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 372 kB
  • sloc: sh: 52; makefile: 3
file content (23 lines) | stat: -rw-r--r-- 747 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Template: debian-installer/systemd-boot-installer/title
Type: text
#  Main menu item
#  Translators: keep below 55 columns
# :sl4:
_Description: Install the systemd-boot boot loader

Template: systemd-boot-installer/skip
Type: boolean
Default: false
Description: for internal use; can be preseeded
 Skip installing systemd-boot?

Template: systemd-boot-installer/tries
Type: select
Choices: 0, 1, 2, 3, 4, 5
Default: 2
# :sl4:
_Description: Number of retries per boot entry (0 to disable):
 Configures the automatic boot assessment logic, which automatically
 falls back to a previous boot entry if a new one fails more than the
 configured number of retries when first added. For more details, see:
 https://systemd.io/AUTOMATIC_BOOT_ASSESSMENT/