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
|
<!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=%3C4EEA99BC.7010205%40mageia.org%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="010487.html">
<LINK REL="Next" HREF="010522.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=%3C4EEA99BC.7010205%40mageia.org%3E"
TITLE="[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.">anssi at mageia.org
</A><BR>
<I>Fri Dec 16 02:07:08 CET 2011</I>
<P><UL>
<LI>Previous message: <A HREF="010487.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI>Next message: <A HREF="010522.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10510">[ date ]</a>
<a href="thread.html#10510">[ thread ]</a>
<a href="subject.html#10510">[ subject ]</a>
<a href="author.html#10510">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 15.12.2011 18:36, Colin Guthrie wrote:
><i> 'Twas brillig, and Thierry Vignaud at 15/12/11 16:16 did gyre and gimble:
</I>>>>>>><i> Though, as Harald says, it might prove to be slow, since we'd have to
</I>>>>>>><i> compare every alias of every module considered by dracut against the
</I>>>>>>><i> system modalias list... Well, I guess we'll see.
</I>>>>><i>
</I>>>>><i> Yeah I guess it would be good to have the this cached into some kind of
</I>>>>><i> matrix, but that might be a bit tricky in sh...
</I>>><i> perl rules!
</I>><i>
</I>><i> :)
</I>><i>
</I>>><i> More seriously, ever heard of modprobe --resolve-alias?
</I>><i>
</I>><i> Ohh, that could indeed do most of the hard work.
</I>
Right, we could run all the modaliases through it and then get a simple
module list to compare against (dunno why I didn't think of that).
One problem with that is that -R is fairly new, but dunno if that is a
problem. It can also be emulated with -ivn and filtering, though, if
necessary:
<A HREF="http://svnweb.mageia.org/soft/drakx-kbd-mouse-x11/trunk/tools/display_driver_helper?r1=2245&r2=2244&pathrev=2245">http://svnweb.mageia.org/soft/drakx-kbd-mouse-x11/trunk/tools/display_driver_helper?r1=2245&r2=2244&pathrev=2245</A>
><i> Anssi just in case you work on this over the holidays, I think Harald
</I>><i> might not be about much until the new year... just in case you try to
</I>><i> poke him on IRC for any reason.
</I>
OK.
--
Anssi Hannula
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="010487.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI>Next message: <A HREF="010522.html">[Mageia-dev] RFC: Drop mkinitrd completely in favour of dracut.
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#10510">[ date ]</a>
<a href="thread.html#10510">[ thread ]</a>
<a href="subject.html#10510">[ subject ]</a>
<a href="author.html#10510">[ 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>
|