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
|
# ChangeLog for sys-kernel/dracut
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/sys-kernel/dracut/ChangeLog,v 1.14 2011/03/16 21:36:49 aidecoe Exp $
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
|