561c7c4f5d4d5286e67ddd9e3ab61110af3cc2ae
[rrq/maintain_lilo.git] / debian / lilo.templates
1 Template: lilo/new-config
2 Type: note
3 _Description: LILO configuration
4  It seems to be your first LILO installation. It is absolutely necessary to
5  run liloconfig(8) when you complete this process and execute /sbin/lilo 
6  after this.
7  .
8  LILO won't work if you don't do this. 
9
10 Template: lilo/upgrade
11 Type: note
12 _Description: Deprecated parameters in LILO configuration
13  Deprecated files have been found on your system.
14  You must update the 'install=' parameter in your LILO configuration file
15  (/etc/lilo.conf) in order to properly upgrade the package.
16  .
17  The new 'install=' options are:
18  .
19   new: install=bmp
20   old: install=/boot/boot-bmp.b
21  .
22   new: install=text
23   old: install=/boot/boot-text.b
24  .
25   new: install=menu
26   old: install=/boot/boot-menu.b or boot.b
27
28 Template: lilo/add_large_memory
29 Type: boolean
30 Default: false
31 _Description: Do you want to add the large-memory option?
32  Usually LILO loads the initrd file into the first 15MB of memory to
33  avoid a BIOS limitation with older systems (earlier than 2001 and
34  few systems until 2004).
35  .
36  With newer kernels the combination of kernel and initrd may not fit
37  into the first 15MB of memory. LILO compute the needed size of memory
38  and will automatically use the memory above 15MB, too, if there is
39  enough physical memory.
40  .
41  If this machine has a recent BIOS without a 15MB limitation and you
42  want to use memory above 15MB for all kernels, set the 'large-memory'
43  option.
44
45 Template: lilo/runme
46 Type: boolean
47 Default: false
48 _Description: Do you want to run /sbin/lilo now?
49  It was detected that it's necessary to run /sbin/lilo in order to update
50  the new LILO configuration.
51  .
52  WARNING: This procedure will write data in your MBR and may overwrite
53  some things in that place. If you skip this step, you must run /sbin/lilo
54  before reboot your computer or your system may not boot again.
55
56 Template: lilo/diskid_uuid
57 Type: boolean
58 Default: false
59 _Description: Do you want to convert boot and root options?
60  Until kernel using the newer disk interface 'libata' you need the newer
61  DiskID and/or UUID in your /etc/lilo.conf the for boot and root options.
62  For the most modern systems you should use this conversion and then run
63  '/sbin/lilo'.
64
65 Template: liloconfig/maintitle
66 Type: title
67 _Description: LILO configuration.
68
69 Template: liloconfig/banner
70 Type: text
71 _Description: LILO, the LInux LOader, sets up your system to boot Linux directly from your hard disk, without the need for a boot floppy.
72
73 Template: liloconfig/configuring_base
74 Type: error
75 _Description: Hmm. I think you're configuring the base filesystem, and I'm therefore simply going to exit successfully without trying to actually configure LILO properly. If you're not doing that, this is an important bug against Debian's lilo package, and should be reported as such...
76
77 Template: liloconfig/liloconf_exists
78 Type: note
79 _Description: You already have a LILO configuration in the file ${liloconf}. If you want to use the new LILO boot menu, please take a look to /usr/share/doc/lilo/examples/conf.sample and choose one of the bitmaps located on /boot.
80
81 Template: liloconfig/liloconf_incompatible
82 Type: error
83 _Description: WARNING!
84  You have an old incompatible lilo configuration file!
85  Read the file /usr/share/doc/lilo/INCOMPAT.gz and rerun /sbin/lilo to write the
86  changes to your boot sectors
87
88 Template: liloconfig/use_current_lilo
89 Type: boolean
90 Default: true
91 _Description: Install a boot block using your current LILO configuration?
92
93 Template: liloconfig/lilo_warning
94 Type: error
95 _Description: WARNING!
96  Even if lilo runs successfully, see /usr/share/doc/lilo/INCOMPAT.gz for
97  changes in the usage of the ${liloconf} file. If needed: edit ${liloconf} and
98  rerun '/sbin/lilo -v'
99
100 Template: liloconfig/select_bitmap
101 Type: select
102 Choices: /boot/tuxlogo.bmp, /boot/inside.bmp, /boot/debian.bmp, /boot/debian-de.bmp, /boot/debianlilo.bmp, /boot/coffee.bmp, /boot/onlyblue.bmp
103 Default: /boot/debian.bmp
104 _Description: The following is the list of the available bitmaps
105
106 Template: liloconfig/lilo_error
107 Type: error
108 _Description: ERROR!
109  Correct ${liloconf} manually and rerun /sbin/lilo.
110
111 Template: liloconfig/wipe_old_liloconf
112 Type: boolean
113 Default: false
114 _Description: Wipe out your old LILO configuration and make a new one?
115
116 Template: liloconfig/no_changes
117 Type: error
118 _Description: No changes made.
119
120 Template: liloconfig/fstab_broken
121 Type: error
122 _Description: WARNING!
123  Either your ${fstab} configuration file is missing, or it doesn't contain a
124  valid entry for the root filesystem! This generally means that your system is
125  very badly broken. Configuration of LILO will be aborted; you should try to
126  repair the situation and then run /usr/sbin/liloconfig again to retry the
127  configuration process.
128
129 Template: liloconfig/odd_fstab
130 Type: error
131 _Description: WARNING!
132  Your ${fstab} configuration file gives device ${device} as the root filesystem
133  device. This doesn't look to me like an "ordinary" block device. Either your
134  fstab is broken and you should fix it, or you are using hardware (such as a
135  RAID array) which this simple configuration program does not handle.
136  .
137  You should either repair the situation or hand-roll your own ${liloconf}
138  configuration file; you can then run /usr/sbin/liloconfig again to retry the
139  configuration process. Documentation for LILO can be found in
140  /usr/share/doc/lilo/.
141
142 Template: liloconfig/instruction
143 Type: note
144 _Description: Booting from hard disk.
145  You must do three things to make the Linux system boot from the hard disk.
146  Install a partition boot record, install a master boot record, and set the
147  partition active. You'll be asked to perform each of these tasks. You may skip
148  any or all of them, and perform them manually later on.
149  .
150  This will result in Linux being booted by default from the hard disk. If your
151  setup is complicated or unusual you should consider writing your own
152  customised ${liloconf}. To do this you should exit this configuration program
153  and refer to the comprehensive lilo documentation, which can be found in
154  /usr/share/doc/lilo/.
155
156 Template: liloconfig/install_from_root_device
157 Type: boolean
158 Default: true
159 _Description: Install a partition boot record to boot Linux from ${device}?
160
161 Template: liloconfig/use_lba32
162 Type: boolean
163 Default: true
164 _Description: Use LBA32 for addressing big disks using new BIOS features?
165
166 Template: liloconfig/install_mbr
167 Type: boolean
168 Default: false
169 _Description: Install a master boot record on ${disk}?
170  A master boot record is required to run the partition boot record. If you are
171  already using a boot manager, and want to keep it, answer "no" to the
172  following question. If you don't know what a boot manager is or whether you
173  have one, answer "yes".
174
175 Template: liloconfig/mbr_error
176 Type: error
177 _Description: ERROR!
178  install-mbr failed! Your system may not be bootable.
179
180 Template: liloconfig/make_active_partition
181 Type: boolean
182 Default: true
183 _Description: Make ${device} the active partition
184  The master boot record will boot the active partition. If you want your system
185  to boot another operating system, such as DOS or Windows, by default, answer
186  "no" to the following question. You may still use your boot manager or the
187  master boot record to boot Linux. If you want the system to boot Linux by
188  default, answer "yes". In this case you could still boot some other OS if you
189  know what partition it is on.
190
191 Template: liloconfig/activate_error
192 Type: error
193 _Description: ERROR!
194  activate failed! Your system may not be bootable.