blob: 0c87fe39a0f65ee93d35a11f613c8b80841ecc0f (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Drop%20mkinitrd%20completely%20in%20favour%20of%20dracut.&In-Reply-To=%3C4ED94051.3070107%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010095.html">
<LINK REL="Next" HREF="010111.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.</H1>
<B>Anssi Hannula</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20RFC%3A%20Drop%20mkinitrd%20completely%20in%20favour%20of%20dracut.&In-Reply-To=%3C4ED94051.3070107%40mageia.org%3E"
TITLE="[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.">anssi at mageia.org
</A><BR>
<I>Fri Dec 2 22:17:05 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010095.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI>Next message: <A HREF="010111.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10110">[ date ]</a>
<a href="thread.html#10110">[ thread ]</a>
<a href="subject.html#10110">[ subject ]</a>
<a href="author.html#10110">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 02.12.2011 15:57, Anssi Hannula wrote:
><i> On 02.12.2011 13:28, Colin Guthrie wrote:
</I>>><i> Hi,
</I>>><i>
</I>>><i> Just a suggestion! Should we move wholesale to dracut?
</I>>><i>
</I>>><i> It's very easy to hack on, and Harald Hoyer has been very helpful and
</I>>><i> has merged some of the patches we carried locally (which I mostly copied
</I>>><i> from Mandriva). Not sure why they were not upstreamed before.
</I>>><i>
</I>>><i> There are still a couple patches we carry locally (soon to be less when
</I>>><i> Harald pushes his git repo and I rebase), but they are pretty trivial,
</I>>><i> understandable and easily maintainable (mostly they will be stylistic
</I>>><i> tweaks and naming variations - i.e. very minor).
</I>>><i>
</I>>><i> Modprobe rules are included even in the initrd so tweaks there follow
</I>>><i> through.
</I>>><i>
</I>>><i> I'm not necessarily against keeping mkinitrd, but I think we should take
</I>>><i> the time from now until the beta phase to obsolte mkinitrd and force
</I>>><i> everyone to use dracut in order to see if there are any issues and then
</I>>><i> make the call before next beta or rc.
</I>><i>
</I>><i> +1
</I>><i>
</I>><i> One thing that doesn't work with dracut yet is that it only includes the
</I>><i> KMS drivers into initramfs if they are loaded at the time of initramfs
</I>><i> creation, causing unoptimal boot screen when a) initramfs created by the
</I>><i> installer (I guess), and when b) user has switched a driver non-kms -> kms.
</I>><i>
</I>><i> This can probably be solved by some patching of
</I>><i> modules.d/50plymouth/module-setup.sh, but I haven't looked at it closely
</I>><i> yet.
</I>
Patch attached. I guess this would remain as a Mageia specific patch as
the wanted behavior is dependant on how the distribution handles driver
switching etc...
Shall I apply it?
--
Anssi Hannula
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dracut-kms-module-always.patch
Type: text/x-patch
Size: 1093 bytes
Desc: not available
URL: </pipermail/mageia-dev/attachments/20111202/e9786565/attachment.bin>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010095.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI>Next message: <A HREF="010111.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10110">[ date ]</a>
<a href="thread.html#10110">[ thread ]</a>
<a href="subject.html#10110">[ subject ]</a>
<a href="author.html#10110">[ author ]</a>
</LI>
</UL>
<hr>
<a href="https://www.mageia.org/mailman/listinfo/mageia-dev">More information about the Mageia-dev
mailing list</a><br>
</body></html>
|