Merge lp:~xnox/hw-detect/fix-firmware-order into lp:hw-detect

Proposed by Dimitri John Ledkov
Status: Superseded
Proposed branch: lp:~xnox/hw-detect/fix-firmware-order
Merge into: lp:hw-detect
Diff against target: 4185 lines (+2856/-59) (has conflicts)
82 files modified
Makefile (+6/-2)
archdetect.1 (+35/-0)
debian/changelog (+1085/-0)
debian/control (+23/-1)
debian/copyright (+2/-1)
debian/disk-detect.templates (+11/-6)
debian/po/am.po (+20/-0)
debian/po/ar.po (+22/-0)
debian/po/ast.po (+22/-0)
debian/po/be.po (+22/-0)
debian/po/bg.po (+22/-0)
debian/po/bn.po (+22/-0)
debian/po/bo.po (+20/-0)
debian/po/bs.po (+22/-0)
debian/po/ca.po (+22/-0)
debian/po/cs.po (+22/-0)
debian/po/cy.po (+20/-0)
debian/po/da.po (+22/-0)
debian/po/de.po (+22/-0)
debian/po/dz.po (+20/-0)
debian/po/el.po (+22/-0)
debian/po/eo.po (+22/-0)
debian/po/es.po (+22/-0)
debian/po/et.po (+22/-0)
debian/po/eu.po (+22/-0)
debian/po/fa.po (+20/-0)
debian/po/fi.po (+22/-0)
debian/po/fr.po (+22/-0)
debian/po/ga.po (+20/-0)
debian/po/gl.po (+22/-0)
debian/po/gu.po (+20/-0)
debian/po/he.po (+22/-0)
debian/po/hi.po (+22/-0)
debian/po/hr.po (+22/-0)
debian/po/hu.po (+22/-0)
debian/po/id.po (+22/-0)
debian/po/is.po (+22/-0)
debian/po/it.po (+22/-0)
debian/po/ja.po (+22/-0)
debian/po/ka.po (+20/-0)
debian/po/kk.po (+22/-0)
debian/po/km.po (+22/-0)
debian/po/kn.po (+20/-0)
debian/po/ko.po (+22/-0)
debian/po/ku.po (+20/-0)
debian/po/lo.po (+20/-0)
debian/po/lt.po (+22/-0)
debian/po/lv.po (+22/-0)
debian/po/mk.po (+20/-0)
debian/po/ml.po (+20/-0)
debian/po/mr.po (+22/-0)
debian/po/nb.po (+22/-0)
debian/po/ne.po (+20/-0)
debian/po/nl.po (+22/-0)
debian/po/nn.po (+22/-0)
debian/po/pa.po (+20/-0)
debian/po/pl.po (+22/-0)
debian/po/pt.po (+22/-0)
debian/po/pt_BR.po (+22/-0)
debian/po/ro.po (+22/-0)
debian/po/ru.po (+22/-0)
debian/po/se.po (+20/-0)
debian/po/si.po (+20/-0)
debian/po/sk.po (+22/-0)
debian/po/sl.po (+22/-0)
debian/po/sq.po (+22/-0)
debian/po/sr.po (+22/-0)
debian/po/sv.po (+22/-0)
debian/po/ta.po (+20/-0)
debian/po/te.po (+20/-0)
debian/po/templates.pot (+20/-0)
debian/po/th.po (+20/-0)
debian/po/tl.po (+20/-0)
debian/po/tr.po (+22/-0)
debian/po/ug.po (+22/-0)
debian/po/uk.po (+22/-0)
debian/po/vi.po (+22/-0)
debian/po/zh_CN.po (+21/-0)
debian/po/zh_TW.po (+22/-0)
disk-detect.sh (+72/-21)
ethdetect.sh (+4/-4)
hw-detect.sh (+57/-24)
Text conflict in debian/changelog
Text conflict in debian/control
To merge this branch: bzr merge lp:~xnox/hw-detect/fix-firmware-order
Reviewer Review Type Date Requested Status
Ubuntu Installer Team Pending
Review via email: mp+181885@code.launchpad.net
To post a comment you must log in.
1485. By Dimitri John Ledkov

Move installation of in-target debs from driver-injection-disk from
post-base-installer.d to pre-pkgsel.d phase. Such that those firmware
debs are installed just after the kernel has been, but before
initramfs is updated. (LP: #1209287) (LP: #1216043)

1486. By Dimitri John Ledkov

catch up from trunk

1487. By Dimitri John Ledkov

revert initial implementation

1488. By Dimitri John Ledkov

* Make driver-injection-disk use a directory which is different from the
  one firmware injection uses.
* Move driver-injection-disk debs installation to pre-pkgsel.d stage,
  such that it is after the kernel has been installed. In cases injected
  driver .debs depend on particular kernel packages.

1489. By Dimitri John Ledkov

Enable nonfree repositories in install-firmware, if there are injected
drivers to install later.

1490. By Dimitri John Ledkov

Move firmware/injected drivers' .deb packages installation from
post-base-installer.d stage to pre-pkgsel.d stage.

1491. By Dimitri John Ledkov

Bump question to load driver injection disk from medium to high, and
raise driver-injection-disk package priority to standard. Thus the
udeb will be loaded by default, but before installing any debs from
the OEMDRM a confirmation question will be asked (default true, can be
pre-seeded)

1492. By Dimitri John Ledkov

OEMDRV typo

1493. By Dimitri John Ledkov

Add bug #

Unmerged revisions

1493. By Dimitri John Ledkov

Add bug #

1492. By Dimitri John Ledkov

OEMDRV typo

1491. By Dimitri John Ledkov

Bump question to load driver injection disk from medium to high, and
raise driver-injection-disk package priority to standard. Thus the
udeb will be loaded by default, but before installing any debs from
the OEMDRM a confirmation question will be asked (default true, can be
pre-seeded)

1490. By Dimitri John Ledkov

Move firmware/injected drivers' .deb packages installation from
post-base-installer.d stage to pre-pkgsel.d stage.

1489. By Dimitri John Ledkov

Enable nonfree repositories in install-firmware, if there are injected
drivers to install later.

1488. By Dimitri John Ledkov

* Make driver-injection-disk use a directory which is different from the
  one firmware injection uses.
* Move driver-injection-disk debs installation to pre-pkgsel.d stage,
  such that it is after the kernel has been installed. In cases injected
  driver .debs depend on particular kernel packages.

1487. By Dimitri John Ledkov

revert initial implementation

1486. By Dimitri John Ledkov

catch up from trunk

1485. By Dimitri John Ledkov

Move installation of in-target debs from driver-injection-disk from
post-base-installer.d to pre-pkgsel.d phase. Such that those firmware
debs are installed just after the kernel has been, but before
initramfs is updated. (LP: #1209287) (LP: #1216043)

1484. By Colin Watson

releasing version 1.92ubuntu1

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
1=== modified file 'Makefile'
2--- Makefile 2010-05-23 09:01:40 +0000
3+++ Makefile 2013-08-23 18:07:28 +0000
4@@ -27,6 +27,8 @@
5 sharedir=$(DESTDIR)/usr/share/hw-detect/
6 postbaseinstallerdir=$(DESTDIR)/usr/lib/post-base-installer.d/
7 prepkgseldir=$(DESTDIR)/usr/lib/pre-pkgsel.d/
8+usrbindir=$(DESTDIR)/usr/bin
9+man1dir=$(DESTDIR)/usr/share/man/man1
10
11 INSTALL=install
12 INSTALL_DATA = ${INSTALL} -m 644
13@@ -92,8 +94,10 @@
14 $(INSTALL) archdetect $(bindir)
15
16 install-archdetect-deb: archdetect
17- $(INSTALL) -d $(bindir)
18- $(INSTALL) archdetect $(bindir)
19+ $(INSTALL) -d $(usrbindir)
20+ $(INSTALL) archdetect $(usrbindir)
21+ $(INSTALL) -d $(man1dir)
22+ $(INSTALL) archdetect.1 $(man1dir)
23
24 archdetect: archdetect.o
25 ${CC} ${LDFLAGS} -o $@ $^ -ldebian-installer
26
27=== added file 'archdetect.1'
28--- archdetect.1 1970-01-01 00:00:00 +0000
29+++ archdetect.1 2013-08-23 18:07:28 +0000
30@@ -0,0 +1,35 @@
31+.Dd January 10, 2011
32+.Os Debian
33+.ds volume-operating-system Debian
34+.Dt ARCHDETECT 1
35+.Sh NAME
36+.Nm archdetect
37+.Nd detect hardware architecture
38+.Sh SYNOPSIS
39+.Nm
40+.Op Fl g
41+.Sh DESCRIPTION
42+.Nm
43+displays the current machine architecture and subarchitecture.
44+The architecture corresponds to that built into
45+.Ic dpkg ,
46+and describes the CPU (and possibly kernel) types; the subarchitecture
47+distinguishes machines with different boot arrangements that require special
48+handling.
49+.Pp
50+The following option is available:
51+.Bl -tag -width 4n
52+.It Fl g
53+When bringing up new subarchitectures,
54+.Nm
55+may not yet have been taught about this specific machine.
56+This option asks that
57+.Nm
58+try to guess a generic subarchitecture that may be compatible with this
59+machine.
60+This is only necessary on certain architectures, and simply has no effect
61+elsewhere.
62+.El
63+.Sh AUTHORS
64+.Nm
65+was written by the Debian Installer team.
66
67=== modified file 'debian/changelog'
68--- debian/changelog 2013-08-16 12:47:10 +0000
69+++ debian/changelog 2013-08-23 18:07:28 +0000
70@@ -1,3 +1,4 @@
71+<<<<<<< TREE
72 hw-detect (1.95) unstable; urgency=low
73
74 [ Updated translations ]
75@@ -21,6 +22,52 @@
76
77 -- Christian Perrier <bubulle@debian.org> Fri, 17 May 2013 19:34:43 +0200
78
79+=======
80+hw-detect (1.92ubuntu2) UNRELEASED; urgency=low
81+
82+ * Move installation of in-target debs from driver-injection-disk from
83+ post-base-installer.d to pre-pkgsel.d phase. Such that those firmware
84+ debs are installed just after the kernel has been, but before
85+ initramfs is updated. (LP: #1209287) (LP: #1216043)
86+
87+ -- Dmitrijs Ledkovs <dmitrij.ledkov@ubuntu.com> Fri, 23 Aug 2013 18:32:58 +0100
88+
89+hw-detect (1.92ubuntu1) raring; urgency=low
90+
91+ * Resynchronise with Debian. Remaining changes:
92+ - Remove FireWire Ethernet support.
93+ - Register lp module on i386 and amd64.
94+ - Exit zero if you continue all the way through ethdetect's errors about
95+ having no network interfaces.
96+ - Register rtc module on amd64.
97+ - Drop priorities of a couple of ethdetect questions to medium.
98+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
99+ snd_ps3 to /etc/modules.
100+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
101+ - disk-detect.sh: Do not check the kernel command line for any option
102+ to enable dmraid support. If functional dmraid arrays are found, the
103+ user will be asked if they wish to activate them.
104+ - Make dmraid logging a bit neater.
105+ - 'dmraid -c -s' changed its output format; cope with both old and new.
106+ - Remove dm-emc from the multipath modules, since it's gone since
107+ 2.6.27.
108+ - Improve checks for dm-* drivers being present to avoid relying on them
109+ being built as modules.
110+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
111+ no disk devices are found.
112+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
113+ available.
114+ - Add an 'archdetect-deb' package, containing /usr/bin/archdetect. Add
115+ an archdetect(1) manual page.
116+ - Refer to /usr/share/common-licenses/GPL-2 in debian/copyright.
117+ - Load xenbus_probe_frontend if we're running under the Xen hypervisor.
118+ - Redirect update-dev output to /dev/null, as it is in principle
119+ possible for it to write to stdout and that would interfere with
120+ debconf.
121+
122+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 18 Feb 2013 16:45:36 +0000
123+
124+>>>>>>> MERGE-SOURCE
125 hw-detect (1.92) unstable; urgency=low
126
127 [ Updated translations ]
128@@ -28,6 +75,41 @@
129
130 -- Christian Perrier <bubulle@debian.org> Mon, 10 Dec 2012 22:08:28 +0100
131
132+hw-detect (1.91ubuntu1) raring; urgency=low
133+
134+ * Resynchronise with Debian. Remaining changes:
135+ - Remove FireWire Ethernet support.
136+ - Register lp module on i386 and amd64.
137+ - Exit zero if you continue all the way through ethdetect's errors about
138+ having no network interfaces.
139+ - Register rtc module on amd64.
140+ - Drop priorities of a couple of ethdetect questions to medium.
141+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
142+ snd_ps3 to /etc/modules.
143+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
144+ - disk-detect.sh: Do not check the kernel command line for any option
145+ to enable dmraid support. If functional dmraid arrays are found, the
146+ user will be asked if they wish to activate them.
147+ - Make dmraid logging a bit neater.
148+ - 'dmraid -c -s' changed its output format; cope with both old and new.
149+ - Remove dm-emc from the multipath modules, since it's gone since
150+ 2.6.27.
151+ - Improve checks for dm-* drivers being present to avoid relying on them
152+ being built as modules.
153+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
154+ no disk devices are found.
155+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
156+ available.
157+ - Add an 'archdetect-deb' package, containing /usr/bin/archdetect. Add
158+ an archdetect(1) manual page.
159+ - Refer to /usr/share/common-licenses/GPL-2 in debian/copyright.
160+ - Load xenbus_probe_frontend if we're running under the Xen hypervisor.
161+ - Redirect update-dev output to /dev/null, as it is in principle
162+ possible for it to write to stdout and that would interfere with
163+ debconf.
164+
165+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 28 Nov 2012 15:40:15 +0000
166+
167 hw-detect (1.91) unstable; urgency=low
168
169 * Replace XC-Package-Type by Package-Type in debian/control
170@@ -47,6 +129,40 @@
171
172 -- Christian Perrier <bubulle@debian.org> Thu, 26 Jul 2012 02:08:00 +0200
173
174+hw-detect (1.89ubuntu1) quantal; urgency=low
175+
176+ * Resynchronise with Debian. Remaining changes:
177+ - Remove FireWire Ethernet support.
178+ - Register lp module on i386 and amd64.
179+ - Exit zero if you continue all the way through ethdetect's errors about
180+ having no network interfaces.
181+ - Register rtc module on amd64.
182+ - Drop priorities of a couple of ethdetect questions to medium.
183+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
184+ snd_ps3 to /etc/modules.
185+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
186+ - disk-detect.sh: Do not check the kernel command line for any option
187+ to enable dmraid support. If functional dmraid arrays are found, the
188+ user will be asked if they wish to activate them.
189+ - Make dmraid logging a bit neater.
190+ - 'dmraid -c -s' changed its output format; cope with both old and new.
191+ - Remove dm-emc from the multipath modules, since it's gone since
192+ 2.6.27.
193+ - Improve checks for dm-* drivers being present to avoid relying on them
194+ being built as modules.
195+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
196+ no disk devices are found.
197+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
198+ available.
199+ - Add an 'archdetect-deb' package, containing /usr/bin/archdetect. Add
200+ an archdetect(1) manual page.
201+ - Refer to /usr/share/common-licenses/GPL-2 in debian/copyright.
202+ - Load xenbus_probe_frontend if we're running under the Xen hypervisor.
203+ * Redirect update-dev output to /dev/null, as it is in principle possible
204+ for it to write to stdout and that would interfere with debconf.
205+
206+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 13 Jul 2012 10:15:53 +0100
207+
208 hw-detect (1.89) unstable; urgency=low
209
210 * Team upload
211@@ -80,6 +196,44 @@
212
213 -- Christian Perrier <bubulle@debian.org> Fri, 15 Jun 2012 07:21:09 +0200
214
215+hw-detect (1.88ubuntu2) precise; urgency=low
216+
217+ * Update Ubuntu-specific translations from Launchpad.
218+
219+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 11 Apr 2012 11:45:59 +0100
220+
221+hw-detect (1.88ubuntu1) precise; urgency=low
222+
223+ * Resynchronise with Debian. Remaining changes:
224+ - Remove FireWire Ethernet support.
225+ - Register lp module on i386 and amd64.
226+ - Exit zero if you continue all the way through ethdetect's errors about
227+ having no network interfaces.
228+ - Register rtc module on amd64.
229+ - Drop priorities of a couple of ethdetect questions to medium.
230+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
231+ snd_ps3 to /etc/modules.
232+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
233+ - disk-detect.sh: Do not check the kernel command line for any option
234+ to enable dmraid support. If functional dmraid arrays are found, the
235+ user will be asked if they wish to activate them.
236+ - Make dmraid logging a bit neater.
237+ - 'dmraid -c -s' changed its output format; cope with both old and new.
238+ - Remove dm-emc from the multipath modules, since it's gone since
239+ 2.6.27.
240+ - Improve checks for dm-* drivers being present to avoid relying on them
241+ being built as modules.
242+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
243+ no disk devices are found.
244+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
245+ available.
246+ - Add an 'archdetect-deb' package, containing /usr/bin/archdetect. Add
247+ an archdetect(1) manual page.
248+ - Refer to /usr/share/common-licenses/GPL-2 in debian/copyright.
249+ - Load xenbus_probe_frontend if we're running under the Xen hypervisor.
250+
251+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Nov 2011 15:43:43 +0000
252+
253 hw-detect (1.88) unstable; urgency=low
254
255 [ Milan Kupcevic ]
256@@ -96,6 +250,38 @@
257
258 -- Joey Hess <joeyh@debian.org> Thu, 17 Nov 2011 12:38:54 -0400
259
260+hw-detect (1.87ubuntu1) precise; urgency=low
261+
262+ * Resynchronise with Debian. Remaining changes:
263+ - Remove FireWire Ethernet support.
264+ - Register lp module on i386 and amd64.
265+ - Exit zero if you continue all the way through ethdetect's errors about
266+ having no network interfaces.
267+ - Register rtc module on amd64.
268+ - Drop priorities of a couple of ethdetect questions to medium.
269+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
270+ snd_ps3 to /etc/modules.
271+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
272+ - disk-detect.sh: Do not check the kernel command line for any option
273+ to enable dmraid support. If functional dmraid arrays are found, the
274+ user will be asked if they wish to activate them.
275+ - Make dmraid logging a bit neater.
276+ - 'dmraid -c -s' changed its output format; cope with both old and new.
277+ - Remove dm-emc from the multipath modules, since it's gone since
278+ 2.6.27.
279+ - Improve checks for dm-* drivers being present to avoid relying on them
280+ being built as modules.
281+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
282+ no disk devices are found.
283+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
284+ available.
285+ - Add an 'archdetect-deb' package, containing /usr/bin/archdetect. Add
286+ an archdetect(1) manual page.
287+ - Refer to /usr/share/common-licenses/GPL-2 in debian/copyright.
288+ - Load xenbus_probe_frontend if we're running under the Xen hypervisor.
289+
290+ -- Colin Watson <cjwatson@ubuntu.com> Sun, 23 Oct 2011 20:08:42 +0100
291+
292 hw-detect (1.87) unstable; urgency=low
293
294 [ Jurij Smakov ]
295@@ -186,6 +372,51 @@
296
297 -- Otavio Salvador <otavio@debian.org> Wed, 24 Nov 2010 09:52:34 -0200
298
299+hw-detect (1.81ubuntu3) oneiric; urgency=low
300+
301+ * Load xenbus_probe_frontend if we're running under the Xen hypervisor
302+ (LP: #857662).
303+
304+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 23 Sep 2011 23:21:48 +0100
305+
306+hw-detect (1.81ubuntu2) natty; urgency=low
307+
308+ * Add an 'archdetect-deb' package, containing /usr/bin/archdetect. Add an
309+ archdetect(1) manual page.
310+ * Refer to /usr/share/common-licenses/GPL-2 in debian/copyright.
311+
312+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 10 Jan 2011 12:14:44 -0600
313+
314+hw-detect (1.81ubuntu1) natty; urgency=low
315+
316+ * Resynchronise with Debian. Remaining changes:
317+ - Remove FireWire Ethernet support.
318+ - Register lp module on i386 and amd64.
319+ - Exit zero if you continue all the way through ethdetect's errors about
320+ having no network interfaces.
321+ - Register rtc module on amd64.
322+ - Drop priorities of a couple of ethdetect questions to medium.
323+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
324+ snd_ps3 to /etc/modules.
325+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
326+ - disk-detect.sh: Do not check the kernel command line for any option
327+ to enable dmraid support. If functional dmraid arrays are found, the
328+ user will be asked if they wish to activate them.
329+ - Make dmraid logging a bit neater.
330+ - 'dmraid -c -s' changed its output format; cope with both old and new.
331+ - Reinstate snd-powermac for i2s-a devices since apparently the lock-up
332+ has been fixed.
333+ - Remove dm-emc from the multipath modules, since it's gone since
334+ 2.6.27.
335+ - Improve checks for dm-* drivers being present to avoid relying on them
336+ being built as modules.
337+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
338+ no disk devices are found.
339+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
340+ available.
341+
342+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 15 Nov 2010 10:45:26 +0000
343+
344 hw-detect (1.81) unstable; urgency=low
345
346 [ Thibaut Girka ]
347@@ -204,6 +435,36 @@
348
349 -- Otavio Salvador <otavio@debian.org> Fri, 12 Nov 2010 14:42:31 -0200
350
351+hw-detect (1.80ubuntu1) natty; urgency=low
352+
353+ * Resynchronise with Debian. Remaining changes:
354+ - Remove FireWire Ethernet support.
355+ - Register lp module on i386 and amd64.
356+ - Exit zero if you continue all the way through ethdetect's errors about
357+ having no network interfaces.
358+ - Register rtc module on amd64.
359+ - Drop priorities of a couple of ethdetect questions to medium.
360+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
361+ snd_ps3 to /etc/modules.
362+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
363+ - disk-detect.sh: Do not check the kernel command line for any option
364+ to enable dmraid support. If functional dmraid arrays are found, the
365+ user will be asked if they wish to activate them.
366+ - Make dmraid logging a bit neater.
367+ - 'dmraid -c -s' changed its output format; cope with both old and new.
368+ - Reinstate snd-powermac for i2s-a devices since apparently the lock-up
369+ has been fixed.
370+ - Remove dm-emc from the multipath modules, since it's gone since
371+ 2.6.27.
372+ - Improve checks for dm-* drivers being present to avoid relying on them
373+ being built as modules.
374+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
375+ no disk devices are found.
376+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
377+ available.
378+
379+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 15 Oct 2010 13:21:28 +0100
380+
381 hw-detect (1.80) unstable; urgency=low
382
383 * Add -g/--guess option to archdetect to ask for heuristics that make it
384@@ -432,6 +693,74 @@
385
386 -- Frans Pop <fjp@debian.org> Thu, 24 Dec 2009 03:23:27 +0100
387
388+hw-detect (1.73ubuntu5) maverick; urgency=low
389+
390+ * Backport from trunk:
391+ - Add -g/--guess option to archdetect to ask for heuristics that make it
392+ easier to bring up new boards, based on a patch from Michael
393+ Casadevall. See
394+ http://lists.debian.org/debian-boot/2010/08/msg00641.html for
395+ rationale. Requires libdebian-installer4-dev (>= 0.76).
396+
397+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 14 Sep 2010 18:46:00 +0100
398+
399+hw-detect (1.73ubuntu4) lucid; urgency=low
400+
401+ * Enable backup while running iscsi_login, to match behaviour when running
402+ iscsi_login from partman.
403+
404+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 23 Apr 2010 21:09:45 +0100
405+
406+hw-detect (1.73ubuntu3) lucid; urgency=low
407+
408+ * Update Ubuntu-specific translations from Launchpad.
409+
410+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 15 Apr 2010 00:17:52 +0100
411+
412+hw-detect (1.73ubuntu2) lucid; urgency=low
413+
414+ * Don't try to install libc6-vfp any more; it hasn't been built since
415+ eglibc 2.10.1-0ubuntu10 in karmic.
416+
417+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 10 Feb 2010 12:26:38 +0000
418+
419+hw-detect (1.73ubuntu1) lucid; urgency=low
420+
421+ * Resynchronise with Debian. Remaining changes:
422+ - Remove FireWire Ethernet support.
423+ - Register lp module on i386 and amd64.
424+ - Exit zero if you continue all the way through ethdetect's errors about
425+ having no network interfaces.
426+ - Register rtc module on amd64.
427+ - Drop priorities of a couple of ethdetect questions to medium.
428+ - Install mouseemu on systems likely to have single-button mice (i.e.
429+ non-desktop Macs), but not powerpc64 since that causes an oops in the
430+ input layer.
431+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
432+ snd_ps3 to /etc/modules.
433+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
434+ - disk-detect.sh: Do not check the kernel command line for any option
435+ to enable dmraid support. If functional dmraid arrays are found, the
436+ user will be asked if they wish to activate them.
437+ - Make dmraid logging a bit neater.
438+ - 'dmraid -c -s' changed its output format; cope with both old and new.
439+ - Reinstate snd-powermac for i2s-a devices since apparently the lock-up
440+ has been fixed.
441+ - Remove dm-emc from the multipath modules, since it's gone since
442+ 2.6.27.
443+ - Improve checks for dm-* drivers being present to avoid relying on them
444+ being built as modules.
445+ - Install libc6-vfp on armel systems where the vfp word is found in the
446+ /proc/cpuinfo features.
447+ - Offer iSCSI targets for preseeding if partman-iscsi is available and
448+ no disk devices are found.
449+ - Stop installing acpi, acpid, and acpi-support-base if acpi is
450+ available.
451+ - Add support for Dell Driver Injection disk v1, an integrated flash
452+ media based solution for adding in drivers after OS launches.
453+
454+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 09 Nov 2009 10:38:34 +0000
455+
456 hw-detect (1.73) unstable; urgency=low
457
458 [ Otavio Salvador ]
459@@ -456,6 +785,80 @@
460
461 -- Colin Watson <cjwatson@debian.org> Thu, 23 Jul 2009 16:40:23 +0100
462
463+hw-detect (1.72ubuntu5) karmic; urgency=low
464+
465+ * Fix db_fget arguments when checking for partman-iscsi preseeding.
466+
467+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 14 Oct 2009 20:51:53 +0100
468+
469+hw-detect (1.72ubuntu4) karmic; urgency=low
470+
471+ [ Colin Watson ]
472+ * Drop disk-detect/iscsi/enable template, which is no longer used.
473+ * Don't install mouseemu on Intel Mac desktops (LP: #251830).
474+
475+ [ Mario Limonciello ]
476+ * Add support for Dell Driver Injection disk v1, an integrated flash media based
477+ solution for adding in drivers after OS launches. This feature will be on
478+ upcoming Dell servers. (LP: #341526)
479+
480+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 28 Aug 2009 09:59:27 +0100
481+
482+hw-detect (1.72ubuntu3) karmic; urgency=low
483+
484+ * Support preseeding of partman-iscsi/login/address.
485+ * Don't call 'anna-install open-iscsi-udeb' if the iSCSI login choice is
486+ selected; partman-iscsi must already be installed for this choice to be
487+ offered, and it depends on open-iscsi-udeb already.
488+
489+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 10 Aug 2009 18:05:43 +0100
490+
491+hw-detect (1.72ubuntu2) karmic; urgency=low
492+
493+ * Default iSCSI configuration to true, and stop installing open-iscsi-udeb
494+ unconditionally here; partman-iscsi will take care of that. Instead,
495+ offer iSCSI targets as a choice if partman-iscsi is available and no
496+ disk devices are found, and implement compatibility with old-style
497+ open-iscsi/targets preseeding (LP: #237460).
498+ * Stop installing acpi, acpid, and acpi-support-base if acpi is available.
499+ Most of these are going away and desktop facilities should take care of
500+ whatever's left.
501+
502+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 10 Aug 2009 13:24:35 +0100
503+
504+hw-detect (1.72ubuntu1) karmic; urgency=low
505+
506+ * Resynchronise with Debian. Remaining changes:
507+ - Remove FireWire Ethernet support.
508+ - Register lp module on i386 and amd64.
509+ - Exit zero if you continue all the way through ethdetect's errors about
510+ having no network interfaces.
511+ - Register rtc module on amd64.
512+ - Drop priorities of a couple of ethdetect questions to medium.
513+ - Install mouseemu on systems likely to have single-button mice (i.e.
514+ Macs), but not powerpc64 since that causes an oops in the input layer.
515+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
516+ snd_ps3 to /etc/modules.
517+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
518+ - Add hooks for iSCSI support.
519+ - disk-detect.sh: Do not check the kernel command line for any option
520+ to enable dmraid support. If functional dmraid arrays are found, the
521+ user will be asked if they wish to activate them.
522+ - Make dmraid logging a bit neater.
523+ - 'dmraid -c -s' changed its output format; cope with both old and new.
524+ - Reinstate snd-powermac for i2s-a devices since apparently the lock-up
525+ has been fixed.
526+ - Remove dm-emc from the multipath modules, since it's gone since
527+ 2.6.27.
528+ - Improve checks for dm-* drivers being present to avoid relying on them
529+ being built as modules.
530+ - Install libc6-vfp on armel systems where the vfp word is found in the
531+ /proc/cpuinfo features.
532+ * Don't use 'grep -w' in VFP-detection code, since busybox doesn't
533+ implement it (LP: #359915).
534+
535+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 02 Jun 2009 17:14:06 +0100
536+
537 hw-detect (1.72) unstable; urgency=low
538
539 [ Colin Watson ]
540@@ -483,6 +886,75 @@
541
542 -- Frans Pop <fjp@debian.org> Fri, 08 May 2009 07:45:48 +0200
543
544+hw-detect (1.71ubuntu6) jaunty; urgency=low
545+
546+ [ Loic Minier ]
547+ * Install libc6-vfp on armel systems where the vfp word is found in the
548+ /proc/cpuinfo features.
549+
550+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 27 Mar 2009 11:52:40 +0000
551+
552+hw-detect (1.71ubuntu5) jaunty; urgency=low
553+
554+ * Use 'update-dev --settle' rather than 'update-dev' after loading modules
555+ (although not after installing new module packages, which may still
556+ require a trigger). Requires di-utils 1.66.
557+
558+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 04 Mar 2009 16:31:50 +0000
559+
560+hw-detect (1.71ubuntu4) jaunty; urgency=low
561+
562+ * Check dmraid's exit code as well as parsing its output, the latter for
563+ backward compatibility with dmraid << 1.0.0.rc15-1~exp4 only
564+ (LP: #325947).
565+
566+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 12 Feb 2009 10:19:04 +0000
567+
568+hw-detect (1.71ubuntu3) jaunty; urgency=low
569+
570+ * Improve checks for dm-* drivers being present to avoid relying on them
571+ being built as modules.
572+
573+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 30 Dec 2008 14:38:36 +0000
574+
575+hw-detect (1.71ubuntu2) jaunty; urgency=low
576+
577+ * Backport from trunk:
578+ - Ask the correct parameters question if modprobe fails.
579+ - Cope with dm-mod being built-in.
580+
581+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 29 Dec 2008 21:28:16 +0000
582+
583+hw-detect (1.71ubuntu1) jaunty; urgency=low
584+
585+ [ Timo Aaltonen ]
586+ * disk-detect.sh: Remove dm-emc from the multipath modules, since
587+ it's gone since 2.6.27.
588+
589+ [ Colin Watson ]
590+ * Resynchronise with Debian. Remaining changes:
591+ - Remove FireWire Ethernet support.
592+ - Register lp module on i386 and amd64.
593+ - Exit zero if you continue all the way through ethdetect's errors about
594+ having no network interfaces.
595+ - Register rtc module on amd64.
596+ - Drop priorities of a couple of ethdetect questions to medium.
597+ - Install mouseemu on systems likely to have single-button mice (i.e.
598+ Macs), but not powerpc64 since that causes an oops in the input layer.
599+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
600+ snd_ps3 to /etc/modules.
601+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
602+ - Add hooks for iSCSI support.
603+ - disk-detect.sh: Do not check the kernel command line for any option
604+ to enable dmraid support. If functional dmraid arrays are found, the
605+ user will be asked if they wish to activate them.
606+ - Make dmraid logging a bit neater.
607+ - 'dmraid -c -s' changed its output format; cope with both old and new.
608+ - Reinstate snd-powermac for i2s-a devices since apparently the lock-up
609+ has been fixed.
610+
611+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 23 Dec 2008 19:01:16 +0000
612+
613 hw-detect (1.71) unstable; urgency=low
614
615 * Pass all_generic_ide as a plain boot option instead of with the value 1 as
616@@ -491,6 +963,41 @@
617
618 -- Frans Pop <fjp@debian.org> Wed, 17 Dec 2008 20:54:19 +0100
619
620+hw-detect (1.70ubuntu3) jaunty; urgency=low
621+
622+ * Reinstate snd-powermac for i2s-a devices since apparently the lock-up
623+ has been fixed (LP: #87652).
624+
625+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 27 Nov 2008 17:46:21 +0000
626+
627+hw-detect (1.70ubuntu2) jaunty; urgency=low
628+
629+ * Make dmraid logging a bit neater.
630+ * 'dmraid -c -s' changed its output format; cope with both old and new.
631+
632+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 20 Nov 2008 18:20:39 +0000
633+
634+hw-detect (1.70ubuntu1) jaunty; urgency=low
635+
636+ * Resynchronise with Debian. Remaining changes:
637+ - Remove FireWire Ethernet support.
638+ - Register lp module on i386 and amd64.
639+ - Exit zero if you continue all the way through ethdetect's errors about
640+ having no network interfaces.
641+ - Register rtc module on amd64.
642+ - Drop priorities of a couple of ethdetect questions to medium.
643+ - Install mouseemu on systems likely to have single-button mice (i.e.
644+ Macs), but not powerpc64 since that causes an oops in the input layer.
645+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
646+ snd_ps3 to /etc/modules.
647+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
648+ - Add hooks for iSCSI support.
649+ - disk-detect.sh: Do not check the kernel command line for any option
650+ to enable dmraid support. If functional dmraid arrays are found, the
651+ user will be asked if they wish to activate them.
652+
653+ -- Luke Yelavich <themuso@ubuntu.com> Wed, 05 Nov 2008 10:56:29 +1100
654+
655 hw-detect (1.70) unstable; urgency=low
656
657 [ Frans Pop ]
658@@ -653,6 +1160,47 @@
659
660 -- Joey Hess <joeyh@debian.org> Mon, 07 Jul 2008 13:50:33 -0400
661
662+hw-detect (1.63ubuntu4) intrepid; urgency=low
663+
664+ * disk-detect.sh, debian/disk-detect.templates: If dmraid arrays are found,
665+ ask the user if they want to use them. (LP: #279288)
666+
667+ -- Luke Yelavich <themuso@ubuntu.com> Wed, 15 Oct 2008 09:41:15 +1100
668+
669+hw-detect (1.63ubuntu3) intrepid; urgency=low
670+
671+ * disk-detect.sh: Do not pass the complete device node path to
672+ dmraid-activate, since it no longer uses basename.
673+
674+ -- Luke Yelavich <themuso@ubuntu.com> Thu, 25 Sep 2008 11:09:36 +1000
675+
676+hw-detect (1.63ubuntu2) intrepid; urgency=low
677+
678+ * disk-detect.sh: Do not check the kernel command line for any option
679+ to enable dmraid support. If functional dmraid arrays are found, they
680+ will be activated.
681+ * debian/disk-detect.templates: Remove disk-detect/dmraid/enable template.
682+
683+ -- Luke Yelavich <themuso@ubuntu.com> Thu, 28 Aug 2008 00:13:21 +1000
684+
685+hw-detect (1.63ubuntu1) intrepid; urgency=low
686+
687+ * Resynchronise with Debian. Remaining changes:
688+ - Remove FireWire Ethernet support.
689+ - Register lp module on i386 and amd64.
690+ - Exit zero if you continue all the way through ethdetect's errors about
691+ having no network interfaces.
692+ - Register rtc module on amd64.
693+ - Drop priorities of a couple of ethdetect questions to medium.
694+ - Install mouseemu on systems likely to have single-button mice (i.e.
695+ Macs), but not powerpc64 since that causes an oops in the input layer.
696+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
697+ snd_ps3 to /etc/modules.
698+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
699+ - Add hooks for iSCSI support.
700+
701+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 26 Jun 2008 13:00:09 +0100
702+
703 hw-detect (1.63) unstable; urgency=low
704
705 [ Colin Watson, Frans Pop ]
706@@ -668,6 +1216,24 @@
707
708 -- Frans Pop <fjp@debian.org> Tue, 17 Jun 2008 14:08:02 +0200
709
710+hw-detect (1.62ubuntu1) intrepid; urgency=low
711+
712+ * Resynchronise with Debian. Remaining changes:
713+ - Remove FireWire Ethernet support.
714+ - Register lp module on i386 and amd64.
715+ - Exit zero if you continue all the way through ethdetect's errors about
716+ having no network interfaces.
717+ - Register rtc module on amd64.
718+ - Drop priorities of a couple of ethdetect questions to medium.
719+ - Install mouseemu on systems likely to have single-button mice (i.e.
720+ Macs), but not powerpc64 since that causes an oops in the input layer.
721+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
722+ snd_ps3 to /etc/modules.
723+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
724+ - Add hooks for iSCSI support.
725+
726+ -- Colin Watson <cjwatson@ubuntu.com> Sun, 15 Jun 2008 22:37:38 +0100
727+
728 hw-detect (1.62) unstable; urgency=low
729
730 [ Updated translations ]
731@@ -731,6 +1297,30 @@
732
733 -- Otavio Salvador <otavio@debian.org> Fri, 15 Feb 2008 08:14:58 -0200
734
735+hw-detect (1.58ubuntu2) hardy; urgency=low
736+
737+ * Add hooks for iSCSI support.
738+
739+ -- Soren Hansen <soren@ubuntu.com> Fri, 08 Feb 2008 17:08:44 +0100
740+
741+hw-detect (1.58ubuntu1) hardy; urgency=low
742+
743+ * Resynchronise with Debian. Remaining changes:
744+ - Remove FireWire Ethernet support.
745+ - Register lp module on i386 and amd64.
746+ - Exit zero if you continue all the way through ethdetect's errors about
747+ having no network interfaces.
748+ - Register rtc module on amd64.
749+ - Drop priorities of a couple of ethdetect questions to medium.
750+ - Install mouseemu on systems likely to have single-button mice (i.e.
751+ Macs), but not powerpc64 since that causes an oops in the input layer.
752+ - On powerpc/ps3 systems, load ps3rom, ps3disk, and ps3_gelic, and add
753+ snd_ps3 to /etc/modules.
754+ - Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
755+ * Set Vcs-Bzr for Ubuntu.
756+
757+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 27 Nov 2007 14:13:59 +0000
758+
759 hw-detect (1.58) unstable; urgency=low
760
761 * Install acpi-support-base, needed now to get power button shutdowns to
762@@ -823,6 +1413,35 @@
763
764 -- Frans Pop <fjp@debian.org> Fri, 06 Jul 2007 00:17:19 +0200
765
766+hw-detect (1.53ubuntu3) gutsy; urgency=low
767+
768+ * We now need to use ps3rom and ps3disk rather than ps3_storage.
769+ * gelic_net was renamed to ps3_gelic.
770+
771+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 27 Sep 2007 14:28:19 +0100
772+
773+hw-detect (1.53ubuntu2) gutsy; urgency=low
774+
775+ * Install elfspe2 on Cell (powerpc/ps3 and powerpc/cell) platforms.
776+
777+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 20 Sep 2007 21:42:09 +0100
778+
779+hw-detect (1.53ubuntu1) gutsy; urgency=low
780+
781+ * Resynchronise with Debian. Remaining changes:
782+ - Remove FireWire Ethernet support.
783+ - Register lp module on i386 and amd64.
784+ - Exit zero if you continue all the way through ethdetect's errors about
785+ having no network interfaces.
786+ - Register rtc module on amd64.
787+ - Drop priorities of a couple of ethdetect questions to medium.
788+ - Install mouseemu on systems likely to have single-button mice (i.e.
789+ Macs), but not powerpc64 since that causes an oops in the input layer.
790+ - On powerpc/ps3 systems, load ps3_storage and gelic_net and add snd_ps3
791+ to /etc/modules.
792+
793+ -- Evan Dandrea <evand@ubuntu.com> Mon, 11 Jun 2007 10:31:27 -0400
794+
795 hw-detect (1.53) unstable; urgency=low
796
797 [ Joey Hess ]
798@@ -834,6 +1453,29 @@
799
800 -- Frans Pop <fjp@debian.org> Mon, 21 May 2007 16:38:31 +0200
801
802+hw-detect (1.52ubuntu2) gutsy; urgency=low
803+
804+ * Install ps3pf-utils on powerpc/ps3 systems.
805+
806+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 17 May 2007 14:58:59 +0100
807+
808+hw-detect (1.52ubuntu1) gutsy; urgency=low
809+
810+ * Resynchronise with Debian. Remaining changes:
811+ - Remove FireWire Ethernet support.
812+ - Register lp module on i386 and amd64.
813+ - Exit zero if you continue all the way through ethdetect's errors about
814+ having no network interfaces.
815+ - Register rtc module on amd64.
816+ - Drop priorities of a couple of ethdetect questions to medium.
817+ - Depend on pciutils-udeb for lspci.
818+ - Install mouseemu on systems likely to have single-button mice (i.e.
819+ Macs), but not powerpc64 since that causes an oops in the input layer.
820+ - On powerpc/ps3 systems, load ps3_storage and gelic_net and add snd_ps3
821+ to /etc/modules.
822+
823+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 26 Apr 2007 15:30:32 +0100
824+
825 hw-detect (1.52) unstable; urgency=low
826
827 * Code cleanup:
828@@ -918,6 +1560,47 @@
829
830 -- Frans Pop <fjp@debian.org> Thu, 21 Dec 2006 16:24:44 +0100
831
832+hw-detect (1.45ubuntu5) feisty; urgency=low
833+
834+ * Don't install mouseemu on powerpc64 for now; it causes a kernel oops
835+ somewhere in the input layer (thanks, Benjamin Herrenschmidt).
836+
837+ -- Colin Watson <cjwatson@ubuntu.com> Sun, 15 Apr 2007 10:06:28 +0100
838+
839+hw-detect (1.45ubuntu4) feisty; urgency=low
840+
841+ * Load ps3_storage and gelic_net on powerpc/ps3 systems. (The initramfs
842+ will take care of loading them on the installed system.)
843+
844+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 11 Apr 2007 03:10:38 +0100
845+
846+hw-detect (1.45ubuntu3) feisty; urgency=low
847+
848+ * Add snd_ps3 to /etc/modules on powerpc/ps3 systems.
849+
850+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 30 Mar 2007 17:59:32 +0100
851+
852+hw-detect (1.45ubuntu2) feisty; urgency=low
853+
854+ * Install mouseemu on systems likely to have single-button mice (i.e.
855+ Macs).
856+ * Set Maintainer to ubuntu-installer@lists.ubuntu.com.
857+
858+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 23 Feb 2007 14:59:32 +0000
859+
860+hw-detect (1.45ubuntu1) feisty; urgency=low
861+
862+ * Resynchronise with Debian. Remaining changes:
863+ - Remove FireWire Ethernet support.
864+ - Register lp module on i386 and amd64.
865+ - Exit zero if you continue all the way through ethdetect's errors about
866+ having no network interfaces.
867+ - Register rtc module on amd64.
868+ - Drop priorities of a couple of ethdetect questions to medium.
869+ - Depend on pciutils-udeb for lspci.
870+
871+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 19 Dec 2006 14:07:25 +0000
872+
873 hw-detect (1.45) unstable; urgency=low
874
875 * Add sbus-discover back in as sysfs support for sbus turns out to be
876@@ -955,6 +1638,19 @@
877
878 -- Frans Pop <fjp@debian.org> Thu, 30 Nov 2006 15:33:36 +0100
879
880+hw-detect (1.43ubuntu1) feisty; urgency=low
881+
882+ * Resynchronise with Debian. Remaining changes:
883+ - Remove FireWire Ethernet support.
884+ - Register lp module on i386 and amd64.
885+ - Exit zero if you continue all the way through ethdetect's errors about
886+ having no network interfaces.
887+ - Register rtc module on amd64.
888+ - Drop priorities of a couple of ethdetect questions to medium.
889+ - Depend on pciutils-udeb for lspci.
890+
891+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 22 Nov 2006 12:01:12 +0000
892+
893 hw-detect (1.43) unstable; urgency=low
894
895 [ Updated translations ]
896@@ -1043,6 +1739,20 @@
897
898 -- Frans Pop <fjp@debian.org> Sat, 16 Sep 2006 11:38:58 +0200
899
900+hw-detect (1.41ubuntu2) edgy; urgency=low
901+
902+ * Backport from trunk:
903+ - Use list-devices to check for disks if parted_devices if unavailable.
904+ Requires di-utils 1.33.
905+
906+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 29 Aug 2006 11:13:10 +0100
907+
908+hw-detect (1.41ubuntu1) edgy; urgency=low
909+
910+ * Resynchronise with Debian.
911+
912+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 29 Aug 2006 10:25:30 +0100
913+
914 hw-detect (1.41) unstable; urgency=low
915
916 [ Colin Watson ]
917@@ -1098,6 +1808,28 @@
918
919 -- Frans Pop <fjp@debian.org> Tue, 25 Jul 2006 13:04:38 +0200
920
921+hw-detect (1.38ubuntu3) edgy; urgency=low
922+
923+ * If /proc/sys/kernel/hotplug is empty or /sbin/udevsend, then
924+ HOTPLUG_TYPE is always udev even if /etc/hotplug is present (closes:
925+ Malone #53400).
926+
927+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 19 Jul 2006 07:35:48 +0100
928+
929+hw-detect (1.38ubuntu2) edgy; urgency=low
930+
931+ * Backport from trunk:
932+ - Fix disk_found to return 1 (no disks found) if it falls off the end of
933+ its loop.
934+
935+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jul 2006 15:29:49 +0100
936+
937+hw-detect (1.38ubuntu1) edgy; urgency=low
938+
939+ * Resynchronise with Debian.
940+
941+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 28 Jun 2006 13:21:11 +0100
942+
943 hw-detect (1.38) unstable; urgency=low
944
945 * Change ethdetect menu item number from 15 to 18. cdrom-detect, load-iso,
946@@ -1293,6 +2025,47 @@
947
948 -- Frans Pop <fjp@debian.org> Wed, 1 Feb 2006 15:40:33 +0100
949
950+hw-detect (1.32ubuntu6) dapper; urgency=low
951+
952+ * Backport from trunk:
953+ - Fix sysfs-update-devnames not to try to use 'local' outside a
954+ function, which bash doesn't like.
955+
956+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 8 May 2006 11:48:09 +0100
957+
958+hw-detect (1.32ubuntu5) dapper; urgency=low
959+
960+ * Take floppy back out of /etc/modules; turns out the kernel's PnP
961+ subsystem is broken.
962+
963+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 2 Mar 2006 13:11:19 +0000
964+
965+hw-detect (1.32ubuntu4) dapper; urgency=low
966+
967+ * Add floppy to /etc/modules (closes: Malone #32599).
968+
969+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 28 Feb 2006 11:03:44 +0000
970+
971+hw-detect (1.32ubuntu3) dapper; urgency=low
972+
973+ * Remove old hack to register specific sparc modules.
974+
975+ -- Fabio M. Di Nitto <fabbione@ubuntu.com> Fri, 24 Feb 2006 11:28:14 +0100
976+
977+hw-detect (1.32ubuntu2) dapper; urgency=low
978+
979+ * Stop registering mousedev, which is built into the kernel now.
980+
981+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 2 Feb 2006 18:15:21 +0000
982+
983+hw-detect (1.32ubuntu1) dapper; urgency=low
984+
985+ * Resynchronise with Debian.
986+ * Drop casper symlinks, no longer required following casper's
987+ reimplementation as initramfs hooks.
988+
989+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 18 Jan 2006 01:06:30 +0000
990+
991 hw-detect (1.32) unstable; urgency=low
992
993 * I observed a scsi disk that required three seconds from the end of
994@@ -1336,6 +2109,20 @@
995
996 -- Joey Hess <joeyh@debian.org> Sat, 3 Dec 2005 12:55:10 -0500
997
998+hw-detect (1.29ubuntu2) dapper; urgency=low
999+
1000+ * Replace another udevsynthesize call with update-dev.
1001+
1002+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 5 Dec 2005 22:50:30 +0000
1003+
1004+hw-detect (1.29ubuntu1) dapper; urgency=low
1005+
1006+ * Resynchronise with Debian.
1007+ * Depend on udev-udeb ahead of discover to make sure germinate doesn't get
1008+ confused.
1009+
1010+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 2 Dec 2005 11:31:56 +0000
1011+
1012 hw-detect (1.29) unstable; urgency=low
1013
1014 * Add udev-udeb as alternate dependency for discover.
1015@@ -1345,6 +2132,12 @@
1016
1017 -- Colin Watson <cjwatson@debian.org> Fri, 2 Dec 2005 10:38:29 +0000
1018
1019+hw-detect (1.28ubuntu1) dapper; urgency=low
1020+
1021+ * Resynchronise with Debian.
1022+
1023+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 1 Dec 2005 13:26:37 +0000
1024+
1025 hw-detect (1.28) unstable; urgency=low
1026
1027 [ Frans Pop ]
1028@@ -1374,6 +2167,12 @@
1029
1030 -- Colin Watson <cjwatson@debian.org> Tue, 22 Nov 2005 21:16:15 +0000
1031
1032+hw-detect (1.26ubuntu1) dapper; urgency=low
1033+
1034+ * Resynchronise with Debian.
1035+
1036+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 21 Nov 2005 13:03:49 +0000
1037+
1038 hw-detect (1.26) unstable; urgency=low
1039
1040 [ Colin Watson ]
1041@@ -1406,6 +2205,12 @@
1042
1043 -- Frans Pop <fjp@debian.org> Tue, 15 Nov 2005 20:55:09 +0100
1044
1045+hw-detect (1.24ubuntu1) dapper; urgency=low
1046+
1047+ * Resynchronise with Debian.
1048+
1049+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 27 Oct 2005 12:07:54 +0100
1050+
1051 hw-detect (1.24) unstable; urgency=low
1052
1053 * Use log-output.
1054@@ -1440,6 +2245,25 @@
1055
1056 -- Joey Hess <joeyh@debian.org> Wed, 17 Aug 2005 09:29:46 -0400
1057
1058+hw-detect (1.22ubuntu3) breezy; urgency=low
1059+
1060+ * Sparc only change: remove sunlance, sunbmac and sunqe autoprobe.
1061+
1062+ -- Fabio M. Di Nitto <fabbione@ubuntu.com> Sat, 01 Oct 2005 17:29:03 +0200
1063+
1064+hw-detect (1.22ubuntu2) breezy; urgency=low
1065+
1066+ * Sparc only change: be sure to load modules for devices that can be on sbus
1067+ (not hotplug friendly yet)
1068+
1069+ -- Fabio M. Di Nitto <fabbione@ubuntu.com> Thu, 29 Sep 2005 15:45:59 +0200
1070+
1071+hw-detect (1.22ubuntu1) breezy; urgency=low
1072+
1073+ * Resynchronise with Debian.
1074+
1075+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 28 Jul 2005 16:30:32 +0100
1076+
1077 hw-detect (1.22) unstable; urgency=low
1078
1079 [ Joey Hess ]
1080@@ -1463,6 +2287,12 @@
1081
1082 -- Colin Watson <cjwatson@debian.org> Thu, 28 Jul 2005 10:59:46 +0100
1083
1084+hw-detect (1.21ubuntu1) breezy; urgency=low
1085+
1086+ * Resynchronise with Debian.
1087+
1088+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 20 Jul 2005 14:43:23 +0100
1089+
1090 hw-detect (1.21) unstable; urgency=low
1091
1092 * Updated translations:
1093@@ -1538,6 +2368,19 @@
1094
1095 -- Joey Hess <joeyh@debian.org> Fri, 17 Jun 2005 23:06:58 -0400
1096
1097+ddetect (1.18ubuntu2) breezy; urgency=low
1098+
1099+ * Don't register ide-* modules; hotplug is responsible for loading them
1100+ now (closes: Ubuntu #9099).
1101+
1102+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 29 Jun 2005 12:59:14 +0100
1103+
1104+ddetect (1.18ubuntu1) breezy; urgency=low
1105+
1106+ * Resynchronise with Debian.
1107+
1108+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 7 Jun 2005 21:07:06 +0100
1109+
1110 ddetect (1.18) unstable; urgency=low
1111
1112 * Joey Hess
1113@@ -1569,6 +2412,12 @@
1114
1115 -- Colin Watson <cjwatson@debian.org> Mon, 30 May 2005 01:08:39 +0100
1116
1117+ddetect (1.17ubuntu1) breezy; urgency=low
1118+
1119+ * Resynchronise with Debian.
1120+
1121+ -- Colin Watson <cjwatson@ubuntu.com> Wed, 11 May 2005 14:35:22 +0100
1122+
1123 ddetect (1.17) unstable; urgency=low
1124
1125 * Joey Hess
1126@@ -1650,6 +2499,12 @@
1127
1128 -- Joey Hess <joeyh@debian.org> Sun, 1 May 2005 16:51:56 -0400
1129
1130+ddetect (1.14ubuntu1) breezy; urgency=low
1131+
1132+ * Resynchronise with Debian.
1133+
1134+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 14 Apr 2005 19:38:00 +0100
1135+
1136 ddetect (1.14) unstable; urgency=low
1137
1138 * Kurt Roeckx
1139@@ -1693,6 +2548,94 @@
1140
1141 -- Joey Hess <joeyh@debian.org> Mon, 10 Jan 2005 15:56:59 -0500
1142
1143+ddetect (1.11ubuntu13) hoary; urgency=low
1144+
1145+ * Don't install pcmcia-cs if hw-detect/start_pcmcia=false (closes: Ubuntu
1146+ #8678).
1147+
1148+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 5 Apr 2005 14:14:20 +0100
1149+
1150+ddetect (1.11ubuntu12) hoary; urgency=low
1151+
1152+ * Add draft Xhosa translation.
1153+
1154+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 22 Mar 2005 13:55:05 +0000
1155+
1156+ddetect (1.11ubuntu11) hoary; urgency=low
1157+
1158+ * Move udevstart call to the end of hw-detect, in an attempt to make
1159+ device creation more reliable.
1160+
1161+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 8 Mar 2005 11:50:12 +0000
1162+
1163+ddetect (1.11ubuntu10) hoary; urgency=low
1164+
1165+ * Don't exit early if there are no modules to load (as can easily happen,
1166+ since Ubuntu's rootskel coldplugs everything it can at boot time when
1167+ using hotplug).
1168+
1169+ -- Colin Watson <cjwatson@ubuntu.com> Sat, 5 Mar 2005 16:17:27 +0000
1170+
1171+ddetect (1.11ubuntu9) hoary; urgency=low
1172+
1173+ * Run udevstart after running hotplug scripts, to make sure that it
1174+ creates device nodes synchronously.
1175+
1176+ -- Colin Watson <cjwatson@ubuntu.com> Mon, 28 Feb 2005 19:35:55 +0000
1177+
1178+ddetect (1.11ubuntu8) hoary; urgency=low
1179+
1180+ * Escape commas in lspci output for devnames.
1181+
1182+ -- Colin Watson <cjwatson@ubuntu.com> Thu, 24 Feb 2005 15:45:28 +0000
1183+
1184+ddetect (1.11ubuntu7) hoary; urgency=low
1185+
1186+ * Add pciutils-udeb dependency to ethdetect too so that cdrom installs
1187+ pull it in.
1188+ * Check that lspci is available before updating devnames from sysfs.
1189+
1190+ -- Colin Watson <cjwatson@ubuntu.com> Fri, 18 Feb 2005 11:14:10 +0000
1191+
1192+ddetect (1.11ubuntu6) hoary; urgency=low
1193+
1194+ * After each hardware detection run, update /etc/network/devnames from
1195+ /sys/class/net, using lspci to get the network device name.
1196+
1197+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 8 Feb 2005 18:06:24 +0000
1198+
1199+ddetect (1.11ubuntu5) hoary; urgency=low
1200+
1201+ * Add link to prebaseconfig script in /usr/lib/casper/pre.d.
1202+
1203+ -- Colin Watson <cjwatson@ubuntu.com> Tue, 18 Jan 2005 20:02:09 +0000
1204+
1205+ddetect (1.11ubuntu4) hoary; urgency=low
1206+
1207+ * Test for the /etc/hotplug directory rather than hotplug.real or udevsend
1208+ to decide whether we're using real hotplug.
1209+
1210+ -- Colin Watson <cjwatson@canonical.com> Wed, 12 Jan 2005 15:10:49 +0000
1211+
1212+ddetect (1.11ubuntu3) hoary; urgency=low
1213+
1214+ * Acknowledge the presence of udevsend, as well as hotplug.real, when
1215+ deciding whether we are using real hotplug
1216+
1217+ -- Matt Zimmerman <mdz@canonical.com> Wed, 12 Jan 2005 00:26:01 -0800
1218+
1219+ddetect (1.11ubuntu2) hoary; urgency=low
1220+
1221+ * Drop priorities of a couple of ethdetect questions to medium.
1222+
1223+ -- Colin Watson <cjwatson@canonical.com> Sat, 1 Jan 2005 23:50:49 +0000
1224+
1225+ddetect (1.11ubuntu1) hoary; urgency=low
1226+
1227+ * Resynchronise with Debian.
1228+
1229+ -- Colin Watson <cjwatson@canonical.com> Sun, 5 Dec 2004 16:09:34 +0000
1230+
1231 ddetect (1.11) unstable; urgency=low
1232
1233 * Colin Watson
1234@@ -1722,6 +2665,34 @@
1235
1236 -- Joey Hess <joeyh@debian.org> Wed, 1 Dec 2004 16:14:06 -0500
1237
1238+ddetect (1.10ubuntu4) hoary; urgency=low
1239+
1240+ * Test $HOTPLUG_TYPE, not $hotplug_type.
1241+
1242+ -- Colin Watson <cjwatson@canonical.com> Wed, 24 Nov 2004 17:44:59 +0000
1243+
1244+ddetect (1.10ubuntu3) hoary; urgency=low
1245+
1246+ * Depend on hotplug-udeb | discover rather than just discover.
1247+
1248+ -- Colin Watson <cjwatson@canonical.com> Tue, 23 Nov 2004 20:23:47 +0000
1249+
1250+ddetect (1.10ubuntu2) hoary; urgency=low
1251+
1252+ * Add integration with hotplug:
1253+ - Re-run hotplug rc scripts during hardware detection.
1254+ - Hook into net events so that we can record them for netcfg.
1255+ - Remove firmware loading support. hotplug itself should be able to
1256+ handle this now.
1257+
1258+ -- Colin Watson <cjwatson@canonical.com> Tue, 23 Nov 2004 18:08:04 +0000
1259+
1260+ddetect (1.10ubuntu1) hoary; urgency=low
1261+
1262+ * Resynchronise with Debian (thanks, Scott James Remnant).
1263+
1264+ -- Colin Watson <cjwatson@canonical.com> Thu, 28 Oct 2004 19:41:11 +0100
1265+
1266 ddetect (1.10) unstable; urgency=low
1267
1268 * Colin Watson
1269@@ -1854,6 +2825,114 @@
1270
1271 -- Joey Hess <joeyh@debian.org> Fri, 3 Sep 2004 15:06:55 -0400
1272
1273+ddetect (1.03ubuntu14) warty; urgency=low
1274+
1275+ * register-module rtc on amd64 (closes: Ubuntu #1659).
1276+
1277+ -- Colin Watson <cjwatson@canonical.com> Sun, 17 Oct 2004 20:13:52 +0100
1278+
1279+ddetect (1.03ubuntu13) warty; urgency=low
1280+
1281+ * Create /sbin! Both /sbin/hotplug and (on powerpc) /bin/discover-mac-io
1282+ go missing otherwise.
1283+
1284+ -- Colin Watson <cjwatson@canonical.com> Sat, 2 Oct 2004 18:49:19 +0100
1285+
1286+ddetect (1.03ubuntu12) warty; urgency=low
1287+
1288+ * Look through all of /proc/device-tree/, not just the mac-io bus. Slower
1289+ but apparently necessary for at least the therm_* fan controllers, which
1290+ are on uni-n here (closes: Ubuntu #1606).
1291+
1292+ -- Colin Watson <cjwatson@canonical.com> Thu, 30 Sep 2004 20:46:05 +0100
1293+
1294+ddetect (1.03ubuntu11) warty; urgency=low
1295+
1296+ * Copy firmware loading code from hotplug-pcmcia.sh to hotplug-misc.sh,
1297+ installed as /sbin/hotplug, so that firmware loading works for
1298+ non-PCMCIA devices.
1299+
1300+ -- Colin Watson <cjwatson@canonical.com> Wed, 29 Sep 2004 00:46:27 +0100
1301+
1302+ddetect (1.03ubuntu10) warty; urgency=low
1303+
1304+ * Use /lib/hotplug/firmware rather than /lib/firmware, to match current
1305+ hotplug.
1306+
1307+ -- Colin Watson <cjwatson@canonical.com> Wed, 29 Sep 2004 00:15:12 +0100
1308+
1309+ddetect (1.03ubuntu9) warty; urgency=low
1310+
1311+ * Register ide-disk in /etc/modules if IDE devices are present (closes:
1312+ Warty #1400).
1313+
1314+ -- Colin Watson <cjwatson@canonical.com> Mon, 20 Sep 2004 14:35:28 +0100
1315+
1316+ddetect (1.03ubuntu8) warty; urgency=low
1317+
1318+ * Several improvements to discover-mac-io, backported from Debian:
1319+ - Detect mesh SCSI controller.
1320+ - Detect mace Ethernet controller.
1321+ - Detect mac53c94 SCSI controller.
1322+ - Detect therm_adt746x and therm_windtunnel fan controllers, although
1323+ only post-reboot for now since those modules aren't in
1324+ linux-kernel-di-powerpc-*.
1325+ - Cope with /proc/device-tree/aliases/mac-io pointing to a symlink.
1326+
1327+ -- Colin Watson <cjwatson@canonical.com> Mon, 20 Sep 2004 13:53:10 +0100
1328+
1329+ddetect (1.03ubuntu7) warty; urgency=low
1330+
1331+ * Search for firmware in /lib/firmware as well as
1332+ /usr/lib/hotplug/firmware.
1333+ * Search for firmware with filenames including the kernel version number
1334+ (closes: Warty #1316).
1335+
1336+ -- Colin Watson <cjwatson@canonical.com> Fri, 17 Sep 2004 20:28:37 +0100
1337+
1338+ddetect (1.03ubuntu6) warty; urgency=low
1339+
1340+ * Add the ability to back up from the error messages you get if ethdetect
1341+ can't find any network interfaces.
1342+ * Exit zero if you continue all the way through said errors. The warnings
1343+ are scary enough, and netcfg handles the no-interfaces case reasonably
1344+ gracefully.
1345+
1346+ -- Colin Watson <cjwatson@canonical.com> Sun, 12 Sep 2004 16:16:20 +0100
1347+
1348+ddetect (1.03ubuntu5) warty; urgency=low
1349+
1350+ * Unconditionally load the psmouse module for i386.
1351+
1352+ -- Daniel Stone <daniels@debian.org> Sun, 12 Sep 2004 02:07:17 +1000
1353+
1354+ddetect (1.03ubuntu4) warty; urgency=low
1355+
1356+ * Add firmware loading support (somewhat temporarily hacked-up until we
1357+ get a real hotplug-udeb).
1358+ * Register lp module on i386 and amd64 (closes: Warty #1039).
1359+
1360+ -- Colin Watson <cjwatson@canonical.com> Mon, 6 Sep 2004 15:09:51 +0100
1361+
1362+ddetect (1.03ubuntu3) warty; urgency=low
1363+
1364+ * Register mousedev module, unconditionally.
1365+
1366+ -- Colin Watson <cjwatson@canonical.com> Fri, 3 Sep 2004 03:56:45 +0100
1367+
1368+ddetect (1.03ubuntu2) warty; urgency=low
1369+
1370+ * Register apm_emu module on powerpc systems with a via-pmu (closes: Warty
1371+ #974).
1372+
1373+ -- Colin Watson <cjwatson@canonical.com> Fri, 3 Sep 2004 03:35:28 +0100
1374+
1375+ddetect (1.03ubuntu1) warty; urgency=low
1376+
1377+ * Merge from Debian to get mac-io detection improvements.
1378+
1379+ -- Colin Watson <cjwatson@canonical.com> Thu, 2 Sep 2004 14:51:54 +0100
1380+
1381 ddetect (1.03) unstable; urgency=low
1382
1383 * Martin Michlmayr
1384@@ -1924,6 +3003,12 @@
1385
1386 -- Joshua Kwan <joshk@triplehelix.org> Mon, 23 Aug 2004 01:44:51 -0700
1387
1388+ddetect (1.00ubuntu1) warty; urgency=low
1389+
1390+ * Remove FireWire Ethernet support. We'll be removing it from hotplug too.
1391+
1392+ -- Colin Watson <cjwatson@flatline.org.uk> Wed, 1 Sep 2004 17:46:06 +0100
1393+
1394 ddetect (1.00) unstable; urgency=low
1395
1396 * Updated translations:
1397
1398=== modified file 'debian/control'
1399--- debian/control 2013-06-07 00:01:41 +0000
1400+++ debian/control 2013-08-23 18:07:28 +0000
1401@@ -1,11 +1,19 @@
1402 Source: hw-detect
1403 Section: debian-installer
1404 Priority: standard
1405-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
1406+Maintainer: Ubuntu Installer Team <ubuntu-installer@lists.ubuntu.com>
1407+XSBC-Original-Maintainer: Debian Install System Team <debian-boot@lists.debian.org>
1408 Uploaders: Petter Reinholdtsen <pere@debian.org>, Colin Watson <cjwatson@debian.org>, Christian Perrier <bubulle@debian.org>
1409+<<<<<<< TREE
1410 Build-Depends: debhelper (>= 9), dpkg-dev (>= 1.9.0), po-debconf (>= 0.5.0), libdebian-installer4-dev (>= 0.76)
1411 Vcs-Browser: http://anonscm.debian.org/gitweb/?p=d-i/hw-detect.git
1412 Vcs-Git: git://anonscm.debian.org/d-i/hw-detect.git
1413+=======
1414+Build-Depends: debhelper (>= 7.0.50), dpkg-dev (>= 1.9.0), po-debconf (>= 0.5.0), libdebian-installer4-dev (>= 0.76)
1415+XS-Debian-Vcs-Browser: http://git.debian.org/?p=d-i/hw-detect.git
1416+XS-Debian-Vcs-Git: git://git.debian.org/d-i/hw-detect.git
1417+Vcs-Bzr: http://bazaar.launchpad.net/~ubuntu-core-dev/hw-detect/ubuntu
1418+>>>>>>> MERGE-SOURCE
1419
1420 Package: hw-detect
1421 Package-Type: udeb
1422@@ -46,3 +54,17 @@
1423 Architecture: any
1424 Depends: ${shlibs:Depends}
1425 Description: Hardware architecture detector
1426+
1427+Package: archdetect-deb
1428+Section: utils
1429+Architecture: any
1430+Depends: ${shlibs:Depends}
1431+Description: Hardware architecture detector
1432+ This package provides the 'archdetect' tool, which displays the current
1433+ machine architecture and subarchitecture. The architecture corresponds to
1434+ that built into dpkg, and describes the CPU (and possibly kernel) types;
1435+ the subarchitecture distinguishes machines with different boot arrangements
1436+ that require special handling.
1437+ .
1438+ This package would be called 'archdetect', but a udeb of that name already
1439+ existed for use in the installer.
1440
1441=== modified file 'debian/copyright'
1442--- debian/copyright 2000-11-25 21:13:53 +0000
1443+++ debian/copyright 2013-08-23 18:07:28 +0000
1444@@ -4,4 +4,5 @@
1445
1446 Copyright 2000 David Whedon <dwhedon@gordian.com>
1447
1448-The copyright of this package is GPL, version 2 or later.
1449+The copyright of this package is GPL, version 2 or later. On Debian
1450+systems, a copy is available in /usr/share/common-licenses/GPL-2.
1451
1452=== modified file 'debian/disk-detect.templates'
1453--- debian/disk-detect.templates 2008-05-06 14:43:45 +0000
1454+++ debian/disk-detect.templates 2013-08-23 18:07:28 +0000
1455@@ -11,6 +11,7 @@
1456
1457 Template: disk-detect/module_select
1458 Type: select
1459+Choices-C: continue, ${CHOICES-C}, none
1460 # :sl2:
1461 #flag:translate!:2
1462 #flag:comment:3
1463@@ -30,15 +31,19 @@
1464 .
1465 Please check that a hard disk is attached to this machine.
1466
1467-Template: disk-detect/dmraid/enable
1468-Type: boolean
1469-Default: false
1470-Description: for internal use; can be preseeded
1471- Check for the presence of Serial ATA RAID (dmraid) disks?
1472-
1473 Template: disk-detect/multipath/enable
1474 Type: boolean
1475 Default: false
1476 Description: for internal use; can be preseeded
1477 Check for the presence of multipath devices?
1478
1479+Template: disk-detect/activate_dmraid
1480+Type: boolean
1481+Default: true
1482+_Description: Activate Serial ATA RAID devices?
1483+ One or more drives containing Serial ATA RAID configurations have been found.
1484+ Do you wish to activate these RAID devices?
1485+
1486+Template: disk-detect/iscsi_choice
1487+Type: text
1488+_Description: login to iSCSI targets
1489
1490=== modified file 'debian/po/am.po'
1491--- debian/po/am.po 2011-07-06 20:38:29 +0000
1492+++ debian/po/am.po 2013-08-23 18:07:28 +0000
1493@@ -160,6 +160,26 @@
1494 msgid "Please check that a hard disk is attached to this machine."
1495 msgstr "እባክዎ ዲስክ ማጫወቻው አስሊው ውስጥ በትክክል መያያዙን ያረጋግጡ።"
1496
1497+#. Type: boolean
1498+#. Description
1499+#: ../disk-detect.templates:7001
1500+msgid "Activate Serial ATA RAID devices?"
1501+msgstr ""
1502+
1503+#. Type: boolean
1504+#. Description
1505+#: ../disk-detect.templates:7001
1506+msgid ""
1507+"One or more drives containing Serial ATA RAID configurations have been "
1508+"found. Do you wish to activate these RAID devices?"
1509+msgstr ""
1510+
1511+#. Type: text
1512+#. Description
1513+#: ../disk-detect.templates:8001
1514+msgid "login to iSCSI targets"
1515+msgstr ""
1516+
1517 #. Type: text
1518 #. Description
1519 #. :sl1:
1520
1521=== modified file 'debian/po/ar.po'
1522--- debian/po/ar.po 2011-07-06 20:38:29 +0000
1523+++ debian/po/ar.po 2013-08-23 18:07:28 +0000
1524@@ -164,6 +164,28 @@
1525 msgid "Please check that a hard disk is attached to this machine."
1526 msgstr "الرجاء التحقق من وجود قرصٍ صلب موصول بهذا الجهاز."
1527
1528+#. Type: boolean
1529+#. Description
1530+#: ../disk-detect.templates:7001
1531+msgid "Activate Serial ATA RAID devices?"
1532+msgstr "تفعيل أجهزة Serial ATA RAID؟"
1533+
1534+#. Type: boolean
1535+#. Description
1536+#: ../disk-detect.templates:7001
1537+msgid ""
1538+"One or more drives containing Serial ATA RAID configurations have been "
1539+"found. Do you wish to activate these RAID devices?"
1540+msgstr ""
1541+"عثر واحد أو أكثر من محركات الأقراص المحتوية على تكوينات Serial ATA RAID . "
1542+"أترغب في تنشيط أجهزة RAID هذه؟"
1543+
1544+#. Type: text
1545+#. Description
1546+#: ../disk-detect.templates:8001
1547+msgid "login to iSCSI targets"
1548+msgstr "الولوج لوجهات iSCSI"
1549+
1550 #. Type: text
1551 #. Description
1552 #. :sl1:
1553
1554=== modified file 'debian/po/ast.po'
1555--- debian/po/ast.po 2012-10-09 22:19:33 +0000
1556+++ debian/po/ast.po 2013-08-23 18:07:28 +0000
1557@@ -172,6 +172,28 @@
1558 msgid "Please check that a hard disk is attached to this machine."
1559 msgstr "Por favor, tate seguru de que se coneutó un discu duru a esti equipu."
1560
1561+#. Type: boolean
1562+#. Description
1563+#: ../disk-detect.templates:7001
1564+msgid "Activate Serial ATA RAID devices?"
1565+msgstr "¿Activar preseos serie ATA RAID?"
1566+
1567+#. Type: boolean
1568+#. Description
1569+#: ../disk-detect.templates:7001
1570+msgid ""
1571+"One or more drives containing Serial ATA RAID configurations have been "
1572+"found. Do you wish to activate these RAID devices?"
1573+msgstr ""
1574+"Alcontráronse ún o más preseos que contienen configuración serie ATA RAID. "
1575+"¿Quier activar estos preseos?"
1576+
1577+#. Type: text
1578+#. Description
1579+#: ../disk-detect.templates:8001
1580+msgid "login to iSCSI targets"
1581+msgstr "accesu a oxetivos iSCi"
1582+
1583 #. Type: text
1584 #. Description
1585 #. :sl1:
1586
1587=== modified file 'debian/po/be.po'
1588--- debian/po/be.po 2012-11-08 06:17:07 +0000
1589+++ debian/po/be.po 2013-08-23 18:07:28 +0000
1590@@ -175,6 +175,28 @@
1591 msgid "Please check that a hard disk is attached to this machine."
1592 msgstr "Калі ласка, праверце,каб да машыны быў падключаны жорсткі дыск."
1593
1594+#. Type: boolean
1595+#. Description
1596+#: ../disk-detect.templates:7001
1597+msgid "Activate Serial ATA RAID devices?"
1598+msgstr "Актываваць прылады Serial ATA RAID?"
1599+
1600+#. Type: boolean
1601+#. Description
1602+#: ../disk-detect.templates:7001
1603+msgid ""
1604+"One or more drives containing Serial ATA RAID configurations have been "
1605+"found. Do you wish to activate these RAID devices?"
1606+msgstr ""
1607+"Знойдзены адзін або некалькі дыскаў, якія зьмяшчаюць канфігурацыі SATA RAID. "
1608+"Хочаце ўключыць гэтыя RAID прылады?"
1609+
1610+#. Type: text
1611+#. Description
1612+#: ../disk-detect.templates:8001
1613+msgid "login to iSCSI targets"
1614+msgstr "далучыцца да прылады iSCSI"
1615+
1616 #. Type: text
1617 #. Description
1618 #. :sl1:
1619
1620=== modified file 'debian/po/bg.po'
1621--- debian/po/bg.po 2012-02-25 23:05:17 +0000
1622+++ debian/po/bg.po 2013-08-23 18:07:28 +0000
1623@@ -187,6 +187,28 @@
1624 msgid "Please check that a hard disk is attached to this machine."
1625 msgstr "Моля, проверете дали е прикачен твърд диск към тази машина."
1626
1627+#. Type: boolean
1628+#. Description
1629+#: ../disk-detect.templates:7001
1630+msgid "Activate Serial ATA RAID devices?"
1631+msgstr "Активиране на Serial ATA RAID устройства?"
1632+
1633+#. Type: boolean
1634+#. Description
1635+#: ../disk-detect.templates:7001
1636+msgid ""
1637+"One or more drives containing Serial ATA RAID configurations have been "
1638+"found. Do you wish to activate these RAID devices?"
1639+msgstr ""
1640+"Беше намерено едно или повече устройства, които са конфигурирани в Serial "
1641+"ATA RAID. Искате ли тези устройства да се използват?"
1642+
1643+#. Type: text
1644+#. Description
1645+#: ../disk-detect.templates:8001
1646+msgid "login to iSCSI targets"
1647+msgstr "влизане в iSCSI устройства"
1648+
1649 #. Type: text
1650 #. Description
1651 #. :sl1:
1652
1653=== modified file 'debian/po/bn.po'
1654--- debian/po/bn.po 2011-07-06 20:38:29 +0000
1655+++ debian/po/bn.po 2013-08-23 18:07:28 +0000
1656@@ -175,6 +175,28 @@
1657 msgid "Please check that a hard disk is attached to this machine."
1658 msgstr "অনুগ্রহপূর্বক এই কম্পিউটারে কোন হার্ডডিস্ক সংযুক্ত আছে কিনা তা নিশ্চিত হন।"
1659
1660+#. Type: boolean
1661+#. Description
1662+#: ../disk-detect.templates:7001
1663+msgid "Activate Serial ATA RAID devices?"
1664+msgstr "সিরিয়াল ATA RAID ডিভাইস সক্রিয় করা হবে কি?"
1665+
1666+#. Type: boolean
1667+#. Description
1668+#: ../disk-detect.templates:7001
1669+msgid ""
1670+"One or more drives containing Serial ATA RAID configurations have been "
1671+"found. Do you wish to activate these RAID devices?"
1672+msgstr ""
1673+"সিরিয়াল ATA RAID কনফিগারেশন সম্বলিত এক বা একাধিক ড্রাইভ পাওয়া গেছে। আপনি কি এই "
1674+"RAID ডিভাইসগুলো সক্রিয় করতে চান?"
1675+
1676+#. Type: text
1677+#. Description
1678+#: ../disk-detect.templates:8001
1679+msgid "login to iSCSI targets"
1680+msgstr "iSCSI টারগেটে লগইন"
1681+
1682 #. Type: text
1683 #. Description
1684 #. :sl1:
1685
1686=== modified file 'debian/po/bo.po'
1687--- debian/po/bo.po 2012-04-16 07:00:03 +0000
1688+++ debian/po/bo.po 2013-08-23 18:07:28 +0000
1689@@ -155,6 +155,26 @@
1690 msgid "Please check that a hard disk is attached to this machine."
1691 msgstr "སྲ་སྡེར་དེ་འཕྲུལ་ཆས་འདི་དང་སྦྲེལ་ཡོད་པར་དག་ཐེར་བྱེད་རོགས"
1692
1693+#. Type: boolean
1694+#. Description
1695+#: ../disk-detect.templates:7001
1696+msgid "Activate Serial ATA RAID devices?"
1697+msgstr ""
1698+
1699+#. Type: boolean
1700+#. Description
1701+#: ../disk-detect.templates:7001
1702+msgid ""
1703+"One or more drives containing Serial ATA RAID configurations have been "
1704+"found. Do you wish to activate these RAID devices?"
1705+msgstr ""
1706+
1707+#. Type: text
1708+#. Description
1709+#: ../disk-detect.templates:8001
1710+msgid "login to iSCSI targets"
1711+msgstr ""
1712+
1713 #. Type: text
1714 #. Description
1715 #. :sl1:
1716
1717=== modified file 'debian/po/bs.po'
1718--- debian/po/bs.po 2011-07-06 20:38:29 +0000
1719+++ debian/po/bs.po 2013-08-23 18:07:28 +0000
1720@@ -167,6 +167,28 @@
1721 msgid "Please check that a hard disk is attached to this machine."
1722 msgstr "Molim provjerite da li je hard disk priključen na ovu mašinu."
1723
1724+#. Type: boolean
1725+#. Description
1726+#: ../disk-detect.templates:7001
1727+msgid "Activate Serial ATA RAID devices?"
1728+msgstr "Aktiviraj Serijske ATA RAID uređaje?"
1729+
1730+#. Type: boolean
1731+#. Description
1732+#: ../disk-detect.templates:7001
1733+msgid ""
1734+"One or more drives containing Serial ATA RAID configurations have been "
1735+"found. Do you wish to activate these RAID devices?"
1736+msgstr ""
1737+"Pronađeni su jedan ili više diskova koji sadrže Serial ATA RAID "
1738+"konfiguraciju. Da li želiš aktivirati ove RAID uređaje?"
1739+
1740+#. Type: text
1741+#. Description
1742+#: ../disk-detect.templates:8001
1743+msgid "login to iSCSI targets"
1744+msgstr "spajam se na iSCSI mete"
1745+
1746 #. Type: text
1747 #. Description
1748 #. :sl1:
1749
1750=== modified file 'debian/po/ca.po'
1751--- debian/po/ca.po 2012-12-03 22:20:49 +0000
1752+++ debian/po/ca.po 2013-08-23 18:07:28 +0000
1753@@ -174,6 +174,28 @@
1754 msgstr ""
1755 "Si us plau, comproveu que hi ha un disc dur connectat a aquest ordinador."
1756
1757+#. Type: boolean
1758+#. Description
1759+#: ../disk-detect.templates:7001
1760+msgid "Activate Serial ATA RAID devices?"
1761+msgstr "Voleu activar els dispositius RAID de tipus ATA en sèrie?"
1762+
1763+#. Type: boolean
1764+#. Description
1765+#: ../disk-detect.templates:7001
1766+msgid ""
1767+"One or more drives containing Serial ATA RAID configurations have been "
1768+"found. Do you wish to activate these RAID devices?"
1769+msgstr ""
1770+"S'han trobat un o més dispositius que contenen configuracions RAID de tipus "
1771+"ATA en sèrie. Voleu activar aquests dispositius RAID?"
1772+
1773+#. Type: text
1774+#. Description
1775+#: ../disk-detect.templates:8001
1776+msgid "login to iSCSI targets"
1777+msgstr "entrada a objectius iSCSI"
1778+
1779 #. Type: text
1780 #. Description
1781 #. :sl1:
1782
1783=== modified file 'debian/po/cs.po'
1784--- debian/po/cs.po 2011-07-06 20:38:29 +0000
1785+++ debian/po/cs.po 2013-08-23 18:07:28 +0000
1786@@ -163,6 +163,28 @@
1787 msgid "Please check that a hard disk is attached to this machine."
1788 msgstr "Zkontrolujte, zda je k tomuto počítači připojen pevný disk."
1789
1790+#. Type: boolean
1791+#. Description
1792+#: ../disk-detect.templates:7001
1793+msgid "Activate Serial ATA RAID devices?"
1794+msgstr "Aktivovat SATA RAID zařízení?"
1795+
1796+#. Type: boolean
1797+#. Description
1798+#: ../disk-detect.templates:7001
1799+msgid ""
1800+"One or more drives containing Serial ATA RAID configurations have been "
1801+"found. Do you wish to activate these RAID devices?"
1802+msgstr ""
1803+"Bylo nalezeno jeden nebo více disků obsahujících konfigurace SATA RAID. "
1804+"Přejete si aktivovat tato RAID zařízení?"
1805+
1806+#. Type: text
1807+#. Description
1808+#: ../disk-detect.templates:8001
1809+msgid "login to iSCSI targets"
1810+msgstr "příhlásit k iSCSI cílům"
1811+
1812 #. Type: text
1813 #. Description
1814 #. :sl1:
1815
1816=== modified file 'debian/po/cy.po'
1817--- debian/po/cy.po 2012-06-14 21:06:23 +0000
1818+++ debian/po/cy.po 2013-08-23 18:07:28 +0000
1819@@ -173,6 +173,26 @@
1820 msgstr ""
1821 "Gwiriwch fod disg galed wedi ei gysylltu i'r peiriant hwn, os gwelwch yn dda."
1822
1823+#. Type: boolean
1824+#. Description
1825+#: ../disk-detect.templates:7001
1826+msgid "Activate Serial ATA RAID devices?"
1827+msgstr ""
1828+
1829+#. Type: boolean
1830+#. Description
1831+#: ../disk-detect.templates:7001
1832+msgid ""
1833+"One or more drives containing Serial ATA RAID configurations have been "
1834+"found. Do you wish to activate these RAID devices?"
1835+msgstr ""
1836+
1837+#. Type: text
1838+#. Description
1839+#: ../disk-detect.templates:8001
1840+msgid "login to iSCSI targets"
1841+msgstr ""
1842+
1843 #. Type: text
1844 #. Description
1845 #. :sl1:
1846
1847=== modified file 'debian/po/da.po'
1848--- debian/po/da.po 2011-07-06 20:38:29 +0000
1849+++ debian/po/da.po 2013-08-23 18:07:28 +0000
1850@@ -172,6 +172,28 @@
1851 msgid "Please check that a hard disk is attached to this machine."
1852 msgstr "Tjek at der er en harddisk forbundet til denne maskine."
1853
1854+#. Type: boolean
1855+#. Description
1856+#: ../disk-detect.templates:7001
1857+msgid "Activate Serial ATA RAID devices?"
1858+msgstr "Aktivér seriel ATA-RAID-enheder?"
1859+
1860+#. Type: boolean
1861+#. Description
1862+#: ../disk-detect.templates:7001
1863+msgid ""
1864+"One or more drives containing Serial ATA RAID configurations have been "
1865+"found. Do you wish to activate these RAID devices?"
1866+msgstr ""
1867+"Der er blevet fundet et eller flere drev, som indeholder seriel ATA-RAID-"
1868+"konfigurationer. Vil du aktivere disse RAID-enheder?"
1869+
1870+#. Type: text
1871+#. Description
1872+#: ../disk-detect.templates:8001
1873+msgid "login to iSCSI targets"
1874+msgstr "logind til iSCSI-mål"
1875+
1876 #. Type: text
1877 #. Description
1878 #. :sl1:
1879
1880=== modified file 'debian/po/de.po'
1881--- debian/po/de.po 2011-08-14 23:05:42 +0000
1882+++ debian/po/de.po 2013-08-23 18:07:28 +0000
1883@@ -189,6 +189,28 @@
1884 msgid "Please check that a hard disk is attached to this machine."
1885 msgstr "Bitte prüfen Sie, ob eine Festplatte angeschlossen ist."
1886
1887+#. Type: boolean
1888+#. Description
1889+#: ../disk-detect.templates:7001
1890+msgid "Activate Serial ATA RAID devices?"
1891+msgstr "Serielle ATA-RAID-Geräte aktivieren?"
1892+
1893+#. Type: boolean
1894+#. Description
1895+#: ../disk-detect.templates:7001
1896+msgid ""
1897+"One or more drives containing Serial ATA RAID configurations have been "
1898+"found. Do you wish to activate these RAID devices?"
1899+msgstr ""
1900+"Ein oder mehrere Laufwerke, die serielle ATA-RAID-Konfigurationen "
1901+"beinhalten, wurden gefunden. Möchten Sie diese RAID-Geräte aktivieren?"
1902+
1903+#. Type: text
1904+#. Description
1905+#: ../disk-detect.templates:8001
1906+msgid "login to iSCSI targets"
1907+msgstr "Bei iSCSI-Zielen anmelden"
1908+
1909 #. Type: text
1910 #. Description
1911 #. :sl1:
1912
1913=== modified file 'debian/po/dz.po'
1914--- debian/po/dz.po 2012-09-22 06:43:20 +0000
1915+++ debian/po/dz.po 2013-08-23 18:07:28 +0000
1916@@ -171,6 +171,26 @@
1917 msgid "Please check that a hard disk is attached to this machine."
1918 msgstr "ཧརཊི་ཌིཀིསི་དེ་གློག་འཕྲུལ་འདི་ལུ་མཉམ་སྦྲགས་འབད་ནུག་ག་ཞིབ་དཔྱད་འབད་གནང་།"
1919
1920+#. Type: boolean
1921+#. Description
1922+#: ../disk-detect.templates:7001
1923+msgid "Activate Serial ATA RAID devices?"
1924+msgstr ""
1925+
1926+#. Type: boolean
1927+#. Description
1928+#: ../disk-detect.templates:7001
1929+msgid ""
1930+"One or more drives containing Serial ATA RAID configurations have been "
1931+"found. Do you wish to activate these RAID devices?"
1932+msgstr ""
1933+
1934+#. Type: text
1935+#. Description
1936+#: ../disk-detect.templates:8001
1937+msgid "login to iSCSI targets"
1938+msgstr ""
1939+
1940 #. Type: text
1941 #. Description
1942 #. :sl1:
1943
1944=== modified file 'debian/po/el.po'
1945--- debian/po/el.po 2011-07-06 20:38:29 +0000
1946+++ debian/po/el.po 2013-08-23 18:07:28 +0000
1947@@ -175,6 +175,28 @@
1948 msgstr ""
1949 "Παρακαλώ βεβαιωθείτε ότι υπάρχει δίσκος τοποθετημένος σ' αυτό το μηχάνημα."
1950
1951+#. Type: boolean
1952+#. Description
1953+#: ../disk-detect.templates:7001
1954+msgid "Activate Serial ATA RAID devices?"
1955+msgstr "Να ενεργοποιηθούν οι συσκευές Serial ATA RAID;"
1956+
1957+#. Type: boolean
1958+#. Description
1959+#: ../disk-detect.templates:7001
1960+msgid ""
1961+"One or more drives containing Serial ATA RAID configurations have been "
1962+"found. Do you wish to activate these RAID devices?"
1963+msgstr ""
1964+"Εντοπίστηκαν μία ή περισσότερες συσκευές που περιέχουν ρυθμίσεις Serial ATA "
1965+"RAID. Θέλετε να ενεργοποιήσετε αυτές τις συσκευές RAID;"
1966+
1967+#. Type: text
1968+#. Description
1969+#: ../disk-detect.templates:8001
1970+msgid "login to iSCSI targets"
1971+msgstr "σύνδεση σε προορισμούς iSCSI"
1972+
1973 #. Type: text
1974 #. Description
1975 #. :sl1:
1976
1977=== modified file 'debian/po/eo.po'
1978--- debian/po/eo.po 2011-07-06 20:38:29 +0000
1979+++ debian/po/eo.po 2013-08-23 18:07:28 +0000
1980@@ -166,6 +166,28 @@
1981 msgid "Please check that a hard disk is attached to this machine."
1982 msgstr "Bonvolu kontroli ĉu la fiksita disko estas konektita al tiu ĉi maŝino."
1983
1984+#. Type: boolean
1985+#. Description
1986+#: ../disk-detect.templates:7001
1987+msgid "Activate Serial ATA RAID devices?"
1988+msgstr "Aktivigi Serial ATA RAID-aparatojn?"
1989+
1990+#. Type: boolean
1991+#. Description
1992+#: ../disk-detect.templates:7001
1993+msgid ""
1994+"One or more drives containing Serial ATA RAID configurations have been "
1995+"found. Do you wish to activate these RAID devices?"
1996+msgstr ""
1997+"Unu aŭ pli da diskiloj kiuj enhavas Serial ATA RAID-agordojn estas trovitaj. "
1998+"Ĉu vi volas aktivigi tiujn RAID-aparatojn?"
1999+
2000+#. Type: text
2001+#. Description
2002+#: ../disk-detect.templates:8001
2003+msgid "login to iSCSI targets"
2004+msgstr "ensaluti al iSCSI-celoj"
2005+
2006 #. Type: text
2007 #. Description
2008 #. :sl1:
2009
2010=== modified file 'debian/po/es.po'
2011--- debian/po/es.po 2011-07-06 20:38:29 +0000
2012+++ debian/po/es.po 2013-08-23 18:07:28 +0000
2013@@ -203,6 +203,28 @@
2014 msgstr ""
2015 "Por favor, asegúrese de que se ha conectado un disco duro a este equipo."
2016
2017+#. Type: boolean
2018+#. Description
2019+#: ../disk-detect.templates:7001
2020+msgid "Activate Serial ATA RAID devices?"
2021+msgstr "¿Activar dispositivos serie ATA RAID?"
2022+
2023+#. Type: boolean
2024+#. Description
2025+#: ../disk-detect.templates:7001
2026+msgid ""
2027+"One or more drives containing Serial ATA RAID configurations have been "
2028+"found. Do you wish to activate these RAID devices?"
2029+msgstr ""
2030+"Uno o más dispositivos que contienen configuración serie ATA RAID han sido "
2031+"encontrados. ¿Desea activar estos dispositivos?"
2032+
2033+#. Type: text
2034+#. Description
2035+#: ../disk-detect.templates:8001
2036+msgid "login to iSCSI targets"
2037+msgstr "acceso a objetivos iSCSI"
2038+
2039 #. Type: text
2040 #. Description
2041 #. :sl1:
2042
2043=== modified file 'debian/po/et.po'
2044--- debian/po/et.po 2012-02-17 23:07:33 +0000
2045+++ debian/po/et.po 2013-08-23 18:07:28 +0000
2046@@ -183,6 +183,28 @@
2047 msgid "Please check that a hard disk is attached to this machine."
2048 msgstr "Palun veendu, et arvutis on kõvaketas."
2049
2050+#. Type: boolean
2051+#. Description
2052+#: ../disk-detect.templates:7001
2053+msgid "Activate Serial ATA RAID devices?"
2054+msgstr "Kas aktiveerida Serial ATA RAID-seadmed?"
2055+
2056+#. Type: boolean
2057+#. Description
2058+#: ../disk-detect.templates:7001
2059+msgid ""
2060+"One or more drives containing Serial ATA RAID configurations have been "
2061+"found. Do you wish to activate these RAID devices?"
2062+msgstr ""
2063+"Leiti üks või enam ketast, millel on seadistatud Serial ATA RAID. Kas soovid "
2064+"need RAID-seadmed aktiveerida?"
2065+
2066+#. Type: text
2067+#. Description
2068+#: ../disk-detect.templates:8001
2069+msgid "login to iSCSI targets"
2070+msgstr "iSCSI sihtkohtadesse sisselogimine"
2071+
2072 #. Type: text
2073 #. Description
2074 #. :sl1:
2075
2076=== modified file 'debian/po/eu.po'
2077--- debian/po/eu.po 2012-04-14 06:02:27 +0000
2078+++ debian/po/eu.po 2013-08-23 18:07:28 +0000
2079@@ -178,6 +178,28 @@
2080 msgid "Please check that a hard disk is attached to this machine."
2081 msgstr "Egiaztatu disko gogor bat makina honi konektatuta dagoela."
2082
2083+#. Type: boolean
2084+#. Description
2085+#: ../disk-detect.templates:7001
2086+msgid "Activate Serial ATA RAID devices?"
2087+msgstr "Serial ATA RAID gailuak gaitu?"
2088+
2089+#. Type: boolean
2090+#. Description
2091+#: ../disk-detect.templates:7001
2092+msgid ""
2093+"One or more drives containing Serial ATA RAID configurations have been "
2094+"found. Do you wish to activate these RAID devices?"
2095+msgstr ""
2096+"Serial ATA RAID konfigurazioak dituzten gailuak aurkitu dira. RAID gailu "
2097+"hauek gaitu nahi al dituzu?"
2098+
2099+#. Type: text
2100+#. Description
2101+#: ../disk-detect.templates:8001
2102+msgid "login to iSCSI targets"
2103+msgstr "iSCSI helburuetara sartzen"
2104+
2105 #. Type: text
2106 #. Description
2107 #. :sl1:
2108
2109=== modified file 'debian/po/fa.po'
2110--- debian/po/fa.po 2011-07-06 20:38:29 +0000
2111+++ debian/po/fa.po 2013-08-23 18:07:28 +0000
2112@@ -163,6 +163,26 @@
2113 msgid "Please check that a hard disk is attached to this machine."
2114 msgstr "لطفاً چک کنید که دیسک‌سخت به این ماشین متصل است."
2115
2116+#. Type: boolean
2117+#. Description
2118+#: ../disk-detect.templates:7001
2119+msgid "Activate Serial ATA RAID devices?"
2120+msgstr ""
2121+
2122+#. Type: boolean
2123+#. Description
2124+#: ../disk-detect.templates:7001
2125+msgid ""
2126+"One or more drives containing Serial ATA RAID configurations have been "
2127+"found. Do you wish to activate these RAID devices?"
2128+msgstr ""
2129+
2130+#. Type: text
2131+#. Description
2132+#: ../disk-detect.templates:8001
2133+msgid "login to iSCSI targets"
2134+msgstr ""
2135+
2136 #. Type: text
2137 #. Description
2138 #. :sl1:
2139
2140=== modified file 'debian/po/fi.po'
2141--- debian/po/fi.po 2011-07-06 20:38:29 +0000
2142+++ debian/po/fi.po 2013-08-23 18:07:28 +0000
2143@@ -169,6 +169,28 @@
2144 msgid "Please check that a hard disk is attached to this machine."
2145 msgstr "Tarkista, että laitteistossa on kiintolevy asennettuna."
2146
2147+#. Type: boolean
2148+#. Description
2149+#: ../disk-detect.templates:7001
2150+msgid "Activate Serial ATA RAID devices?"
2151+msgstr "Aktivoidaanko Serial ATA RAID -laitteet?"
2152+
2153+#. Type: boolean
2154+#. Description
2155+#: ../disk-detect.templates:7001
2156+msgid ""
2157+"One or more drives containing Serial ATA RAID configurations have been "
2158+"found. Do you wish to activate these RAID devices?"
2159+msgstr ""
2160+"Löydettiin yksi tai useampi levy jossa on Serial ATA RAID -konfiguraatio. "
2161+"Haluatko aktivoida nämä RAID-laitteet?"
2162+
2163+#. Type: text
2164+#. Description
2165+#: ../disk-detect.templates:8001
2166+msgid "login to iSCSI targets"
2167+msgstr "kirjaudu iSCSI-kohteisiin"
2168+
2169 #. Type: text
2170 #. Description
2171 #. :sl1:
2172
2173=== modified file 'debian/po/fr.po'
2174--- debian/po/fr.po 2012-07-23 22:25:17 +0000
2175+++ debian/po/fr.po 2013-08-23 18:07:28 +0000
2176@@ -182,6 +182,28 @@
2177 msgid "Please check that a hard disk is attached to this machine."
2178 msgstr "Veuillez vérifier qu'un disque dur est bien présent sur cette machine."
2179
2180+#. Type: boolean
2181+#. Description
2182+#: ../disk-detect.templates:7001
2183+msgid "Activate Serial ATA RAID devices?"
2184+msgstr "Activer les périphériques RAID SATA ?"
2185+
2186+#. Type: boolean
2187+#. Description
2188+#: ../disk-detect.templates:7001
2189+msgid ""
2190+"One or more drives containing Serial ATA RAID configurations have been "
2191+"found. Do you wish to activate these RAID devices?"
2192+msgstr ""
2193+"Un ou plusieurs lecteurs ayant des configurations RAID SATA ont été trouvés. "
2194+"Souhaitez-vous activer ces périphériques RAID ?"
2195+
2196+#. Type: text
2197+#. Description
2198+#: ../disk-detect.templates:8001
2199+msgid "login to iSCSI targets"
2200+msgstr "s'identifier sur des cibles iSCSI"
2201+
2202 #. Type: text
2203 #. Description
2204 #. :sl1:
2205
2206=== modified file 'debian/po/ga.po'
2207--- debian/po/ga.po 2011-07-06 20:38:29 +0000
2208+++ debian/po/ga.po 2013-08-23 18:07:28 +0000
2209@@ -162,6 +162,26 @@
2210 msgid "Please check that a hard disk is attached to this machine."
2211 msgstr "Cinntigh go bhfuil diosca crua ceangailte leis an ríomhaire seo."
2212
2213+#. Type: boolean
2214+#. Description
2215+#: ../disk-detect.templates:7001
2216+msgid "Activate Serial ATA RAID devices?"
2217+msgstr ""
2218+
2219+#. Type: boolean
2220+#. Description
2221+#: ../disk-detect.templates:7001
2222+msgid ""
2223+"One or more drives containing Serial ATA RAID configurations have been "
2224+"found. Do you wish to activate these RAID devices?"
2225+msgstr ""
2226+
2227+#. Type: text
2228+#. Description
2229+#: ../disk-detect.templates:8001
2230+msgid "login to iSCSI targets"
2231+msgstr ""
2232+
2233 #. Type: text
2234 #. Description
2235 #. :sl1:
2236
2237=== modified file 'debian/po/gl.po'
2238--- debian/po/gl.po 2012-10-11 22:20:37 +0000
2239+++ debian/po/gl.po 2013-08-23 18:07:28 +0000
2240@@ -174,6 +174,28 @@
2241 msgid "Please check that a hard disk is attached to this machine."
2242 msgstr "Comprobe que teña un disco duro conectado á máquina."
2243
2244+#. Type: boolean
2245+#. Description
2246+#: ../disk-detect.templates:7001
2247+msgid "Activate Serial ATA RAID devices?"
2248+msgstr "Activar os dispositivos ATA RAID?"
2249+
2250+#. Type: boolean
2251+#. Description
2252+#: ../disk-detect.templates:7001
2253+msgid ""
2254+"One or more drives containing Serial ATA RAID configurations have been "
2255+"found. Do you wish to activate these RAID devices?"
2256+msgstr ""
2257+"Atopáronse un ou máis discos que conteñen configuracións de RAID ATA serie. "
2258+"Quere activar estes dispositivos RAID?"
2259+
2260+#. Type: text
2261+#. Description
2262+#: ../disk-detect.templates:8001
2263+msgid "login to iSCSI targets"
2264+msgstr "Inicio de sesión para destinos iSCSI"
2265+
2266 #. Type: text
2267 #. Description
2268 #. :sl1:
2269
2270=== modified file 'debian/po/gu.po'
2271--- debian/po/gu.po 2011-07-06 20:38:29 +0000
2272+++ debian/po/gu.po 2013-08-23 18:07:28 +0000
2273@@ -167,6 +167,26 @@
2274 msgid "Please check that a hard disk is attached to this machine."
2275 msgstr "મહેરબાની કરી તપાસો કે હાર્ડ ડિસ્ક મશીન જોડે જોડાયેલ છે."
2276
2277+#. Type: boolean
2278+#. Description
2279+#: ../disk-detect.templates:7001
2280+msgid "Activate Serial ATA RAID devices?"
2281+msgstr ""
2282+
2283+#. Type: boolean
2284+#. Description
2285+#: ../disk-detect.templates:7001
2286+msgid ""
2287+"One or more drives containing Serial ATA RAID configurations have been "
2288+"found. Do you wish to activate these RAID devices?"
2289+msgstr ""
2290+
2291+#. Type: text
2292+#. Description
2293+#: ../disk-detect.templates:8001
2294+msgid "login to iSCSI targets"
2295+msgstr ""
2296+
2297 #. Type: text
2298 #. Description
2299 #. :sl1:
2300
2301=== modified file 'debian/po/he.po'
2302--- debian/po/he.po 2011-10-26 23:05:04 +0000
2303+++ debian/po/he.po 2013-08-23 18:07:28 +0000
2304@@ -187,6 +187,28 @@
2305 msgid "Please check that a hard disk is attached to this machine."
2306 msgstr "בדוק שדיסק קשיח מחובר למחשב זה."
2307
2308+#. Type: boolean
2309+#. Description
2310+#: ../disk-detect.templates:7001
2311+msgid "Activate Serial ATA RAID devices?"
2312+msgstr "האם להפעיל התקני SATA RAID?"
2313+
2314+#. Type: boolean
2315+#. Description
2316+#: ../disk-detect.templates:7001
2317+msgid ""
2318+"One or more drives containing Serial ATA RAID configurations have been "
2319+"found. Do you wish to activate these RAID devices?"
2320+msgstr ""
2321+"נמצא כונן אחד או יותר המכילים תצורות SATA RAID. האם ברצונך להפעיל התקני RAID "
2322+"אלו?"
2323+
2324+#. Type: text
2325+#. Description
2326+#: ../disk-detect.templates:8001
2327+msgid "login to iSCSI targets"
2328+msgstr "התחברות ליעדי iSCSI"
2329+
2330 #. Type: text
2331 #. Description
2332 #. :sl1:
2333
2334=== modified file 'debian/po/hi.po'
2335--- debian/po/hi.po 2011-09-17 23:05:17 +0000
2336+++ debian/po/hi.po 2013-08-23 18:07:28 +0000
2337@@ -182,6 +182,28 @@
2338 msgid "Please check that a hard disk is attached to this machine."
2339 msgstr "कृपया जाँचें कि इस मशीन में हार्ड डिस्क जुड़ी है."
2340
2341+#. Type: boolean
2342+#. Description
2343+#: ../disk-detect.templates:7001
2344+msgid "Activate Serial ATA RAID devices?"
2345+msgstr "सिरियल ATA RAID उपकरणों को सक्रिय करें?"
2346+
2347+#. Type: boolean
2348+#. Description
2349+#: ../disk-detect.templates:7001
2350+msgid ""
2351+"One or more drives containing Serial ATA RAID configurations have been "
2352+"found. Do you wish to activate these RAID devices?"
2353+msgstr ""
2354+"एकाधिक सिरियल ATA RAID संरुप वाले ड्राइव पाये गए। क्या आप इन RAID उपकरणों को सक्रिय "
2355+"करना चाहते हैं?"
2356+
2357+#. Type: text
2358+#. Description
2359+#: ../disk-detect.templates:8001
2360+msgid "login to iSCSI targets"
2361+msgstr "iSCSI लक्ष्यों में लाँगइन"
2362+
2363 #. Type: text
2364 #. Description
2365 #. :sl1:
2366
2367=== modified file 'debian/po/hr.po'
2368--- debian/po/hr.po 2013-04-17 22:21:40 +0000
2369+++ debian/po/hr.po 2013-08-23 18:07:28 +0000
2370@@ -175,6 +175,28 @@
2371 msgid "Please check that a hard disk is attached to this machine."
2372 msgstr "Molim provjerite je li tvrdi disk spojen na ovo računalo."
2373
2374+#. Type: boolean
2375+#. Description
2376+#: ../disk-detect.templates:7001
2377+msgid "Activate Serial ATA RAID devices?"
2378+msgstr "Aktivirati Serijske ATA RAID uređaje?"
2379+
2380+#. Type: boolean
2381+#. Description
2382+#: ../disk-detect.templates:7001
2383+msgid ""
2384+"One or more drives containing Serial ATA RAID configurations have been "
2385+"found. Do you wish to activate these RAID devices?"
2386+msgstr ""
2387+"Pronađen je jedan ili više pogona koji sadržavaju Serijske ATA RAID "
2388+"konfiguracije. Želite li aktivirati te RAID uređaje?"
2389+
2390+#. Type: text
2391+#. Description
2392+#: ../disk-detect.templates:8001
2393+msgid "login to iSCSI targets"
2394+msgstr "prijava na iSCSI odredišta"
2395+
2396 #. Type: text
2397 #. Description
2398 #. :sl1:
2399
2400=== modified file 'debian/po/hu.po'
2401--- debian/po/hu.po 2011-07-06 20:38:29 +0000
2402+++ debian/po/hu.po 2013-08-23 18:07:28 +0000
2403@@ -166,6 +166,28 @@
2404 msgid "Please check that a hard disk is attached to this machine."
2405 msgstr "Ellenőrizd a merevlemez és gép tényleges csatlakozását!"
2406
2407+#. Type: boolean
2408+#. Description
2409+#: ../disk-detect.templates:7001
2410+msgid "Activate Serial ATA RAID devices?"
2411+msgstr "Aktiválja a soros ATA RAID eszközöket?"
2412+
2413+#. Type: boolean
2414+#. Description
2415+#: ../disk-detect.templates:7001
2416+msgid ""
2417+"One or more drives containing Serial ATA RAID configurations have been "
2418+"found. Do you wish to activate these RAID devices?"
2419+msgstr ""
2420+"Soros ATA RAID beállításokat tartalmazó lemezek vannak a gépben. Szeretné "
2421+"aktiválni ezeket a RAID eszközöket?"
2422+
2423+#. Type: text
2424+#. Description
2425+#: ../disk-detect.templates:8001
2426+msgid "login to iSCSI targets"
2427+msgstr "Bejelentkezés iSCSI célokra"
2428+
2429 #. Type: text
2430 #. Description
2431 #. :sl1:
2432
2433=== modified file 'debian/po/id.po'
2434--- debian/po/id.po 2012-02-12 23:09:36 +0000
2435+++ debian/po/id.po 2013-08-23 18:07:28 +0000
2436@@ -184,6 +184,28 @@
2437 msgid "Please check that a hard disk is attached to this machine."
2438 msgstr "Silakan periksa bahwa pada komputer ini terpasang sebuah Hard Disk."
2439
2440+#. Type: boolean
2441+#. Description
2442+#: ../disk-detect.templates:7001
2443+msgid "Activate Serial ATA RAID devices?"
2444+msgstr "Aktifkan perangkat RAID Serial ATA?"
2445+
2446+#. Type: boolean
2447+#. Description
2448+#: ../disk-detect.templates:7001
2449+msgid ""
2450+"One or more drives containing Serial ATA RAID configurations have been "
2451+"found. Do you wish to activate these RAID devices?"
2452+msgstr ""
2453+"Satu atau lebih drive berisi konfigurasi RAID Serial ATA ditemukan. Apakah "
2454+"Anda ingin mengaktifkan perangkat RAID tersebut?"
2455+
2456+#. Type: text
2457+#. Description
2458+#: ../disk-detect.templates:8001
2459+msgid "login to iSCSI targets"
2460+msgstr "log masuk ke target iSCSI"
2461+
2462 #. Type: text
2463 #. Description
2464 #. :sl1:
2465
2466=== modified file 'debian/po/is.po'
2467--- debian/po/is.po 2011-12-27 23:05:30 +0000
2468+++ debian/po/is.po 2013-08-23 18:07:28 +0000
2469@@ -176,6 +176,28 @@
2470 msgid "Please check that a hard disk is attached to this machine."
2471 msgstr "Gakktu úr skugga um að harður diskur sé tengdur við þessa vél."
2472
2473+#. Type: boolean
2474+#. Description
2475+#: ../disk-detect.templates:7001
2476+msgid "Activate Serial ATA RAID devices?"
2477+msgstr "Virkja Serial ATA RAID tæki?"
2478+
2479+#. Type: boolean
2480+#. Description
2481+#: ../disk-detect.templates:7001
2482+msgid ""
2483+"One or more drives containing Serial ATA RAID configurations have been "
2484+"found. Do you wish to activate these RAID devices?"
2485+msgstr ""
2486+"Eitt eða fleiri drif með Serial ATA RAID uppsetningum fundust. Viltu virkja "
2487+"þessi RAID tæki?"
2488+
2489+#. Type: text
2490+#. Description
2491+#: ../disk-detect.templates:8001
2492+msgid "login to iSCSI targets"
2493+msgstr "tengist iSCSI tækjum"
2494+
2495 #. Type: text
2496 #. Description
2497 #. :sl1:
2498
2499=== modified file 'debian/po/it.po'
2500--- debian/po/it.po 2011-08-21 23:04:54 +0000
2501+++ debian/po/it.po 2013-08-23 18:07:28 +0000
2502@@ -192,6 +192,28 @@
2503 msgid "Please check that a hard disk is attached to this machine."
2504 msgstr "Verificare che un disco fisso sia collegato a questo computer."
2505
2506+#. Type: boolean
2507+#. Description
2508+#: ../disk-detect.templates:7001
2509+msgid "Activate Serial ATA RAID devices?"
2510+msgstr "Attivare i dispositivi Serial ATA RAID?"
2511+
2512+#. Type: boolean
2513+#. Description
2514+#: ../disk-detect.templates:7001
2515+msgid ""
2516+"One or more drives containing Serial ATA RAID configurations have been "
2517+"found. Do you wish to activate these RAID devices?"
2518+msgstr ""
2519+"Sono state trovate una o più unità contenenti configurazioni Serial ATA "
2520+"RAID. Attivare questi dispositivi RAID?"
2521+
2522+#. Type: text
2523+#. Description
2524+#: ../disk-detect.templates:8001
2525+msgid "login to iSCSI targets"
2526+msgstr "Accedere a elementi iSCSI"
2527+
2528 #. Type: text
2529 #. Description
2530 #. :sl1:
2531
2532=== modified file 'debian/po/ja.po'
2533--- debian/po/ja.po 2011-07-06 20:38:29 +0000
2534+++ debian/po/ja.po 2013-08-23 18:07:28 +0000
2535@@ -164,6 +164,28 @@
2536 msgstr ""
2537 "このマシンに接続されているハードディスクがあるかどうか確認してください。"
2538
2539+#. Type: boolean
2540+#. Description
2541+#: ../disk-detect.templates:7001
2542+msgid "Activate Serial ATA RAID devices?"
2543+msgstr "シリアルATA RAIDデバイスを有効にしますか?"
2544+
2545+#. Type: boolean
2546+#. Description
2547+#: ../disk-detect.templates:7001
2548+msgid ""
2549+"One or more drives containing Serial ATA RAID configurations have been "
2550+"found. Do you wish to activate these RAID devices?"
2551+msgstr ""
2552+"1つ以上のシリアルATA RAID設定が見つかりました。これらのRAIDデバイスを有効に"
2553+"しますか?"
2554+
2555+#. Type: text
2556+#. Description
2557+#: ../disk-detect.templates:8001
2558+msgid "login to iSCSI targets"
2559+msgstr "iSCSIターゲットにログインします"
2560+
2561 #. Type: text
2562 #. Description
2563 #. :sl1:
2564
2565=== modified file 'debian/po/ka.po'
2566--- debian/po/ka.po 2011-07-06 20:38:29 +0000
2567+++ debian/po/ka.po 2013-08-23 18:07:28 +0000
2568@@ -173,6 +173,26 @@
2569 msgid "Please check that a hard disk is attached to this machine."
2570 msgstr "გთხოვთ გადაამოწმოთ, რომ ამ კომპიუტერს მყარი დისკი მიერთებული აქვს."
2571
2572+#. Type: boolean
2573+#. Description
2574+#: ../disk-detect.templates:7001
2575+msgid "Activate Serial ATA RAID devices?"
2576+msgstr "ჩაირთოს Serial ATA RAID მოწყობილობები?"
2577+
2578+#. Type: boolean
2579+#. Description
2580+#: ../disk-detect.templates:7001
2581+msgid ""
2582+"One or more drives containing Serial ATA RAID configurations have been "
2583+"found. Do you wish to activate these RAID devices?"
2584+msgstr ""
2585+
2586+#. Type: text
2587+#. Description
2588+#: ../disk-detect.templates:8001
2589+msgid "login to iSCSI targets"
2590+msgstr ""
2591+
2592 #. Type: text
2593 #. Description
2594 #. :sl1:
2595
2596=== modified file 'debian/po/kk.po'
2597--- debian/po/kk.po 2011-11-07 23:05:15 +0000
2598+++ debian/po/kk.po 2013-08-23 18:07:28 +0000
2599@@ -174,6 +174,28 @@
2600 msgid "Please check that a hard disk is attached to this machine."
2601 msgstr "Қатты дисктің машинаға қосылғанын тексеріңіз."
2602
2603+#. Type: boolean
2604+#. Description
2605+#: ../disk-detect.templates:7001
2606+msgid "Activate Serial ATA RAID devices?"
2607+msgstr "SATA RAID құрылғысын қосайын ба?"
2608+
2609+#. Type: boolean
2610+#. Description
2611+#: ../disk-detect.templates:7001
2612+msgid ""
2613+"One or more drives containing Serial ATA RAID configurations have been "
2614+"found. Do you wish to activate these RAID devices?"
2615+msgstr ""
2616+"Бір немесе одан да көп SATA RAID конфигурациясы бар дискілер анықталынды. "
2617+"Бұл RAID құрылғыларды қосамын дейсіз бе?"
2618+
2619+#. Type: text
2620+#. Description
2621+#: ../disk-detect.templates:8001
2622+msgid "login to iSCSI targets"
2623+msgstr "iSCSI басқару бағдарламасына кіру"
2624+
2625 #. Type: text
2626 #. Description
2627 #. :sl1:
2628
2629=== modified file 'debian/po/km.po'
2630--- debian/po/km.po 2011-07-06 20:38:29 +0000
2631+++ debian/po/km.po 2013-08-23 18:07:28 +0000
2632@@ -168,6 +168,28 @@
2633 msgid "Please check that a hard disk is attached to this machine."
2634 msgstr "សូមពិនិត្យ​មើល​ថា បាន​ភ្ជាប់​ថាស​រឹង​ទៅ​ម៉ាស៊ីន​នេះ​ហើយ​ឬ​នៅ ។"
2635
2636+#. Type: boolean
2637+#. Description
2638+#: ../disk-detect.templates:7001
2639+msgid "Activate Serial ATA RAID devices?"
2640+msgstr "ធ្វើ​ឲ្យ​ឧបករណ៍​ ATA RAID សៀរៀល​សកម្ម ?"
2641+
2642+#. Type: boolean
2643+#. Description
2644+#: ../disk-detect.templates:7001
2645+msgid ""
2646+"One or more drives containing Serial ATA RAID configurations have been "
2647+"found. Do you wish to activate these RAID devices?"
2648+msgstr ""
2649+"ដ្រាយ​​មួយ​ ឬ​ច្រើន​​ដែល​មាន​ការ​កំណត់​រចនាសម្ព័ន្ធ​ Serial ATA RAID ត្រូវ​បាន​រក​ឃើញ​ ។​ ​តើ​អ្នក​ចង់​ធ្វើ​ឲ្យ​"
2650+"ឧបករណ៍​ RAID ​នេះ​សកម្ម​ឬ​ ?"
2651+
2652+#. Type: text
2653+#. Description
2654+#: ../disk-detect.templates:8001
2655+msgid "login to iSCSI targets"
2656+msgstr "ចុចចូលទៅគោលដៅ iSCSI"
2657+
2658 #. Type: text
2659 #. Description
2660 #. :sl1:
2661
2662=== modified file 'debian/po/kn.po'
2663--- debian/po/kn.po 2012-01-25 23:05:21 +0000
2664+++ debian/po/kn.po 2013-08-23 18:07:28 +0000
2665@@ -172,6 +172,26 @@
2666 msgid "Please check that a hard disk is attached to this machine."
2667 msgstr "ಈ ಗಣಕಕ್ಕೆ ಒಂದು ಹಾರ್ಡ್ ಡಿಸ್ಕ್ ಜೋಡಿಸಲಾಗಿದೆಯೇ ಎಂದು ಪರಿಶೀಲಿಸಿ."
2668
2669+#. Type: boolean
2670+#. Description
2671+#: ../disk-detect.templates:7001
2672+msgid "Activate Serial ATA RAID devices?"
2673+msgstr ""
2674+
2675+#. Type: boolean
2676+#. Description
2677+#: ../disk-detect.templates:7001
2678+msgid ""
2679+"One or more drives containing Serial ATA RAID configurations have been "
2680+"found. Do you wish to activate these RAID devices?"
2681+msgstr ""
2682+
2683+#. Type: text
2684+#. Description
2685+#: ../disk-detect.templates:8001
2686+msgid "login to iSCSI targets"
2687+msgstr ""
2688+
2689 #. Type: text
2690 #. Description
2691 #. :sl1:
2692
2693=== modified file 'debian/po/ko.po'
2694--- debian/po/ko.po 2011-09-13 23:05:27 +0000
2695+++ debian/po/ko.po 2013-08-23 18:07:28 +0000
2696@@ -179,6 +179,28 @@
2697 msgid "Please check that a hard disk is attached to this machine."
2698 msgstr "이 컴퓨터에 하드 디스크가 있는 지 확인하십시오."
2699
2700+#. Type: boolean
2701+#. Description
2702+#: ../disk-detect.templates:7001
2703+msgid "Activate Serial ATA RAID devices?"
2704+msgstr "S-ATA 레이드를 활성화합니까?"
2705+
2706+#. Type: boolean
2707+#. Description
2708+#: ../disk-detect.templates:7001
2709+msgid ""
2710+"One or more drives containing Serial ATA RAID configurations have been "
2711+"found. Do you wish to activate these RAID devices?"
2712+msgstr ""
2713+"하나 이상의 S-ATA 레이드 디바이스를 발견했습니다. 레이드 디바이스를 활성화합"
2714+"니까?"
2715+
2716+#. Type: text
2717+#. Description
2718+#: ../disk-detect.templates:8001
2719+msgid "login to iSCSI targets"
2720+msgstr "iSCSI에 로그인"
2721+
2722 #. Type: text
2723 #. Description
2724 #. :sl1:
2725
2726=== modified file 'debian/po/ku.po'
2727--- debian/po/ku.po 2011-07-06 20:38:29 +0000
2728+++ debian/po/ku.po 2013-08-23 18:07:28 +0000
2729@@ -167,6 +167,26 @@
2730 msgid "Please check that a hard disk is attached to this machine."
2731 msgstr "Kontol bike ka hard dîskek girêdayî vê makînayê ye yan na."
2732
2733+#. Type: boolean
2734+#. Description
2735+#: ../disk-detect.templates:7001
2736+msgid "Activate Serial ATA RAID devices?"
2737+msgstr ""
2738+
2739+#. Type: boolean
2740+#. Description
2741+#: ../disk-detect.templates:7001
2742+msgid ""
2743+"One or more drives containing Serial ATA RAID configurations have been "
2744+"found. Do you wish to activate these RAID devices?"
2745+msgstr ""
2746+
2747+#. Type: text
2748+#. Description
2749+#: ../disk-detect.templates:8001
2750+msgid "login to iSCSI targets"
2751+msgstr ""
2752+
2753 #. Type: text
2754 #. Description
2755 #. :sl1:
2756
2757=== modified file 'debian/po/lo.po'
2758--- debian/po/lo.po 2011-07-06 20:38:29 +0000
2759+++ debian/po/lo.po 2013-08-23 18:07:28 +0000
2760@@ -162,6 +162,26 @@
2761 msgid "Please check that a hard disk is attached to this machine."
2762 msgstr "ກາລຸນາກວດສອບໃຫ້ໝັ້ນໃຈວ່າໄດ້ຕໍ່ຮາດດິກເຂົ້າກັບເຄື່ອງ."
2763
2764+#. Type: boolean
2765+#. Description
2766+#: ../disk-detect.templates:7001
2767+msgid "Activate Serial ATA RAID devices?"
2768+msgstr ""
2769+
2770+#. Type: boolean
2771+#. Description
2772+#: ../disk-detect.templates:7001
2773+msgid ""
2774+"One or more drives containing Serial ATA RAID configurations have been "
2775+"found. Do you wish to activate these RAID devices?"
2776+msgstr ""
2777+
2778+#. Type: text
2779+#. Description
2780+#: ../disk-detect.templates:8001
2781+msgid "login to iSCSI targets"
2782+msgstr ""
2783+
2784 #. Type: text
2785 #. Description
2786 #. :sl1:
2787
2788=== modified file 'debian/po/lt.po'
2789--- debian/po/lt.po 2012-05-29 23:06:17 +0000
2790+++ debian/po/lt.po 2013-08-23 18:07:28 +0000
2791@@ -178,6 +178,28 @@
2792 msgid "Please check that a hard disk is attached to this machine."
2793 msgstr "Patikrinkite ar kietas diskas prijungtas prie šio kompiuterio."
2794
2795+#. Type: boolean
2796+#. Description
2797+#: ../disk-detect.templates:7001
2798+msgid "Activate Serial ATA RAID devices?"
2799+msgstr "Aktyvinti Serial ATA RAID įrenginius?"
2800+
2801+#. Type: boolean
2802+#. Description
2803+#: ../disk-detect.templates:7001
2804+msgid ""
2805+"One or more drives containing Serial ATA RAID configurations have been "
2806+"found. Do you wish to activate these RAID devices?"
2807+msgstr ""
2808+"Rastas vienas ar daugiau diskų, turinčių Serial ATA RAID konfigūraciją. Ar "
2809+"norite aktyvinti šiuos RAID įrenginius?"
2810+
2811+#. Type: text
2812+#. Description
2813+#: ../disk-detect.templates:8001
2814+msgid "login to iSCSI targets"
2815+msgstr "prisijungti prie iSCSI paskirčių"
2816+
2817 #. Type: text
2818 #. Description
2819 #. :sl1:
2820
2821=== modified file 'debian/po/lv.po'
2822--- debian/po/lv.po 2012-05-27 23:05:37 +0000
2823+++ debian/po/lv.po 2013-08-23 18:07:28 +0000
2824@@ -181,6 +181,28 @@
2825 msgid "Please check that a hard disk is attached to this machine."
2826 msgstr "Lūdzu, pārliecinieties, ka šim datoram ir pievienots cietais disks."
2827
2828+#. Type: boolean
2829+#. Description
2830+#: ../disk-detect.templates:7001
2831+msgid "Activate Serial ATA RAID devices?"
2832+msgstr "Aktivizēt Serial ATA RAID iekārtas?"
2833+
2834+#. Type: boolean
2835+#. Description
2836+#: ../disk-detect.templates:7001
2837+msgid ""
2838+"One or more drives containing Serial ATA RAID configurations have been "
2839+"found. Do you wish to activate these RAID devices?"
2840+msgstr ""
2841+"Ir atrasta viena vai vairākas ierīces, kuras satur Serial ATA RAID "
2842+"konfigurāciju. Vai vēlaties aktivizēt šīs RAID ierīces?"
2843+
2844+#. Type: text
2845+#. Description
2846+#: ../disk-detect.templates:8001
2847+msgid "login to iSCSI targets"
2848+msgstr "pieslēgties iSCSI ierīcēm"
2849+
2850 #. Type: text
2851 #. Description
2852 #. :sl1:
2853
2854=== modified file 'debian/po/mk.po'
2855--- debian/po/mk.po 2012-04-12 23:06:25 +0000
2856+++ debian/po/mk.po 2013-08-23 18:07:28 +0000
2857@@ -176,6 +176,26 @@
2858 msgid "Please check that a hard disk is attached to this machine."
2859 msgstr "Провери дали хард дискот е поврзан со компјутерот."
2860
2861+#. Type: boolean
2862+#. Description
2863+#: ../disk-detect.templates:7001
2864+msgid "Activate Serial ATA RAID devices?"
2865+msgstr ""
2866+
2867+#. Type: boolean
2868+#. Description
2869+#: ../disk-detect.templates:7001
2870+msgid ""
2871+"One or more drives containing Serial ATA RAID configurations have been "
2872+"found. Do you wish to activate these RAID devices?"
2873+msgstr ""
2874+
2875+#. Type: text
2876+#. Description
2877+#: ../disk-detect.templates:8001
2878+msgid "login to iSCSI targets"
2879+msgstr ""
2880+
2881 #. Type: text
2882 #. Description
2883 #. :sl1:
2884
2885=== modified file 'debian/po/ml.po'
2886--- debian/po/ml.po 2012-11-01 17:45:59 +0000
2887+++ debian/po/ml.po 2013-08-23 18:07:28 +0000
2888@@ -179,6 +179,26 @@
2889 msgid "Please check that a hard disk is attached to this machine."
2890 msgstr "ഈ കമ്പ്യൂട്ടറില്‍ ഒരു ഹാര്‍ഡ് ഡിസ്‌ക്ക് ഘടിപ്പിച്ചിട്ടുണ്ടെന്നു് ഉറപ്പുവരുത്തുക."
2891
2892+#. Type: boolean
2893+#. Description
2894+#: ../disk-detect.templates:7001
2895+msgid "Activate Serial ATA RAID devices?"
2896+msgstr ""
2897+
2898+#. Type: boolean
2899+#. Description
2900+#: ../disk-detect.templates:7001
2901+msgid ""
2902+"One or more drives containing Serial ATA RAID configurations have been "
2903+"found. Do you wish to activate these RAID devices?"
2904+msgstr ""
2905+
2906+#. Type: text
2907+#. Description
2908+#: ../disk-detect.templates:8001
2909+msgid "login to iSCSI targets"
2910+msgstr ""
2911+
2912 #. Type: text
2913 #. Description
2914 #. :sl1:
2915
2916=== modified file 'debian/po/mr.po'
2917--- debian/po/mr.po 2011-07-06 20:38:29 +0000
2918+++ debian/po/mr.po 2013-08-23 18:07:28 +0000
2919@@ -169,6 +169,28 @@
2920 msgid "Please check that a hard disk is attached to this machine."
2921 msgstr "कृपया हार्ड डिस्क मशिनला जोडली आहे का ते तपासा."
2922
2923+#. Type: boolean
2924+#. Description
2925+#: ../disk-detect.templates:7001
2926+msgid "Activate Serial ATA RAID devices?"
2927+msgstr "Serial ATA RAID उपकरणे सक्रिय करायचे का?"
2928+
2929+#. Type: boolean
2930+#. Description
2931+#: ../disk-detect.templates:7001
2932+msgid ""
2933+"One or more drives containing Serial ATA RAID configurations have been "
2934+"found. Do you wish to activate these RAID devices?"
2935+msgstr ""
2936+"एक किंवा अधिक सीरिअल एटीए रेड असलेल्या ड्राईव्हज सापडल्या आहेत. ह्या रेड ड्राईव्हज "
2937+"तुम्हाला सुरु करायच्या आहेत?"
2938+
2939+#. Type: text
2940+#. Description
2941+#: ../disk-detect.templates:8001
2942+msgid "login to iSCSI targets"
2943+msgstr "आइएससीएसआइ(iSCSI) उद्दिष्टांत प्रवेश करा"
2944+
2945 #. Type: text
2946 #. Description
2947 #. :sl1:
2948
2949=== modified file 'debian/po/nb.po'
2950--- debian/po/nb.po 2011-07-06 20:38:29 +0000
2951+++ debian/po/nb.po 2013-08-23 18:07:28 +0000
2952@@ -167,6 +167,28 @@
2953 msgid "Please check that a hard disk is attached to this machine."
2954 msgstr "Se etter at det er koblet til en harddisk til denne maskinen."
2955
2956+#. Type: boolean
2957+#. Description
2958+#: ../disk-detect.templates:7001
2959+msgid "Activate Serial ATA RAID devices?"
2960+msgstr "Aktivere serielle ATA RAID komponenter?"
2961+
2962+#. Type: boolean
2963+#. Description
2964+#: ../disk-detect.templates:7001
2965+msgid ""
2966+"One or more drives containing Serial ATA RAID configurations have been "
2967+"found. Do you wish to activate these RAID devices?"
2968+msgstr ""
2969+"En eller flere komponenter med serielle ATA RAID konfigurasjoner er funnet, "
2970+"Ønsker du å aktivere RAID for disse?"
2971+
2972+#. Type: text
2973+#. Description
2974+#: ../disk-detect.templates:8001
2975+msgid "login to iSCSI targets"
2976+msgstr "logg in på iSCSI-mål"
2977+
2978 #. Type: text
2979 #. Description
2980 #. :sl1:
2981
2982=== modified file 'debian/po/ne.po'
2983--- debian/po/ne.po 2011-07-06 20:38:29 +0000
2984+++ debian/po/ne.po 2013-08-23 18:07:28 +0000
2985@@ -171,6 +171,26 @@
2986 msgid "Please check that a hard disk is attached to this machine."
2987 msgstr "कृपया एउटा हार्ड डिस्क यो मेसिन सँग सलग्न छ भन्ने कुरा जाँच गर्नुहोस् ।"
2988
2989+#. Type: boolean
2990+#. Description
2991+#: ../disk-detect.templates:7001
2992+msgid "Activate Serial ATA RAID devices?"
2993+msgstr ""
2994+
2995+#. Type: boolean
2996+#. Description
2997+#: ../disk-detect.templates:7001
2998+msgid ""
2999+"One or more drives containing Serial ATA RAID configurations have been "
3000+"found. Do you wish to activate these RAID devices?"
3001+msgstr ""
3002+
3003+#. Type: text
3004+#. Description
3005+#: ../disk-detect.templates:8001
3006+msgid "login to iSCSI targets"
3007+msgstr ""
3008+
3009 #. Type: text
3010 #. Description
3011 #. :sl1:
3012
3013=== modified file 'debian/po/nl.po'
3014--- debian/po/nl.po 2011-07-06 20:38:29 +0000
3015+++ debian/po/nl.po 2013-08-23 18:07:28 +0000
3016@@ -168,6 +168,28 @@
3017 msgstr ""
3018 "Controleer a.u.b. of er een harde schijf is aangesloten op deze machine."
3019
3020+#. Type: boolean
3021+#. Description
3022+#: ../disk-detect.templates:7001
3023+msgid "Activate Serial ATA RAID devices?"
3024+msgstr "Serial ATA RAID-apparaten activeren?"
3025+
3026+#. Type: boolean
3027+#. Description
3028+#: ../disk-detect.templates:7001
3029+msgid ""
3030+"One or more drives containing Serial ATA RAID configurations have been "
3031+"found. Do you wish to activate these RAID devices?"
3032+msgstr ""
3033+"Eén of meer schijven met een Serial ATA RAID-configuratie zijn gevonden. "
3034+"Wilt u deze RAID-apparaten inschakelen?"
3035+
3036+#. Type: text
3037+#. Description
3038+#: ../disk-detect.templates:8001
3039+msgid "login to iSCSI targets"
3040+msgstr "aanmelden in iSCSI-doelen"
3041+
3042 #. Type: text
3043 #. Description
3044 #. :sl1:
3045
3046=== modified file 'debian/po/nn.po'
3047--- debian/po/nn.po 2011-07-06 20:38:29 +0000
3048+++ debian/po/nn.po 2013-08-23 18:07:28 +0000
3049@@ -167,6 +167,28 @@
3050 msgid "Please check that a hard disk is attached to this machine."
3051 msgstr "Sjå etter at det er kobla til ein harddisk til denne maskina."
3052
3053+#. Type: boolean
3054+#. Description
3055+#: ../disk-detect.templates:7001
3056+msgid "Activate Serial ATA RAID devices?"
3057+msgstr "Aktivera serielle ATA RAID einingar?"
3058+
3059+#. Type: boolean
3060+#. Description
3061+#: ../disk-detect.templates:7001
3062+msgid ""
3063+"One or more drives containing Serial ATA RAID configurations have been "
3064+"found. Do you wish to activate these RAID devices?"
3065+msgstr ""
3066+"Ein eller fleire stasjonar med seriell ATA RAID konfigurasjon er funnen. "
3067+"Ønskjer du å aktivera RAID for desse?"
3068+
3069+#. Type: text
3070+#. Description
3071+#: ../disk-detect.templates:8001
3072+msgid "login to iSCSI targets"
3073+msgstr "Logg på iSCSI-mål"
3074+
3075 #. Type: text
3076 #. Description
3077 #. :sl1:
3078
3079=== modified file 'debian/po/pa.po'
3080--- debian/po/pa.po 2012-05-06 23:06:16 +0000
3081+++ debian/po/pa.po 2013-08-23 18:07:28 +0000
3082@@ -177,6 +177,26 @@
3083 msgid "Please check that a hard disk is attached to this machine."
3084 msgstr "ਜਾਂਚ ਕਰੋ ਕਿ ਹਾਰਡ ਡਿਸਕ ਇਸ ਮਸ਼ੀਨ ਨਾਲ ਜੁੜੀ ਹੈ ਜੀ।"
3085
3086+#. Type: boolean
3087+#. Description
3088+#: ../disk-detect.templates:7001
3089+msgid "Activate Serial ATA RAID devices?"
3090+msgstr "ਸੀਰੀਅਲ ATA RAID ਜੰਤਰ ਐਕਟੀਵੇਟ ਕਰਨੇ ਹਨ?"
3091+
3092+#. Type: boolean
3093+#. Description
3094+#: ../disk-detect.templates:7001
3095+msgid ""
3096+"One or more drives containing Serial ATA RAID configurations have been "
3097+"found. Do you wish to activate these RAID devices?"
3098+msgstr ""
3099+
3100+#. Type: text
3101+#. Description
3102+#: ../disk-detect.templates:8001
3103+msgid "login to iSCSI targets"
3104+msgstr "iSCSI ਟਾਰਗੇਟ ਉੱਤੇ ਲਾਗਇਨ"
3105+
3106 #. Type: text
3107 #. Description
3108 #. :sl1:
3109
3110=== modified file 'debian/po/pl.po'
3111--- debian/po/pl.po 2011-09-26 23:05:18 +0000
3112+++ debian/po/pl.po 2013-08-23 18:07:28 +0000
3113@@ -182,6 +182,28 @@
3114 msgid "Please check that a hard disk is attached to this machine."
3115 msgstr "Proszę sprawdzić czy twardy dysk jest podłączony do komputera."
3116
3117+#. Type: boolean
3118+#. Description
3119+#: ../disk-detect.templates:7001
3120+msgid "Activate Serial ATA RAID devices?"
3121+msgstr "Uaktywnić urządzenia Serial ATA RAID?"
3122+
3123+#. Type: boolean
3124+#. Description
3125+#: ../disk-detect.templates:7001
3126+msgid ""
3127+"One or more drives containing Serial ATA RAID configurations have been "
3128+"found. Do you wish to activate these RAID devices?"
3129+msgstr ""
3130+"Znaleziono jedno lub więcej urządzeń zawierające konfigurację Serial ATA "
3131+"RAID. Czy chcesz uaktywnić te urządzenia RAID?"
3132+
3133+#. Type: text
3134+#. Description
3135+#: ../disk-detect.templates:8001
3136+msgid "login to iSCSI targets"
3137+msgstr "zaloguj do obiektów docelowych iSCSI"
3138+
3139 #. Type: text
3140 #. Description
3141 #. :sl1:
3142
3143=== modified file 'debian/po/pt.po'
3144--- debian/po/pt.po 2011-07-06 20:38:29 +0000
3145+++ debian/po/pt.po 2013-08-23 18:07:28 +0000
3146@@ -166,6 +166,28 @@
3147 msgid "Please check that a hard disk is attached to this machine."
3148 msgstr "Por favor verifique se um disco rígido está ligado a esta máquina."
3149
3150+#. Type: boolean
3151+#. Description
3152+#: ../disk-detect.templates:7001
3153+msgid "Activate Serial ATA RAID devices?"
3154+msgstr "Activar dispositivos ATA RAID de série?"
3155+
3156+#. Type: boolean
3157+#. Description
3158+#: ../disk-detect.templates:7001
3159+msgid ""
3160+"One or more drives containing Serial ATA RAID configurations have been "
3161+"found. Do you wish to activate these RAID devices?"
3162+msgstr ""
3163+"Encontraram-se um ou mais discos contendo configurações ATA RAID de série. "
3164+"Deseja activar estes dispositivos RAID?"
3165+
3166+#. Type: text
3167+#. Description
3168+#: ../disk-detect.templates:8001
3169+msgid "login to iSCSI targets"
3170+msgstr "entrar nos alvos iSCSI"
3171+
3172 #. Type: text
3173 #. Description
3174 #. :sl1:
3175
3176=== modified file 'debian/po/pt_BR.po'
3177--- debian/po/pt_BR.po 2012-04-08 23:05:22 +0000
3178+++ debian/po/pt_BR.po 2013-08-23 18:07:28 +0000
3179@@ -176,6 +176,28 @@
3180 "Por favor, confira se realmente existe um disco rígido conectado a esta "
3181 "máquina."
3182
3183+#. Type: boolean
3184+#. Description
3185+#: ../disk-detect.templates:7001
3186+msgid "Activate Serial ATA RAID devices?"
3187+msgstr "Ativar dispositivos RAID Serial ATA?"
3188+
3189+#. Type: boolean
3190+#. Description
3191+#: ../disk-detect.templates:7001
3192+msgid ""
3193+"One or more drives containing Serial ATA RAID configurations have been "
3194+"found. Do you wish to activate these RAID devices?"
3195+msgstr ""
3196+"Um ou mais dispositivos contendo configurações RAID Serial ATA foram "
3197+"encontrados. Você deseja ativar esses dispositivos RAID?"
3198+
3199+#. Type: text
3200+#. Description
3201+#: ../disk-detect.templates:8001
3202+msgid "login to iSCSI targets"
3203+msgstr "login para alvos iSCSI"
3204+
3205 #. Type: text
3206 #. Description
3207 #. :sl1:
3208
3209=== modified file 'debian/po/ro.po'
3210--- debian/po/ro.po 2011-09-17 23:05:17 +0000
3211+++ debian/po/ro.po 2013-08-23 18:07:28 +0000
3212@@ -190,6 +190,28 @@
3213 msgid "Please check that a hard disk is attached to this machine."
3214 msgstr "Vă rugăm sa verificați că aveți un disc fix atașat la acest sistem."
3215
3216+#. Type: boolean
3217+#. Description
3218+#: ../disk-detect.templates:7001
3219+msgid "Activate Serial ATA RAID devices?"
3220+msgstr "Se activează dispozitivele Serial ATA RAID?"
3221+
3222+#. Type: boolean
3223+#. Description
3224+#: ../disk-detect.templates:7001
3225+msgid ""
3226+"One or more drives containing Serial ATA RAID configurations have been "
3227+"found. Do you wish to activate these RAID devices?"
3228+msgstr ""
3229+"Unul sau mai multe discuri conținând configurații Serial ATA RAID au fost "
3230+"găsite. Doriți să activați aceste componente RAID?"
3231+
3232+#. Type: text
3233+#. Description
3234+#: ../disk-detect.templates:8001
3235+msgid "login to iSCSI targets"
3236+msgstr "autentificare la destinații iSCSI"
3237+
3238 #. Type: text
3239 #. Description
3240 #. :sl1:
3241
3242=== modified file 'debian/po/ru.po'
3243--- debian/po/ru.po 2011-07-06 20:38:29 +0000
3244+++ debian/po/ru.po 2013-08-23 18:07:28 +0000
3245@@ -172,6 +172,28 @@
3246 msgid "Please check that a hard disk is attached to this machine."
3247 msgstr "Проверьте, подключён ли к компьютеру жёсткий диск."
3248
3249+#. Type: boolean
3250+#. Description
3251+#: ../disk-detect.templates:7001
3252+msgid "Activate Serial ATA RAID devices?"
3253+msgstr "Включить устройства SATA RAID?"
3254+
3255+#. Type: boolean
3256+#. Description
3257+#: ../disk-detect.templates:7001
3258+msgid ""
3259+"One or more drives containing Serial ATA RAID configurations have been "
3260+"found. Do you wish to activate these RAID devices?"
3261+msgstr ""
3262+"Найдены один или несколько дисков, содержащих конфигурации SATA RAID. Вы "
3263+"желаете включить эти RAID устройства?"
3264+
3265+#. Type: text
3266+#. Description
3267+#: ../disk-detect.templates:8001
3268+msgid "login to iSCSI targets"
3269+msgstr "войти в программу контроля iSCSI"
3270+
3271 #. Type: text
3272 #. Description
3273 #. :sl1:
3274
3275=== modified file 'debian/po/se.po'
3276--- debian/po/se.po 2011-07-06 20:38:29 +0000
3277+++ debian/po/se.po 2013-08-23 18:07:28 +0000
3278@@ -165,6 +165,26 @@
3279 msgid "Please check that a hard disk is attached to this machine."
3280 msgstr ""
3281
3282+#. Type: boolean
3283+#. Description
3284+#: ../disk-detect.templates:7001
3285+msgid "Activate Serial ATA RAID devices?"
3286+msgstr ""
3287+
3288+#. Type: boolean
3289+#. Description
3290+#: ../disk-detect.templates:7001
3291+msgid ""
3292+"One or more drives containing Serial ATA RAID configurations have been "
3293+"found. Do you wish to activate these RAID devices?"
3294+msgstr ""
3295+
3296+#. Type: text
3297+#. Description
3298+#: ../disk-detect.templates:8001
3299+msgid "login to iSCSI targets"
3300+msgstr ""
3301+
3302 #. Type: text
3303 #. Description
3304 #. :sl1:
3305
3306=== modified file 'debian/po/si.po'
3307--- debian/po/si.po 2011-11-30 23:05:26 +0000
3308+++ debian/po/si.po 2013-08-23 18:07:28 +0000
3309@@ -169,6 +169,26 @@
3310 msgid "Please check that a hard disk is attached to this machine."
3311 msgstr "කරුණාකර මෙම යන්ත්‍රයට ඈදා ඇති දෘඩ තැටිය පිරික්සන්න."
3312
3313+#. Type: boolean
3314+#. Description
3315+#: ../disk-detect.templates:7001
3316+msgid "Activate Serial ATA RAID devices?"
3317+msgstr ""
3318+
3319+#. Type: boolean
3320+#. Description
3321+#: ../disk-detect.templates:7001
3322+msgid ""
3323+"One or more drives containing Serial ATA RAID configurations have been "
3324+"found. Do you wish to activate these RAID devices?"
3325+msgstr ""
3326+
3327+#. Type: text
3328+#. Description
3329+#: ../disk-detect.templates:8001
3330+msgid "login to iSCSI targets"
3331+msgstr "iSCSI ඉලක්ක වෙත ප්‍රවිෂ්ට වෙමින්"
3332+
3333 #. Type: text
3334 #. Description
3335 #. :sl1:
3336
3337=== modified file 'debian/po/sk.po'
3338--- debian/po/sk.po 2011-07-06 20:38:29 +0000
3339+++ debian/po/sk.po 2013-08-23 18:07:28 +0000
3340@@ -167,6 +167,28 @@
3341 msgid "Please check that a hard disk is attached to this machine."
3342 msgstr "Skontrolujte pripojenie pevného disku k počítaču."
3343
3344+#. Type: boolean
3345+#. Description
3346+#: ../disk-detect.templates:7001
3347+msgid "Activate Serial ATA RAID devices?"
3348+msgstr "Aktivovať zariadenia Serial ATA RAID?"
3349+
3350+#. Type: boolean
3351+#. Description
3352+#: ../disk-detect.templates:7001
3353+msgid ""
3354+"One or more drives containing Serial ATA RAID configurations have been "
3355+"found. Do you wish to activate these RAID devices?"
3356+msgstr ""
3357+"Boli nájdené konfigurácie jedného alebo viacerých zariadení Serial ATA RAID. "
3358+"Želáte si aktivovať tieto zariadenia RAID?"
3359+
3360+#. Type: text
3361+#. Description
3362+#: ../disk-detect.templates:8001
3363+msgid "login to iSCSI targets"
3364+msgstr "prihlásiť sa k cieľom iSCSI"
3365+
3366 #. Type: text
3367 #. Description
3368 #. :sl1:
3369
3370=== modified file 'debian/po/sl.po'
3371--- debian/po/sl.po 2011-07-06 20:38:29 +0000
3372+++ debian/po/sl.po 2013-08-23 18:07:28 +0000
3373@@ -178,6 +178,28 @@
3374 msgid "Please check that a hard disk is attached to this machine."
3375 msgstr "Preverite, ali je trdi disk priključen."
3376
3377+#. Type: boolean
3378+#. Description
3379+#: ../disk-detect.templates:7001
3380+msgid "Activate Serial ATA RAID devices?"
3381+msgstr "Ali naj se omogočijo naprave SATA RAID?"
3382+
3383+#. Type: boolean
3384+#. Description
3385+#: ../disk-detect.templates:7001
3386+msgid ""
3387+"One or more drives containing Serial ATA RAID configurations have been "
3388+"found. Do you wish to activate these RAID devices?"
3389+msgstr ""
3390+"Najden je bil en ali več pogonov, ki vsebujejo nastavitve za SATA RAID. Ali "
3391+"želite omogočiti te naprave RAID?"
3392+
3393+#. Type: text
3394+#. Description
3395+#: ../disk-detect.templates:8001
3396+msgid "login to iSCSI targets"
3397+msgstr "prijavi se v tarče iSCSI"
3398+
3399 #. Type: text
3400 #. Description
3401 #. :sl1:
3402
3403=== modified file 'debian/po/sq.po'
3404--- debian/po/sq.po 2012-06-16 23:05:36 +0000
3405+++ debian/po/sq.po 2013-08-23 18:07:28 +0000
3406@@ -169,6 +169,28 @@
3407 msgid "Please check that a hard disk is attached to this machine."
3408 msgstr "Të lutem kontrollo nëse ky kompjuter ka një disk të ngurtë të lidhur."
3409
3410+#. Type: boolean
3411+#. Description
3412+#: ../disk-detect.templates:7001
3413+msgid "Activate Serial ATA RAID devices?"
3414+msgstr "Ti aktivizoj pajisjet Serial ATA RAID?"
3415+
3416+#. Type: boolean
3417+#. Description
3418+#: ../disk-detect.templates:7001
3419+msgid ""
3420+"One or more drives containing Serial ATA RAID configurations have been "
3421+"found. Do you wish to activate these RAID devices?"
3422+msgstr ""
3423+"Është gjetur një apo më tepër draive që përmbajnë konfigurimin Serial ATA "
3424+"RAID. Dëshironi ti aktivizoni këto pajisje RAID?"
3425+
3426+#. Type: text
3427+#. Description
3428+#: ../disk-detect.templates:8001
3429+msgid "login to iSCSI targets"
3430+msgstr "duke hyrë në shënjestrat iSCSI"
3431+
3432 #. Type: text
3433 #. Description
3434 #. :sl1:
3435
3436=== modified file 'debian/po/sr.po'
3437--- debian/po/sr.po 2011-07-06 20:38:29 +0000
3438+++ debian/po/sr.po 2013-08-23 18:07:28 +0000
3439@@ -169,6 +169,28 @@
3440 msgid "Please check that a hard disk is attached to this machine."
3441 msgstr "Проверите да ли је хард диск закачен за ову машину."
3442
3443+#. Type: boolean
3444+#. Description
3445+#: ../disk-detect.templates:7001
3446+msgid "Activate Serial ATA RAID devices?"
3447+msgstr "Активирати серијске ATA RAID уређаје?"
3448+
3449+#. Type: boolean
3450+#. Description
3451+#: ../disk-detect.templates:7001
3452+msgid ""
3453+"One or more drives containing Serial ATA RAID configurations have been "
3454+"found. Do you wish to activate these RAID devices?"
3455+msgstr ""
3456+"Пронађене су једна или више јединица које садрже серијску ATA RAID "
3457+"конфигурацију. Да ли желите да активирате те RAID уређаје?"
3458+
3459+#. Type: text
3460+#. Description
3461+#: ../disk-detect.templates:8001
3462+msgid "login to iSCSI targets"
3463+msgstr "пријава на iSCSI циљеве"
3464+
3465 #. Type: text
3466 #. Description
3467 #. :sl1:
3468
3469=== modified file 'debian/po/sv.po'
3470--- debian/po/sv.po 2011-07-06 20:38:29 +0000
3471+++ debian/po/sv.po 2013-08-23 18:07:28 +0000
3472@@ -172,6 +172,28 @@
3473 msgid "Please check that a hard disk is attached to this machine."
3474 msgstr "Kontrollera att en hårddisk är ansluten till den här datorn."
3475
3476+#. Type: boolean
3477+#. Description
3478+#: ../disk-detect.templates:7001
3479+msgid "Activate Serial ATA RAID devices?"
3480+msgstr "Aktivera Serial ATA RAID-enheter?"
3481+
3482+#. Type: boolean
3483+#. Description
3484+#: ../disk-detect.templates:7001
3485+msgid ""
3486+"One or more drives containing Serial ATA RAID configurations have been "
3487+"found. Do you wish to activate these RAID devices?"
3488+msgstr ""
3489+"En eller flera enheter som innehåller Serial ATA RAID-konfigurationer har "
3490+"hittats. Vill du aktivera dessa RAID-enheter?"
3491+
3492+#. Type: text
3493+#. Description
3494+#: ../disk-detect.templates:8001
3495+msgid "login to iSCSI targets"
3496+msgstr "inloggning till iSCSI-mål"
3497+
3498 #. Type: text
3499 #. Description
3500 #. :sl1:
3501
3502=== modified file 'debian/po/ta.po'
3503--- debian/po/ta.po 2011-07-06 20:38:29 +0000
3504+++ debian/po/ta.po 2013-08-23 18:07:28 +0000
3505@@ -168,6 +168,26 @@
3506 msgid "Please check that a hard disk is attached to this machine."
3507 msgstr "வட்டு இந்த சாதனத்துடன் இணைக்கப்பட்டுள்ளதா என்பதை சரிபார்க்கவும்."
3508
3509+#. Type: boolean
3510+#. Description
3511+#: ../disk-detect.templates:7001
3512+msgid "Activate Serial ATA RAID devices?"
3513+msgstr ""
3514+
3515+#. Type: boolean
3516+#. Description
3517+#: ../disk-detect.templates:7001
3518+msgid ""
3519+"One or more drives containing Serial ATA RAID configurations have been "
3520+"found. Do you wish to activate these RAID devices?"
3521+msgstr ""
3522+
3523+#. Type: text
3524+#. Description
3525+#: ../disk-detect.templates:8001
3526+msgid "login to iSCSI targets"
3527+msgstr ""
3528+
3529 #. Type: text
3530 #. Description
3531 #. :sl1:
3532
3533=== modified file 'debian/po/te.po'
3534--- debian/po/te.po 2011-07-06 20:38:29 +0000
3535+++ debian/po/te.po 2013-08-23 18:07:28 +0000
3536@@ -164,6 +164,26 @@
3537 msgid "Please check that a hard disk is attached to this machine."
3538 msgstr "హార్డ్ డిస్క్ ఈ మెషిన్ కి జతచేశారా లేదా తనిఖీ చేయుము."
3539
3540+#. Type: boolean
3541+#. Description
3542+#: ../disk-detect.templates:7001
3543+msgid "Activate Serial ATA RAID devices?"
3544+msgstr "సీరియల్ ATA RAID పరికరాలని ఉత్తేజపరచాలా?"
3545+
3546+#. Type: boolean
3547+#. Description
3548+#: ../disk-detect.templates:7001
3549+msgid ""
3550+"One or more drives containing Serial ATA RAID configurations have been "
3551+"found. Do you wish to activate these RAID devices?"
3552+msgstr ""
3553+
3554+#. Type: text
3555+#. Description
3556+#: ../disk-detect.templates:8001
3557+msgid "login to iSCSI targets"
3558+msgstr ""
3559+
3560 #. Type: text
3561 #. Description
3562 #. :sl1:
3563
3564=== modified file 'debian/po/templates.pot'
3565--- debian/po/templates.pot 2010-06-01 22:48:44 +0000
3566+++ debian/po/templates.pot 2013-08-23 18:07:28 +0000
3567@@ -152,6 +152,26 @@
3568 msgid "Please check that a hard disk is attached to this machine."
3569 msgstr ""
3570
3571+#. Type: boolean
3572+#. Description
3573+#: ../disk-detect.templates:7001
3574+msgid "Activate Serial ATA RAID devices?"
3575+msgstr ""
3576+
3577+#. Type: boolean
3578+#. Description
3579+#: ../disk-detect.templates:7001
3580+msgid ""
3581+"One or more drives containing Serial ATA RAID configurations have been "
3582+"found. Do you wish to activate these RAID devices?"
3583+msgstr ""
3584+
3585+#. Type: text
3586+#. Description
3587+#: ../disk-detect.templates:8001
3588+msgid "login to iSCSI targets"
3589+msgstr ""
3590+
3591 #. Type: text
3592 #. Description
3593 #. :sl1:
3594
3595=== modified file 'debian/po/th.po'
3596--- debian/po/th.po 2011-07-06 20:38:29 +0000
3597+++ debian/po/th.po 2013-08-23 18:07:28 +0000
3598@@ -164,6 +164,26 @@
3599 msgid "Please check that a hard disk is attached to this machine."
3600 msgstr "กรุณาตรวจสอบให้แน่ใจว่าได้ต่อฮาร์ดดิสก์เข้ากับเครื่อง"
3601
3602+#. Type: boolean
3603+#. Description
3604+#: ../disk-detect.templates:7001
3605+msgid "Activate Serial ATA RAID devices?"
3606+msgstr "ใช้อุปกรณ์ Serial ATA RAID หรือไม่?"
3607+
3608+#. Type: boolean
3609+#. Description
3610+#: ../disk-detect.templates:7001
3611+msgid ""
3612+"One or more drives containing Serial ATA RAID configurations have been "
3613+"found. Do you wish to activate these RAID devices?"
3614+msgstr "เจออุปกรณ์ที่สามารถใช้ Serial ATA RAID คุณต้องการที่จะใช้มันหรือไม่?"
3615+
3616+#. Type: text
3617+#. Description
3618+#: ../disk-detect.templates:8001
3619+msgid "login to iSCSI targets"
3620+msgstr "เข้าระบบไปที่ iSCSI"
3621+
3622 #. Type: text
3623 #. Description
3624 #. :sl1:
3625
3626=== modified file 'debian/po/tl.po'
3627--- debian/po/tl.po 2011-07-06 20:38:29 +0000
3628+++ debian/po/tl.po 2013-08-23 18:07:28 +0000
3629@@ -172,6 +172,26 @@
3630 msgid "Please check that a hard disk is attached to this machine."
3631 msgstr "Pakisuri na may hard disk na nakakabit sa makinang ito."
3632
3633+#. Type: boolean
3634+#. Description
3635+#: ../disk-detect.templates:7001
3636+msgid "Activate Serial ATA RAID devices?"
3637+msgstr ""
3638+
3639+#. Type: boolean
3640+#. Description
3641+#: ../disk-detect.templates:7001
3642+msgid ""
3643+"One or more drives containing Serial ATA RAID configurations have been "
3644+"found. Do you wish to activate these RAID devices?"
3645+msgstr ""
3646+
3647+#. Type: text
3648+#. Description
3649+#: ../disk-detect.templates:8001
3650+msgid "login to iSCSI targets"
3651+msgstr ""
3652+
3653 #. Type: text
3654 #. Description
3655 #. :sl1:
3656
3657=== modified file 'debian/po/tr.po'
3658--- debian/po/tr.po 2011-07-06 20:38:29 +0000
3659+++ debian/po/tr.po 2013-08-23 18:07:28 +0000
3660@@ -172,6 +172,28 @@
3661 msgid "Please check that a hard disk is attached to this machine."
3662 msgstr "Lütfen bu makineye bir sabit disk takılı olduğundan emin olun."
3663
3664+#. Type: boolean
3665+#. Description
3666+#: ../disk-detect.templates:7001
3667+msgid "Activate Serial ATA RAID devices?"
3668+msgstr "Serial ATA RAID aygıtları etkinleştirilsin mi?"
3669+
3670+#. Type: boolean
3671+#. Description
3672+#: ../disk-detect.templates:7001
3673+msgid ""
3674+"One or more drives containing Serial ATA RAID configurations have been "
3675+"found. Do you wish to activate these RAID devices?"
3676+msgstr ""
3677+"Serial ATA RAID yapılandırmaları içeren bir ya da daha fazla sürücü "
3678+"bulunmuştur. Bu RAID aygıtlarını aktifleştirmek ister misiinz?"
3679+
3680+#. Type: text
3681+#. Description
3682+#: ../disk-detect.templates:8001
3683+msgid "login to iSCSI targets"
3684+msgstr "iSCSI hedeflerine giriş"
3685+
3686 #. Type: text
3687 #. Description
3688 #. :sl1:
3689
3690=== modified file 'debian/po/ug.po'
3691--- debian/po/ug.po 2011-07-06 20:38:29 +0000
3692+++ debian/po/ug.po 2013-08-23 18:07:28 +0000
3693@@ -168,6 +168,28 @@
3694 msgid "Please check that a hard disk is attached to this machine."
3695 msgstr "قاتتىق دىسكىنىڭ كومپيۇتېرغا چېتىلغان چېتىلمىغانلىقىنى تەكشۈرۈڭ."
3696
3697+#. Type: boolean
3698+#. Description
3699+#: ../disk-detect.templates:7001
3700+msgid "Activate Serial ATA RAID devices?"
3701+msgstr "ئارقىمۇئارقا ATA RAID ئۈسكۈنىسىنى ئاكتىپلاشتۇرامسىز؟"
3702+
3703+#. Type: boolean
3704+#. Description
3705+#: ../disk-detect.templates:7001
3706+msgid ""
3707+"One or more drives containing Serial ATA RAID configurations have been "
3708+"found. Do you wish to activate these RAID devices?"
3709+msgstr ""
3710+"ئارقىمۇئارقا ATA RAID ئۈسكۈنىسىدىن بىرنەچچىسى تېپىلدى، ھەممىسىنى "
3711+"ئاكتىپلاشتۇرامسىز؟"
3712+
3713+#. Type: text
3714+#. Description
3715+#: ../disk-detect.templates:8001
3716+msgid "login to iSCSI targets"
3717+msgstr "iSCSI نىشانغا كىرىش"
3718+
3719 #. Type: text
3720 #. Description
3721 #. :sl1:
3722
3723=== modified file 'debian/po/uk.po'
3724--- debian/po/uk.po 2011-12-19 07:08:51 +0000
3725+++ debian/po/uk.po 2013-08-23 18:07:28 +0000
3726@@ -174,6 +174,28 @@
3727 msgid "Please check that a hard disk is attached to this machine."
3728 msgstr "Перевірте, чи приєднаний жорсткий диск до цієї машини."
3729
3730+#. Type: boolean
3731+#. Description
3732+#: ../disk-detect.templates:7001
3733+msgid "Activate Serial ATA RAID devices?"
3734+msgstr "Активувати Serial ATA RAID пристрої?"
3735+
3736+#. Type: boolean
3737+#. Description
3738+#: ../disk-detect.templates:7001
3739+msgid ""
3740+"One or more drives containing Serial ATA RAID configurations have been "
3741+"found. Do you wish to activate these RAID devices?"
3742+msgstr ""
3743+"Було знайдено один або більше пристроїв, що містять конфігурацію Serial ATA "
3744+"RAID. Ви бажаєте активувати ці RAID пристрої?"
3745+
3746+#. Type: text
3747+#. Description
3748+#: ../disk-detect.templates:8001
3749+msgid "login to iSCSI targets"
3750+msgstr "Увійти в iSCSI target"
3751+
3752 #. Type: text
3753 #. Description
3754 #. :sl1:
3755
3756=== modified file 'debian/po/vi.po'
3757--- debian/po/vi.po 2011-07-06 20:38:29 +0000
3758+++ debian/po/vi.po 2013-08-23 18:07:28 +0000
3759@@ -168,6 +168,28 @@
3760 msgid "Please check that a hard disk is attached to this machine."
3761 msgstr "Hãy kiểm tra xem có đĩa cứng được kết nối đến máy này."
3762
3763+#. Type: boolean
3764+#. Description
3765+#: ../disk-detect.templates:7001
3766+msgid "Activate Serial ATA RAID devices?"
3767+msgstr "kích hoạt thiết bị Serial ATA RAID?"
3768+
3769+#. Type: boolean
3770+#. Description
3771+#: ../disk-detect.templates:7001
3772+msgid ""
3773+"One or more drives containing Serial ATA RAID configurations have been "
3774+"found. Do you wish to activate these RAID devices?"
3775+msgstr ""
3776+"Một hoặc nhiều ổ đĩa chứa Serial ATA RAID cấu hình đã được tìm thấy. Bạn có "
3777+"muốn kích hoạt các thiết bị RAID?"
3778+
3779+#. Type: text
3780+#. Description
3781+#: ../disk-detect.templates:8001
3782+msgid "login to iSCSI targets"
3783+msgstr "đăng nhập vào các mục tiêu iSCSI"
3784+
3785 #. Type: text
3786 #. Description
3787 #. :sl1:
3788
3789=== modified file 'debian/po/zh_CN.po'
3790--- debian/po/zh_CN.po 2011-08-11 23:05:55 +0000
3791+++ debian/po/zh_CN.po 2013-08-23 18:07:28 +0000
3792@@ -182,6 +182,27 @@
3793 msgid "Please check that a hard disk is attached to this machine."
3794 msgstr "请您检查这台计算机是否接有硬盘。"
3795
3796+#. Type: boolean
3797+#. Description
3798+#: ../disk-detect.templates:7001
3799+msgid "Activate Serial ATA RAID devices?"
3800+msgstr "启用 串行 ATA RAID 设备吗?"
3801+
3802+#. Type: boolean
3803+#. Description
3804+#: ../disk-detect.templates:7001
3805+msgid ""
3806+"One or more drives containing Serial ATA RAID configurations have been "
3807+"found. Do you wish to activate these RAID devices?"
3808+msgstr ""
3809+"发现了一个或多个包含串行 ATA RAID 配置的设备。您想启用这些 RAID 设备吗?"
3810+
3811+#. Type: text
3812+#. Description
3813+#: ../disk-detect.templates:8001
3814+msgid "login to iSCSI targets"
3815+msgstr "登录到 iSCSI 目标"
3816+
3817 #. Type: text
3818 #. Description
3819 #. :sl1:
3820
3821=== modified file 'debian/po/zh_TW.po'
3822--- debian/po/zh_TW.po 2012-04-02 23:05:14 +0000
3823+++ debian/po/zh_TW.po 2013-08-23 18:07:28 +0000
3824@@ -182,6 +182,28 @@
3825 msgid "Please check that a hard disk is attached to this machine."
3826 msgstr "請確認在該機器上是否有安裝硬碟。"
3827
3828+#. Type: boolean
3829+#. Description
3830+#: ../disk-detect.templates:7001
3831+msgid "Activate Serial ATA RAID devices?"
3832+msgstr "是否啟用 SATA 磁碟陣列(RAID)裝置?"
3833+
3834+#. Type: boolean
3835+#. Description
3836+#: ../disk-detect.templates:7001
3837+msgid ""
3838+"One or more drives containing Serial ATA RAID configurations have been "
3839+"found. Do you wish to activate these RAID devices?"
3840+msgstr ""
3841+"發現到有一個或者更多的SATA磁碟陣列(RAID)的設置。您想要啟用這些磁碟陣列的硬碟"
3842+"嗎?"
3843+
3844+#. Type: text
3845+#. Description
3846+#: ../disk-detect.templates:8001
3847+msgid "login to iSCSI targets"
3848+msgstr "登入到 iSCSI 目標"
3849+
3850 #. Type: text
3851 #. Description
3852 #. :sl1:
3853
3854=== modified file 'disk-detect.sh'
3855--- disk-detect.sh 2011-02-19 23:45:44 +0000
3856+++ disk-detect.sh 2013-08-23 18:07:28 +0000
3857@@ -2,6 +2,9 @@
3858
3859 set -e
3860 . /usr/share/debconf/confmodule
3861+if [ -e /lib/partman/lib/iscsi-base.sh ]; then
3862+ . /lib/partman/lib/iscsi-base.sh
3863+fi
3864 #set -x
3865
3866 if [ "$(uname)" != Linux ]; then
3867@@ -124,14 +127,44 @@
3868 log "hw-detect exited nonzero"
3869 fi
3870
3871+# Compatibility with old iSCSI preseeding
3872+db_get open-iscsi/targets || RET=
3873+if [ "$RET" ]; then
3874+ if ! pidof iscsid >/dev/null; then
3875+ iscsi-start
3876+ fi
3877+ for portal in $RET; do
3878+ iscsi_discovery "$portal" -l
3879+ done
3880+fi
3881+
3882+# New-style preseeding
3883+if db_fget partman-iscsi/login/address seen && [ "$RET" = true ] && \
3884+ db_get partman-iscsi/login/address && [ "$RET" ]; then
3885+ if ! pidof iscsid >/dev/null; then
3886+ iscsi-start
3887+ fi
3888+ db_capb backup
3889+ iscsi_login
3890+ db_capb
3891+fi
3892+
3893 while ! disk_found; do
3894+ CHOICES_C=""
3895 CHOICES=""
3896- for mod in $(list_disk_modules | sort); do
3897+ if type iscsi_login >/dev/null 2>&1; then
3898+ CHOICES_C="${CHOICES_C:+$CHOICES_C, }iscsi"
3899+ db_metaget disk-detect/iscsi_choice description
3900+ CHOICES="${CHOICES:+$CHOICES, }$RET"
3901+ fi
3902+ for mod in $(list_disk_modules | grep -v iscsi | sort); do
3903+ CHOICES_C="${CHOICES_C:+$CHOICES_C, }$mod"
3904 CHOICES="${CHOICES:+$CHOICES, }$mod"
3905 done
3906
3907 if [ -n "$CHOICES" ]; then
3908 db_capb backup
3909+ db_subst disk-detect/module_select CHOICES-C "$CHOICES_C"
3910 db_subst disk-detect/module_select CHOICES "$CHOICES"
3911 db_input high disk-detect/module_select || [ $? -eq 30 ]
3912 if ! db_go; then
3913@@ -140,9 +173,17 @@
3914 db_capb
3915
3916 db_get disk-detect/module_select
3917- if [ "$RET" = "continue with no disk drive" ]; then
3918+ if [ "$RET" = continue ]; then
3919 exit 0
3920- elif [ "$RET" != "none of the above" ]; then
3921+ elif [ "$RET" = iscsi ]; then
3922+ if ! pidof iscsid >/dev/null; then
3923+ iscsi-start
3924+ fi
3925+ db_capb backup
3926+ iscsi_login
3927+ db_capb
3928+ continue
3929+ elif [ "$RET" != none ]; then
3930 module="$RET"
3931 if [ -n "$module" ] && is_not_loaded "$module" ; then
3932 register-module "$module"
3933@@ -176,25 +217,33 @@
3934 done
3935
3936 # Activate support for Serial ATA RAID
3937-db_get disk-detect/dmraid/enable
3938-if [ "$RET" = true ]; then
3939- if anna-install dmraid-udeb; then
3940- # Device mapper support is required to run dmraid
3941- if is_not_loaded dm-mod; then
3942- module_probe dm-mod || true
3943- fi
3944-
3945- if dmraid -c -s >/dev/null 2>&1; then
3946- logger -t disk-detect "Serial ATA RAID disk(s) detected; enabling dmraid support"
3947+if anna-install dmraid-udeb; then
3948+ # Device mapper support is required to run dmraid
3949+ if ! dmsetup version >/dev/null 2>&1; then
3950+ module_probe dm-mod || true
3951+ fi
3952+
3953+ if dmraid -c -s >/dev/null 2>&1; then
3954+ logger -t disk-detect "Serial ATA RAID disk(s) detected."
3955+ # Ask the user whether they want to activate dmraid devices.
3956+ db_input high disk-detect/activate_dmraid || true
3957+ db_go
3958+ db_get disk-detect/activate_dmraid
3959+ activate_dmraid=$RET
3960+
3961+ if [ "$activate_dmraid" = true ]; then
3962+ mkdir -p /var/lib/disk-detect
3963+ touch /var/lib/disk-detect/activate_dmraid
3964+ logger -t disk-detect "Enabling dmraid support."
3965 # Activate only those arrays which have all disks
3966 # present.
3967 for dev in $(dmraid -r -c); do
3968 [ -e "$dev" ] || continue
3969 log-output -t disk-detect dmraid-activate "$(basename "$dev")"
3970 done
3971- else
3972- logger -t disk-detect "No Serial ATA RAID disks detected"
3973 fi
3974+ else
3975+ logger -t disk-detect "No Serial ATA RAID disks detected"
3976 fi
3977 fi
3978
3979@@ -202,14 +251,16 @@
3980 db_get disk-detect/multipath/enable
3981 if [ "$RET" = true ]; then
3982 if anna-install multipath-udeb; then
3983- MODULES="dm-mod dm-multipath dm-round-robin dm-emc"
3984 # We need some dm modules...
3985 depmod -a >/dev/null 2>&1 || true
3986- for MODULE in $MODULES; do
3987- if is_not_loaded $MODULE; then
3988- module_probe $MODULE || true
3989- fi
3990- done
3991+ if ! dmsetup version >/dev/null 2>&1; then
3992+ module_probe dm-mod || true
3993+ fi
3994+ if ! dmsetup targets | cut -d' ' -f1 | grep -q '^multipath$'; then
3995+ module_probe dm-multipath || true
3996+ fi
3997+ # No way to check whether this is loaded already?
3998+ log-output -t disk-detect modprobe -v dm-round-robin || true
3999
4000 # Look for multipaths...
4001 if multipath_probe; then
4002
4003=== modified file 'ethdetect.sh'
4004--- ethdetect.sh 2010-11-23 16:55:42 +0000
4005+++ ethdetect.sh 2013-08-23 18:07:28 +0000
4006@@ -29,8 +29,8 @@
4007
4008 case "$module" in
4009 "plip")
4010- module_probe parport_pc high
4011- priority=high
4012+ module_probe parport_pc medium
4013+ priority=medium
4014 ;;
4015 esac
4016
4017@@ -203,7 +203,7 @@
4018 if [ -n "$CHOICES" ]; then
4019 db_capb backup
4020 db_subst ethdetect/module_select CHOICES "$CHOICES"
4021- db_input high ethdetect/module_select || [ $? -eq 30 ]
4022+ db_input medium ethdetect/module_select || [ $? -eq 30 ]
4023 if ! db_go; then
4024 cleanup
4025 exit 10
4026@@ -250,7 +250,7 @@
4027 if [ -z "$CHOICES" ]; then
4028 sysfs-update-devnames || true
4029 cleanup
4030- exit 1
4031+ exit 0
4032 fi
4033 done
4034
4035
4036=== renamed file 'hw-detect.post-base-installer.d/50install-firmware' => 'hw-detect.pre-pkgsel.d/50install-firmware'
4037=== modified file 'hw-detect.sh' (properties changed: +x to -x)
4038--- hw-detect.sh 2010-10-16 20:33:29 +0000
4039+++ hw-detect.sh 2013-08-23 18:07:28 +0000
4040@@ -161,6 +161,14 @@
4041 esac
4042 }
4043
4044+get_rtc_info() {
4045+ # On i386, this gets loaded by hotplug through isapnp, but that
4046+ # doesn't work on amd64.
4047+ case $SUBARCH in
4048+ amd64/*) register-module rtc ;;
4049+ esac
4050+}
4051+
4052 # Manually load modules to enable things we can't detect.
4053 # XXX: This isn't the best way to do this; we should autodetect.
4054 # The order of these modules are important.
4055@@ -173,6 +181,16 @@
4056 echo "ide-disk:Linux ATA DISK"
4057 echo "ide-cd:Linux ATAPI CD-ROM"
4058 fi
4059+ get_rtc_info
4060+
4061+ case $SUBARCH in
4062+ powerpc/ps3)
4063+ echo "ps3rom:PS3 internal CD-ROM drive"
4064+ echo "ps3disk:PS3 internal disk drive"
4065+ echo "ps3_gelic:PS3 Gigabit Ethernet"
4066+ register-module snd_ps3
4067+ ;;
4068+ esac
4069 }
4070
4071 # Should be greater than the number of kernel modules we can reasonably
4072@@ -212,11 +230,25 @@
4073 register-module g_ether
4074 fi
4075
4076+# Load xenbus_probe_frontend if we're running under the Xen hypervisor, so
4077+# that it can deal with autoloading such things as xen-blkfront and
4078+# xen-netfront.
4079+if [ "$(cat /sys/hypervisor/type 2>/dev/null || true)" = xen ] && \
4080+ [ ! -d /sys/bus/xen ]; then
4081+ db_subst hw-detect/load_progress_step CARDNAME "Xen frontend"
4082+ db_subst hw-detect/load_progress_step MODULE "xenbus_probe_frontend"
4083+ db_progress INFO hw-detect/load_progress_step
4084+
4085+ log "Detected Xen hypervisor, loading xenbus_probe_frontend"
4086+ load_module xenbus_probe_frontend
4087+ register-module -i xenbus_probe_frontend
4088+fi
4089+
4090 # If using real hotplug, re-run the rc scripts to pick up new modules.
4091 # TODO: this just loads modules itself, rather than handing back a list
4092 # Since we've just run depmod, new modules might be available, so we
4093 # must trigger as well as settle.
4094-update-dev
4095+update-dev >/dev/null
4096
4097 ALL_HW_INFO=$(get_detected_hw_info; get_manual_hw_info)
4098 db_progress STEP $OTHER_STEPSIZE
4099@@ -312,12 +344,12 @@
4100 # be done unconditionally.
4101 if [ -z "$LOAD_IDE" ] && is_not_loaded ide-generic && \
4102 [ -e /sys/bus/isa ] && is_available ide-generic; then
4103- update-dev --settle
4104+ update-dev --settle >/dev/null
4105 blockdev_count=$(ls /sys/block | wc -w)
4106
4107 log "ISA bus detected; loading module 'ide-generic'"
4108 load_module ide-generic
4109- update-dev --settle
4110+ update-dev --settle >/dev/null
4111 if [ $(ls /sys/block | wc -w) -gt $blockdev_count ]; then
4112 log "New devices detected after loading ide-generic"
4113
4114@@ -354,23 +386,15 @@
4115 fi
4116 fi
4117 db_progress STEP $OTHER_STEPSIZE
4118-
4119- # also try to enable firewire ethernet (The right way to do this is
4120- # really to catch the hotplug events from the kernel.)
4121- if is_not_loaded eth1394; then
4122- if is_available eth1394; then
4123- db_subst hw-detect/load_progress_step CARDNAME "FireWire ethernet support"
4124- db_subst hw-detect/load_progress_step MODULE "eth1394"
4125- db_progress INFO hw-detect/load_progress_step
4126- load_module eth1394 "FireWire ethernet"
4127- # do not call register-module; udev/hotplug will load it
4128- # on the installed system
4129- else
4130- missing_module eth1394 "FireWire ethernet"
4131- fi
4132- fi
4133 fi
4134
4135+# Always load the printer driver on i386 and amd64; it's hard to autodetect.
4136+case $SUBARCH in
4137+ i386/*|amd64/*)
4138+ register-module lp
4139+ ;;
4140+esac
4141+
4142 apply_pcmcia_resource_opts() {
4143 local config_opts=/etc/pcmcia/config.opts
4144
4145@@ -482,11 +506,6 @@
4146 apt-install usbutils || true
4147 fi
4148
4149-# Install acpi
4150-if [ -d /proc/acpi ]; then
4151- apt-install acpi acpid acpi-support-base || true
4152-fi
4153-
4154 # If hardware has support for pmu, install pbbuttonsd
4155 if [ -d /sys/class/misc/pmu/ ]; then
4156 apt-install pbbuttonsd || true
4157@@ -519,6 +538,20 @@
4158 ;;
4159 esac
4160
4161+# Install PS3 utilities
4162+case $SUBARCH in
4163+ powerpc/ps3)
4164+ apt-install ps3pf-utils || true
4165+ ;;
4166+esac
4167+
4168+# Install Cell utilities
4169+case $SUBARCH in
4170+ powerpc/ps3|powerpc/cell)
4171+ apt-install elfspe2 || true
4172+ ;;
4173+esac
4174+
4175 db_progress SET $MAX_STEPS
4176 db_progress STOP
4177
4178@@ -531,6 +564,6 @@
4179 sysfs-update-devnames
4180
4181 # Let userspace /dev tools rescan the devices
4182-update-dev --settle
4183+update-dev --settle >/dev/null
4184
4185 exit 0

Subscribers

People subscribed via source and target branches