~elementary-os/elementaryos/os-patch-grub2-bionic

« back to all changes in this revision

Viewing changes to debian/templates.in

  • Committer: RabbitBot
  • Date: 2018-02-05 13:05:56 UTC
  • Revision ID: rabbitbot@elementary.io-20180205130556-qgaormf12qpm3v40
Initial import, version 2.02-2ubuntu4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
Template: grub2/linux_cmdline
 
2
Type: string
 
3
_Description: Linux command line:
 
4
 The following Linux command line was extracted from /etc/default/grub or the
 
5
 `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is correct,
 
6
 and modify it if necessary. The command line is allowed to be empty.
 
7
 
 
8
Template: grub2/linux_cmdline_default
 
9
Type: string
 
10
Default: @DEFAULT_CMDLINE@
 
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
 
 
15
Template: grub2/no_efi_extra_removable
 
16
Type: boolean
 
17
Default: false
 
18
_Description: Skip extra installation to the EFI removable media path?
 
19
 Some EFI-based systems are buggy and do not handle new bootloaders correctly.
 
20
 If you do not make an extra installation of GRUB to the EFI removable media
 
21
 path, this may prevent your system from booting Debian correctly in case it is
 
22
 affected by this problem. However, it may remove the ability to boot any other
 
23
 operating systems that also depend on this path. If so, you will need to make
 
24
 sure that GRUB is configured successfully to be able to boot any other OS
 
25
 installations correctly.
 
26
 
 
27
Template: grub2/update_nvram
 
28
Type: boolean
 
29
Default: 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,
 
34
 if your NVRAM variables have been set up such that your system contacts a
 
35
 PXE server on every boot, this would preserve that behavior.
 
36
 
 
37
# still unused
 
38
Template: grub2/kfreebsd_cmdline
 
39
Type: string
 
40
_Description: kFreeBSD command line:
 
41
 The following kFreeBSD command line was extracted from /etc/default/grub or the
 
42
 `kopt' parameter in GRUB Legacy's menu.lst. Please verify that it is correct,
 
43
 and modify it if necessary. The command line is allowed to be empty.
 
44
 
 
45
# still unused
 
46
Template: grub2/kfreebsd_cmdline_default
 
47
Type: string
 
48
Default: @DEFAULT_CMDLINE@
 
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.
 
52
 
 
53
Template: grub2/device_map_regenerated
 
54
Type: note
 
55
_Description: /boot/grub/device.map has been regenerated
 
56
 The file /boot/grub/device.map has been rewritten to use stable device
 
57
 names. In most cases, this should significantly reduce the need to change
 
58
 it in future, and boot menu entries generated by GRUB should not be
 
59
 affected.
 
60
 .
 
61
 However, since more than one disk is present in the system, it is possible
 
62
 that the system is depending on the old device map. Please check whether
 
63
 there are any custom boot menu entries that rely on GRUB's (hdN) drive
 
64
 numbering, and update them if necessary.
 
65
 .
 
66
 If you do not understand this message, or if there are no custom
 
67
 boot menu entries, you can ignore this message.