1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
|
# SOME DESCRIPTIVE TITLE
# Copyright (C) YEAR Free Software Foundation, Inc.
# This file is distributed under the same license as the PACKAGE package.
# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
#
#, fuzzy
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"POT-Creation-Date: 2023-06-27 19:38+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <LL@li.org>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
#. type: TH
#: mageia-cauldron
#, no-wrap
msgid "MKRESCUE"
msgstr ""
#. type: TH
#: mageia-cauldron
#, no-wrap
msgid "6 Mar 2011"
msgstr ""
#. type: SH
#: mageia-cauldron
#, no-wrap
msgid "NAME"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid "mkrescue - make rescue floppy or CD"
msgstr ""
#. type: SH
#: mageia-cauldron
#, no-wrap
msgid "SYNOPSIS"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"B</sbin/mkrescue> makes a bootable rescue floppy or CD using the default "
"kernel specified in I<lilo.conf>."
msgstr ""
#. type: SH
#: mageia-cauldron
#, no-wrap
msgid "DESCRIPTION"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"B<mkrescue> takes its specifation for the kernel from the default image "
"specified in I</etc/lilo.conf>. If the actual default is an I<other=> "
"specification, then use the first I<image=> specification. Any associated "
"initial ramdisk (I<initrd=>), and I<append=> options will also be used. The "
"root directory will be taken to be the I<current> root. A bootable floppy "
"or CD-image will be created using LILO version 22.5.5 or later. B<mkrescue> "
"normally requires no options, unless a CD-image is desired (B<--iso>)."
msgstr ""
#. type: SH
#: mageia-cauldron
#, no-wrap
msgid "OPTIONS"
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--append> E<lt>stringE<gt>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Override any I<append=> options taken from the default image. If there is "
"any doubt about whether the I<lilo.conf> options are correct, then specify "
"no kernel parameters by providing the null string (B<--append \"\">)."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--debug>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Provide verbose output of the operation of B<mkrescue>, pausing to allow the "
"setting of internal operating parameters to be viewed. E<lt>CRE<gt> must be "
"hit to proceed from these pauses."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--device> E<lt>deviceE<gt>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Make the floppy on a device other than I</dev/fd0>. The floppy disk will "
"always be made to boot on BIOS device code 0x00 (A: drive), without regard "
"to the drive on which it is created."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--fast>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Use a faster method of creating the boot floppy. This involves first "
"creating a file of B<--size> 1k blocks (default is 1440) mounted using a "
"loopback device, creating the bootable floppy, then copying the entire file "
"to the disk."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--fs> [ I<ext2> | I<msdos> | I<minix> ]"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Specify the type of filesystem to create on the drive. I<ext2> is the "
"default, but I<msdos> and I<minix> allow slightly more disk sectors for "
"really big kernels."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--help>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid "Print a short usage synopsis, including a list of command options."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--image> E<lt>labelE<gt>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Specifies the label or alias of the particular image from which the append, "
"initial ramdisk, root, keytable, and kernel information is to be taken."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--initrd> I<E<lt>filepathE<gt>> and B<--kernel> I<E<lt>filepathE<gt>>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"These options, which must be used together, allow specification of an "
"arbitrary kernel file and initial ramdisk file to be used on the created "
"boot floppy. Be sure you know what you are doing before you use these "
"options. If no inital ramdisk is needed with a particular kernel, then you "
"MUST specify B<--initrd \"\">, meaning a null pathname."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--install> [ I<text> | I<menu> ]"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Allows overriding the default human interface used with the rescue "
"bootloader (configuration file \"install=\" option). I<text> is the default "
"on 1.2MB and 1.44MB floppy disks, and I<menu> is the default on 2.88MB "
"floppies and HD emulation on CD-R media."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--iso>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Create an ISO-9660 bootable CD image (El Torito Format) suitable for burning "
"to a CD-R or CD-RW. The B<--device> specification defaults to the filename "
"I<rescue.iso>, and the B<--size> defaults to 2880. A utility such as "
"\"wodim\" may be used to burn the ISO file to a recordable CD medium. With "
"this ISO option, the B<--size> I<HD> option is allowed."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--nocompact>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"For faster kernel loading from a floppy, LILO map compaction is normally "
"enabled. This option will disable map compaction by omitting the lilo B<-c> "
"switch."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--noformat>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Suppresses creation of a new filesystem on the boot floppy. This option may "
"be used ONLY when you know that the floppy you will be writing upon is "
"formatted with the same filesystem as specified by B<--fs> I<XXX> (default "
"is I<ext2>)."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--root> I<E<lt>deviceE<gt>>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"Specify the root filesystem for the kernel on the boot floppy. The "
"currently mounted root is taken as the default specification."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--size> [ I<1440> | I<1200> | I<2880> | I<HD> ]"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"The default floppy disk size is I<1440>, meaning a 1.44MB floppy. When B<--"
"iso> is specified, the default size is I<2880>. Allowed specifications are "
"I<1200>, I<1440>, or I<2880>, meaning a 1.2MB, 1.44MB or 2.88MB floppy, "
"respectively. No other floppy disk sizes are supported."
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"The I<HD> specification, meaning \"hard disk\", may only be used with the "
"B<--iso> option, to indicate a 16MB hard disk is to be generated for "
"emulation. This allows for very large kernel/initial ramdisk combinations "
"on CD-R. The hard disk image is created using loopback devices I</dev/"
"loop0> and I</dev/loop1>, which must be free to utilize this size option."
msgstr ""
#. type: TP
#: mageia-cauldron
#, no-wrap
msgid "B<--version>"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid "Print the version number of B<mkrescue>, then terminate."
msgstr ""
#. type: SH
#: mageia-cauldron
#, no-wrap
msgid "SEE ALSO"
msgstr ""
#. type: Plain text
#: mageia-cauldron
msgid ""
"B<cdrecord>(1), B<dd>(1), B<wodim>(1), B<lilo.conf>(5), B<lilo>(8), "
"B<mkfs>(8), B<mkinitrd>(8), B<mkisofs>(8), B<mount>(8)"
msgstr ""
|