]> git.proxmox.com Git - grub2.git/blame - debian/templates.in
merge patched into master
[grub2.git] / debian / templates.in
CommitLineData
b6e3586c 1Template: grub2/linux_cmdline
2Type: string
3_Description: Linux command line:
4 The following Linux command line was extracted from /etc/default/grub or the
cbeb2fd7 5 `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is correct,
275c5e3e 6 and modify it if necessary. The command line is allowed to be empty.
b6e3586c 7
8Template: grub2/linux_cmdline_default
9Type: string
537c70e5 10Default: @DEFAULT_CMDLINE@
dd66f732 11_Description: Linux default command line:
12 The following string will be used as Linux parameters for the default menu
13 entry but not for the recovery mode.
14
27436d89
SM
15Template: grub2/force_efi_extra_removable
16Type: boolean
17Default: false
e02e4823 18_Description: Force extra installation to the EFI removable media path?
27436d89 19 Some EFI-based systems are buggy and do not handle new bootloaders correctly.
e02e4823
IC
20 If you force an extra installation of GRUB to the EFI removable media path,
21 this should ensure that this system will boot Debian correctly despite such a
22 problem. However, it may remove the ability to boot any other operating
23 systems that also depend on this path. If so, you will need to make sure that
24 GRUB is configured successfully to be able to boot any other OS installations
25 correctly.
27436d89 26
dabbd8fe 27Template: grub2/update_nvram
28Type: boolean
29Default: true
30_Description: Update NVRAM variables to automatically boot into Debian?
31 GRUB can configure your platform's NVRAM variables so that it boots into
32 Debian automatically when powered on. However, you may prefer to disable
33 this behavior and avoid changes to your boot configuration. For example,
fa156b3f 34 if your NVRAM variables have been set up such that your system contacts a
dabbd8fe 35 PXE server on every boot, this would preserve that behavior.
36
dd66f732 37# still unused
38Template: grub2/kfreebsd_cmdline
39Type: string
40_Description: kFreeBSD command line:
41 The following kFreeBSD command line was extracted from /etc/default/grub or the
cbeb2fd7 42 `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is correct,
275c5e3e 43 and modify it if necessary. The command line is allowed to be empty.
dd66f732 44
45# still unused
46Template: grub2/kfreebsd_cmdline_default
47Type: string
537c70e5 48Default: @DEFAULT_CMDLINE@
dd66f732 49_Description: kFreeBSD default command line:
50 The following string will be used as kFreeBSD parameters for the default menu
51 entry but not for the recovery mode.