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