blob: f949f321a11b68b5fd173078541232268442b322 (
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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] New Dracut: Please test
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20New%20Dracut%3A%20Please%20test&In-Reply-To=%3CCAONrEtaW__R%2Bjy0XhKnzjnpudNJ0mki-%3DNdU8S%2Bqf-_2RJ%3DWEg%40mail.gmail.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="012191.html">
<LINK REL="Next" HREF="011940.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] New Dracut: Please test</H1>
<B>Thierry Vignaud</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20New%20Dracut%3A%20Please%20test&In-Reply-To=%3CCAONrEtaW__R%2Bjy0XhKnzjnpudNJ0mki-%3DNdU8S%2Bqf-_2RJ%3DWEg%40mail.gmail.com%3E"
TITLE="[Mageia-dev] New Dracut: Please test">thierry.vignaud at gmail.com
</A><BR>
<I>Tue Feb 21 17:07:23 CET 2012</I>
<P><UL>
<LI>Previous message: <A HREF="012191.html">[Mageia-dev] New Dracut: Please test
</A></li>
<LI>Next message: <A HREF="011940.html">[Mageia-dev] size of iso dvds
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12194">[ date ]</a>
<a href="thread.html#12194">[ thread ]</a>
<a href="subject.html#12194">[ subject ]</a>
<a href="author.html#12194">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 21 February 2012 15:26, Colin Guthrie <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">mageia at colin.guthr.ie</A>> wrote:
><i> Possibly just that sound-scripts actually needs a require on
</I>><i> libalsa-data which at very least provides the alsa sound profile which
</I>><i> would make that snd-oss.conf symlink exist....
</I>><i>
</I>><i> I'd guess that the link to the "current" sound profile symlink is
</I>><i> missing and thus that file goes nowhere.... Can you check the ordering
</I>><i> to see when libalsa-data was installed - I'm guessing later than 224...
</I>
There's no libalsa* when testing basesystem + kernel with no suggests
(actually even with suggests it's not pulled in)
><i> Also not sure about makedev... how important is that these days with
</I>><i> udev and the like? Is it just for the /dev/mem issue? If so can we find
</I>><i> where it's used and factor it out if it's not available? AFAICT it's not
</I>><i> in dracut, so I'm guessing somewhere in out bootloader scripts?
</I>
Well it's cheap (small & fast).
It's used as in "required by basesystem-minimal (and also a couple
other packages) and automagically creating /dev/* nodes in %post)"
><i>   224/273: kernel-desktop-3.2.6-3.mga2
</I>>><i>                                  #############################################
</I>>><i> Cannot find a boot loader installed. Only taking care of initrd
</I>>><i> /dev/mem: No such file or directory
</I>><i>
</I>><i> I guess this is why makedev is wanted?
</I>
yep.
Though this is not an issue within drakx (see below).
Just when playing with urpmi --urpmi-root which is seldom
used for real live systems
>><i> grep: /etc/sysconfig/keyboard: No such file or directory
</I>>><i> grep: /etc/sysconfig/keyboard: No such file or directory
</I>>><i> E: No KEYMAP.
</I>><i>
</I>><i> Hmmm, looks like it's missing some -f checks here...
</I>
Indeed since this one won't exist until someone run keyboardrake
(within drakx, this is not an issue of course as drakx takes care of
creating the devices prior installing packages)
Now that we use udev, we could even just bind mounting /dev
on /mnt/dev in drakx.
But for consistency, we should install makedev prior to the kernel...
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="012191.html">[Mageia-dev] New Dracut: Please test
</A></li>
<LI>Next message: <A HREF="011940.html">[Mageia-dev] size of iso dvds
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#12194">[ date ]</a>
<a href="thread.html#12194">[ thread ]</a>
<a href="subject.html#12194">[ subject ]</a>
<a href="author.html#12194">[ 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>
|