~ubuntu-branches/ubuntu/hardy/grub-installer/hardy

« back to all changes in this revision

Viewing changes to debian/grub-installer.templates

  • Committer: Bazaar Package Importer
  • Author(s): Colin Watson
  • Date: 2006-11-21 04:55:45 UTC
  • Revision ID: james.westby@ubuntu.com-20061121045545-15fi60buxx8z6hmw
Tags: 1.19ubuntu1
* Resynchronise with Debian. Remaining changes:
  - Show the grub menu and raise the menu timeout if other operating
    systems are installed.
  - Ask grub-installer/only_debian at medium priority.
  - Remove splash boot parameter unless debian-installer/framebuffer=true.
  - If / or /boot are on a removable device, install GRUB there by
    default.
  - Only mount /target/proc if it isn't already mounted.
  - Add user parameters to defoptions rather than kopt, so that they
    aren't used in the recovery mode option (closes: Malone #31905).
  - Support setting OVERRIDE_UNSUPPORTED_OS in the environment to force
    grub-installer to use its default MBR selection method despite there
    being unsupported operating systems on the disk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
Template: grub-installer/password-crypted
65
65
Type: boolean
66
66
Default: false
67
 
# Only for preseeding, not translatable.
68
 
Description: Has the value of grub-installer/password already been encrypted?
 
67
Description: for internal use; can be preseeded
 
68
 Has the value of grub-installer/password already been encrypted?
69
69
 
70
70
Template: grub-installer/apt-install-failed
71
71
Type: boolean
89
89
 .
90
90
 This is a fatal error.
91
91
 
 
92
Template: grub-installer/grub2_instead_of_grub_legacy
 
93
Type: boolean
 
94
Default: false
 
95
# This is suitable for testing grub2 only. Do not translate it!
 
96
Description: Install GRUB 2 instead of GRUB Legacy?
 
97
 GRUB 2 is the next generation of GNU GRUB. It has interesting new features but
 
98
 is still experimental software. If you choose to install it, you should be
 
99
 prepared for breakage, and have an idea on how to recover your system if it
 
100
 becomes unbootable. You're advised not to try this in production
 
101
 environments.
 
102
 
92
103
Template: grub-installer/progress/title
93
104
Type: text
94
105
_Description: Installing GRUB boot loader
130
141
Template: grub-installer/skip
131
142
Type: boolean
132
143
Default: false
133
 
# Only for preseeding, not translatable.
134
 
Description: Skip installing grub?
 
144
Description: for internal use; can be preseeded
 
145
 Skip installing grub?