summaryrefslogtreecommitdiff
blob: 8042021d76ddd93169026a31d083791459ade5a3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
# ChangeLog for sys-kernel/dracut
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.43 2012/01/30 18:03:13 aidecoe Exp $

*dracut-014-r2 (30 Jan 2012)

  30 Jan 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-014-r1.ebuild,
  +dracut-014-r2.ebuild:
  Depend on >=sys-apps/util-linux-2.20. Fixes bug #399213.

  12 Jan 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-013-r2.ebuild,
  dracut-014-r1.ebuild:
  Removed unused variables.

  12 Jan 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-014.ebuild:
  Removed old 014 revision.

*dracut-014-r1 (12 Jan 2012)

  12 Jan 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-014-r1.ebuild,
  +files/dracut-014-usrmount-fsck-fix.patch:
  Fixed fsck usage error on /usr mount wrt bug #396575.

  11 Jan 2012; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-010-r3.ebuild,
  +files/dracut-010-empty-etc-ld.so.conf.d.patch,
  +files/dracut-010-multipath-udev-rules.patch,
  +files/dracut-010-rd.driver.post-fixed.patch,
  +files/dracut-010-rd.driver.pre-and-blacklist-fix.patch:
  Restored 010-r3, because some people need it for ZFS support.  Fixes
  bug #398213.

  27 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-014.ebuild:
  Removed dracut_modules_xen from ebuild modules list and dependencies.

  27 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-013.ebuild,
  -dracut-013-r1.ebuild:
  Removed old 013 revisions.

*dracut-014 (27 Dec 2011)

  27 Dec 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-014.ebuild,
  +files/dracut-014-multipath-udev-rules.patch:
  Version bump.

  This version provides new modules:
  - usrmount
  - securityfs

  Following modules were removed:
  - xen


  NEWS
  ~~~~
  From Dracut NEWS file:

  - new dracut arguments:
    --lvmconf
    --nolvmconf
    --fscks [LIST]
    --nofscks
  - new .conf options:
    install_items
    fscks
    nofscks
  - new kernel options:
    rd.md.ddf
    rd.md.waitclean
    plymouth.enable
  - dracut move from /sbin to /usr/bin
  - dracut modules dir moved from /usr/share/dracut to /usr/lib/dracut
  - profiling with "dracut --profile"
  - speedup of initramfs creation
  - ask_for_password fallback to CLI
  - mdraid completely switched to incremental assembly
  - no more cdrom polling
  - "switch_root" breakpoint is now very late
  - /dev/live is gone
  - /dev/root is gone
  - fs-lib dracut module for fscks added
  - usb mass storage kernel drivers now included
  - usrmount dracut module added:
    mount /usr if found in /sysroot/etc/fstab
  - only include fsck helper needed for hostonly
  - support iSCSI drivers: qla4xxx, cxgb3i, cxgb4i, bnx2i, be2iscsi
  - add install_items to dracut.conf
    install_items+=" <file>[ <file> ...] "

  16 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-010-r3.ebuild,
  -files/dracut-010-empty-etc-ld.so.conf.d.patch,
  -files/dracut-010-multipath-udev-rules.patch,
  -files/dracut-010-rd.driver.post-fixed.patch,
  -files/dracut-010-rd.driver.pre-and-blacklist-fix.patch, -dracut-011.ebuild,
  -dracut-011-r1.ebuild, -files/dracut-011-integrated-initramfs-fix.patch,
  -files/dracut-011-multipath-udev-rules.patch:
  Removed old versions: 010 and 011.

*dracut-013-r2 (16 Nov 2011)

  16 Nov 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-013-r2.ebuild,
  +files/dracut-013-makefile-manpages.patch:
  Patched Makefile to install man pages properly. Fixes bug #390629. Btw, use
  single call to epatch.

  09 Sep 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-010-r3.ebuild,
  dracut-011.ebuild, dracut-011-r1.ebuild, dracut-013.ebuild,
  dracut-013-r1.ebuild:
  Added app-arch/cpio dependency, because it's going to be removed from system
  set.

  04 Sep 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-008-r1.ebuild:
  Removed left 008-r1 ebuild.

*dracut-013-r1 (04 Sep 2011)
*dracut-011-r1 (04 Sep 2011)

  04 Sep 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-011-r1.ebuild,
  +files/dracut-011-integrated-initramfs-fix.patch, +dracut-013-r1.ebuild,
  +files/dracut-013-integrated-initramfs-fix.patch:
  Fixed bug #380111 - "kernels with integrated initramfs and dracut failed to
  boot"

  31 Aug 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-007.ebuild,
  -files/dracut-007-dm-udev-rules.patch,
  -files/dracut-007-multipath-udev-rules.patch, -dracut-008.ebuild,
  -files/dracut-008-dm-udev-rules.patch,
  -files/dracut-008-i18n-config-file-parsing-in-hostonly.patch,
  -files/dracut-008-multipath-udev-rules.patch, -dracut-009-r1.ebuild,
  -files/dracut-009-don-t-skip-zero-length-string-outfile.patch,
  -files/dracut-009-multipath-udev-rules.patch, metadata.xml:
  Removed older ebuilds (<010) with corresponding files. metadata.xml was
  cleaned up from flags descriptions which are used no more.

  31 Aug 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-013.ebuild:
  Added 'crypt' requirement for 'crypt-gpg'.

*dracut-013 (21 Aug 2011)

  21 Aug 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-013.ebuild,
  +files/dracut-013-livenet-gentoo-ca-bundle-path.patch,
  +files/dracut-013-multipath-udev-rules.patch:
  Version bump to 013 and EAPI bump to 4.

  This version provides new modules:
  - livenet
  - fs-lib

  sys-fs/udev-164 is OK after all. Some dependencies were removed, because
  they are optional:
  - net-misc/ifenslave
  - net-misc/bridge-utils
  - virtual/eject
  dracut will warn if something optional is missing, but will continue build an
  image without issues.

  New important for bug #378863 option was introduced: --force-add

  Dracut can now mount /usr if it's defined in /etc/fstab on destination
  rootfs.

*dracut-011 (18 Jul 2011)

  18 Jul 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-011.ebuild,
  +files/dracut-011-multipath-udev-rules.patch:
  Version bump.

  This version provides new modules:
  - crypt-gpg
  - shutdown

  sys-fs/udev version was restricted to 168 and above and
  sys-apps/module-init-tools to 3.8 or above.

  30 Jun 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-010.ebuild,
  -dracut-010-r1.ebuild, -dracut-010-r2.ebuild:
  Removed old revisions of version 010.

*dracut-010-r3 (30 Jun 2011)

  30 Jun 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-010-r3.ebuild,
  +files/dracut-010-rd.driver.post-fixed.patch,
  +files/dracut-010-rd.driver.pre-and-blacklist-fix.patch:
  rd.driver.* kernel args handling patches. Fixes bug #373007.

  23 Jun 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-009-r1.ebuild,
  dracut-010.ebuild, dracut-010-r1.ebuild, dracut-010-r2.ebuild:
  Missing RESTRICT="test" fixed. Refs bug #298014.

*dracut-010-r2 (07 Jun 2011)

  07 Jun 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-010-r2.ebuild:
  Added missing net-misc/ifenslave runtime dependency.

*dracut-010-r1 (01 Apr 2011)

  01 Apr 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-010-r1.ebuild,
  +files/dracut-010-empty-etc-ld.so.conf.d.patch:
  Rev-bump. Fixes #361603.

*dracut-010 (01 Apr 2011)

  01 Apr 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-010.ebuild,
  +files/dracut-010-multipath-udev-rules.patch:
  Version bump. No, it's not a joke. It's generally a bugfix release.

  31 Mar 2011; Samuli Suominen <ssuominen@gentoo.org> dracut-007.ebuild,
  dracut-008.ebuild, dracut-008-r1.ebuild, dracut-009-r1.ebuild:
  Use virtual/eject instead of sys-apps/eject.

  29 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org>
  -files/dracut-002-add-missing-functions.patch,
  -files/dracut-002-custom-paths.patch, -files/dracut-002-dir-symlinks.patch,
  -files/dracut-002-gencmdline-check-for-keyboard-i18n-files.patch,
  -files/dracut-002-makefile-add-with_switch_root.patch,
  -files/dracut-002-unmount.patch,
  -files/dracut-006-console_init-not-necessary.patch,
  -files/dracut-006-dhcp6.patch, -files/dracut-006-dm-udev-rules.patch,
  -files/dracut-006-lc-all-c.patch:
  Removed patches of not existing ebuilds.

  29 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> -dracut-002-r1.ebuild,
  -dracut-003.ebuild, -dracut-004.ebuild, -dracut-006.ebuild,
  -dracut-006-r1.ebuild, -dracut-009.ebuild, metadata.xml:
  Removed ancient versions and broken dracut-009.ebuild.

*dracut-009-r1 (29 Mar 2011)

  29 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-009-r1.ebuild:
  Not removing 97biosdevname module anymore.

*dracut-009 (28 Mar 2011)

  28 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-009.ebuild,
  +files/dracut-009-don-t-skip-zero-length-string-outfile.patch,
  +files/dracut-009-multipath-udev-rules.patch:
  Version bump.

  This version provides new modules:
  - biosdevname
  - caps

  sys-block/open-iscsi is restricted to 2.0.871.3 and above because of required
  iBFT support which starts with this version.

  net-misc/dhcp restricted to 4.2.1-r1 and above because dhcp-3 doesn't work
  with Qemu and dhcp-4 is already ~arch keyworded.

  21 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-002-r1.ebuild,
  dracut-003.ebuild, dracut-004.ebuild, dracut-006.ebuild,
  dracut-006-r1.ebuild, dracut-007.ebuild, dracut-008.ebuild,
  dracut-008-r1.ebuild:
  Tests are restricted for all ebuilds. See bug #298014.

  16 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-002-r1.ebuild,
  dracut-003.ebuild, dracut-004.ebuild, dracut-006.ebuild,
  dracut-006-r1.ebuild, dracut-007.ebuild, dracut-008.ebuild,
  dracut-008-r1.ebuild:
  Project's home page update.

*dracut-008-r1 (07 Mar 2011)

  07 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-008-r1.ebuild:
  Revision bump. Added plymouth module. Related to bug #353577.

  02 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-007.ebuild:
  Propagated few improvements from dracut-008.ebuild. Resolves bug #348085.

  Changes include:
  - removed mount-boot and mkdir of /boot/dracut (user can create it
    him/herself if really needed)

  01 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-007.ebuild:
  Added dependency on baselayout-1.12.14-r1 or above.

  01 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> dracut-008.ebuild:
  Added notice about new options format.

*dracut-008 (01 Mar 2011)

  01 Mar 2011; Amadeusz Żołnowski <aidecoe@gentoo.org> +dracut-008.ebuild,
  +files/dracut-008-dm-udev-rules.patch,
  +files/dracut-008-i18n-config-file-parsing-in-hostonly.patch,
  +files/dracut-008-multipath-udev-rules.patch:
  Version bump, resolves bug #353577

  Changes:
  - modules controlled by DRACUT_MODULES USE_EXPAND instead of regular IUSE
    (except of 'debug' and 'selinux')
  - removed mount-boot and mkdir of /boot/dracut (user can create it
    him/herself if really needed)
  - added dependency on baselayout-1.12.14-r1 or above
  - few minor fixes in the ebuild like missing 'die' and so

  Other notes:
  - removing biosdevname module (there's no package yet)
  - removing broken modules: bootchart and busybox

  Thanks to
    Lucian Muresan <lucianm@users.sourceforge.net>
    and Xake <xake@rymdraket.net>
  for report and comments.

  09 Jan 2011; Mike Frysinger <vapier@gentoo.org> dracut-007.ebuild:
  Use new mount-boot_pkg_postinst helper.

  25 Aug 2010; Lance Albertson <ramereth@gentoo.org> dracut-006-r1.ebuild,
  dracut-007.ebuild:
  Fixes bug #334347 (dm related dependencies). Thanks to Akos Szalkai
  <szalkai@szalkai.net> for report and patch.

*dracut-007 (17 Aug 2010)
*dracut-006-r1 (17 Aug 2010)

  17 Aug 2010; Lance Albertson <ramereth@gentoo.org> +dracut-006-r1.ebuild,
  +files/dracut-006-console_init-not-necessary.patch,
  +files/dracut-006-dm-udev-rules.patch, +dracut-007.ebuild,
  +files/dracut-007-dm-udev-rules.patch,
  +files/dracut-007-multipath-udev-rules.patch, metadata.xml:
  Version bump and revision update

  Update 006 with patches from #329003, bump to 007 to resolve #331903.
  Thanks to Amadeusz Żołnowski for contributing the ebuilds and patches.

*dracut-006 (07 Jul 2010)

  07 Jul 2010; Lance Albertson <ramereth@gentoo.org> +dracut-006.ebuild,
  +files/dracut-006-dhcp6.patch, +files/dracut-006-lc-all-c.patch,
  metadata.xml:
  Version bump, resolves bug #324705

  Thanks to Amadeusz Żołnowski for submitting the ebuild and patches.

  22 Mar 2010; Jorge Manuel B. S. Vicetto <jmbsvicetto@gentoo.org>
  metadata.xml:
  Fixed herd.

*dracut-004 (02 Feb 2010)

  02 Feb 2010; Lance Albertson <ramereth@gentoo.org> -dracut-002.ebuild,
  +dracut-004.ebuild:
  Version bump

*dracut-003 (09 Dec 2009)
*dracut-002-r1 (09 Dec 2009)

  09 Dec 2009; Lance Albertson <ramereth@gentoo.org> +dracut-002-r1.ebuild,
  +files/dracut-002-makefile-add-with_switch_root.patch, +dracut-003.ebuild:
  Version bump, fix switch_root issues #293178, & remove system deps

  Force package dep >=sys-apps/util-linux-2.16 which includes switch_root by
  default. Otherwise dracut would have a file conflict with util-linux.
  Backport upstream Makefile patch b3611b525 for version 002 instead of patch
  included in the bug report. 

  29 Sep 2009; Lance Albertson <ramereth@gentoo.org> dracut-002.ebuild,
  +files/dracut-002-add-missing-functions.patch,
  +files/dracut-002-gencmdline-check-for-keyboard-i18n-files.patch:
  Fix dracut-gencmdline issues

*dracut-002 (27 Sep 2009)

  27 Sep 2009; Lance Albertson <ramereth@gentoo.org> +dracut-002.ebuild,
  +files/dracut-002-custom-paths.patch,
  +files/dracut-002-dir-symlinks.patch, +files/dracut-002-unmount.patch,
  +metadata.xml:
  Initial ebuild based from #278442

  Thanks to Ambroz Bizjak <ambro@b4ever.net> for the initial ebuild and
  patches