blob: 51137bcbc40668973b72ff0c994d17465e22bca6 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B7542%5D%20-%20fix%20loading%20modules%20with%0A%09%22-%22%20in%20their%20names%20%28mga%239242%29&In-Reply-To=%3C2434639.BsuA2cPgCd%40localhost%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023521.html">
<LINK REL="Next" HREF="023526.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)</H1>
<B>AL13N</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bsoft-commits%5D%20%5B7542%5D%20-%20fix%20loading%20modules%20with%0A%09%22-%22%20in%20their%20names%20%28mga%239242%29&In-Reply-To=%3C2434639.BsuA2cPgCd%40localhost%3E"
TITLE="[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)">alien at rmail.be
</A><BR>
<I>Fri Mar 15 07:50:40 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023521.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI>Next message: <A HREF="023526.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23524">[ date ]</a>
<a href="thread.html#23524">[ thread ]</a>
<a href="subject.html#23524">[ subject ]</a>
<a href="author.html#23524">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>Op donderdag 14 maart 2013 21:25:15 schreef Thierry Vignaud:
><i> On 14 March 2013 20:29, AL13N <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>> wrote:
</I>><i> >> > - fix loading modules with "-" in their names (mga#9242)
</I>><i> >> > - add an easy buildtarget for testing
</I>><i> >>
</I>><i> >> A couple remarks:
</I>><i> >> - next time do a commit a time (first your change, then bumping version)
</I>><i> >
</I>><i> > ah, ok, is there a reason for this (to have separate a change and then a
</I>><i> > version bump)?
</I>><i>
</I>><i> in order to have smaller easier to review commits.
</I>><i> You really do not want to come on big old commits when trying to understand
</I>><i> a problem.
</I>><i>
</I>><i> >> I hope you tested several modules with both case?
</I>><i> >
</I>><i> > yes, i tried with several. and since the xen-netfront modules aren't
</I>><i> > autodetected for some reason (i'm trying to look into it)
</I>><i>
</I>><i> b/c it has no pci/usb alias, only the following (which we do not look for)
</I>><i> alias: xennet
</I>><i> alias: xen:vif
</I>><i>
</I>><i> well, we don't know how to detect that.
</I>
supposedly udev should give events to load that...
but perhaps stage1 doesn't use udev?
would you think it would be ok, to manually add such workaround code in
stage1?
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023521.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI>Next message: <A HREF="023526.html">[Mageia-dev] [soft-commits] [7542] - fix loading modules with "-" in their names (mga#9242)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23524">[ date ]</a>
<a href="thread.html#23524">[ thread ]</a>
<a href="subject.html#23524">[ subject ]</a>
<a href="author.html#23524">[ 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>
|