~smoser/ubuntu/lucid/grub2/lucid-uec-kernel-upgrades

« back to all changes in this revision

Viewing changes to debian/grub-pc.templates.in

  • Committer: Colin Watson
  • Date: 2010-06-30 11:01:35 UTC
  • Revision ID: cjwatson@canonical.com-20100630110135-5rqyyc8dcsuaja4i
Only offer partitions containing /, /boot, or /boot/grub for
grub-install; installing to other partitions may have harmful effects
such as making Windows unbootable, and installing GRUB to every single
partition is likely to result in confusion anyway (LP: #576724).

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 If you're unsure which drive is designated as boot drive by your BIOS, it is
38
38
 often a good idea to install GRUB to all of them.
39
39
 .
40
 
 Note: It is possible to install GRUB to partition boot records as well.
41
 
 However, this forces GRUB to use the blocklist mechanism, which makes it
42
 
 less reliable, and therefore is not recommended.
 
40
 Note: It is possible to install GRUB to partition boot records as well, and
 
41
 some appropriate partitions are offered here.  However, this forces GRUB to
 
42
 use the blocklist mechanism, which makes it less reliable, and therefore is
 
43
 not recommended.
43
44
 
44
45
Template: grub-pc/install_devices_disks_changed
45
46
Type: multiselect
57
58
 If you're unsure which drive is designated as boot drive by your BIOS, it is
58
59
 often a good idea to install GRUB to all of them.
59
60
 .
60
 
 Note: It is possible to install GRUB to partition boot records as well.
61
 
 However, this forces GRUB to use the blocklist mechanism, which makes it
62
 
 less reliable, and therefore is not recommended.
 
61
 Note: It is possible to install GRUB to partition boot records as well, and
 
62
 some appropriate partitions are offered here.  However, this forces GRUB to
 
63
 use the blocklist mechanism, which makes it less reliable, and therefore is
 
64
 not recommended.
63
65
 
64
66
Template: grub-pc/disk_description
65
67
Type: text
70
72
Template: grub-pc/partition_description
71
73
Type: text
72
74
# The "-" is used to indicate indentation. Leading spaces may not work.
73
 
Description: - ${DEVICE} (${SIZE} MB)
 
75
Description: - ${DEVICE} (${SIZE} MB, ${PATH})
74
76
 
75
77
Template: grub-pc/install_devices_failed
76
78
Type: boolean