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
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<TITLE> [Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)
</TITLE>
<LINK REL="Index" HREF="index.html" >
<LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20drakxtools%20%26%20drakx-installer-stage2%20%28mga%239428%29&In-Reply-To=%3C514C42D0.7050609%40roadrunner.com%3E">
<META NAME="robots" CONTENT="index,nofollow">
<META http-equiv="Content-Type" content="text/html; charset=us-ascii">
<LINK REL="Previous" HREF="023710.html">
<LINK REL="Next" HREF="023714.html">
</HEAD>
<BODY BGCOLOR="#ffffff">
<H1>[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)</H1>
<B>Frank Griffin</B>
<A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20drakxtools%20%26%20drakx-installer-stage2%20%28mga%239428%29&In-Reply-To=%3C514C42D0.7050609%40roadrunner.com%3E"
TITLE="[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)">ftg at roadrunner.com
</A><BR>
<I>Fri Mar 22 12:38:56 CET 2013</I>
<P><UL>
<LI>Previous message: <A HREF="023710.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)
</A></li>
<LI>Next message: <A HREF="023714.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23711">[ date ]</a>
<a href="thread.html#23711">[ thread ]</a>
<a href="subject.html#23711">[ subject ]</a>
<a href="author.html#23711">[ author ]</a>
</LI>
</UL>
<HR>
<!--beginarticle-->
<PRE>On 03/22/2013 07:20 AM, Glen Ogilvie wrote:
><i> Hi,
</I>><i>
</I>><i> I've been trying to test the installer change below before RC4,
</I>><i> thinking that it might be quite helpful.
</I>><i>
</I>><i> I am having a little bit of trouble however. Could someone point me
</I>><i> in the right direction on a couple
</I>><i> of things.
</I>><i>
</I>><i> 1. How does the src tar.xz file for drakx-installer-stage2 get
</I>><i> created? I assume it comes from a
</I>><i> build of <A HREF="svn://svn.mageia.org/svn/soft/drakx/trunk">svn://svn.mageia.org/svn/soft/drakx/trunk</A>
</I>><i> <<A HREF="http://svn.mageia.org/svn/soft/drakx/trunk">http://svn.mageia.org/svn/soft/drakx/trunk</A>>, but can't find how it
</I>><i> ends up as a tar.xz
</I>
I'm maybe about two days ahead of you on this, but here's what I think
happens, FWIW. You do your checkout, and then in the mdk-stage1
subdirectory, do a "make dist-svn". This should produce the tar.xz in
the mdk-stage1 directory.
><i>
</I>><i> 2. When I've built a new stage2, any tricks on getting it into an ISO?
</I>
The tar.xz you built above becomes one of the SOURCES for the
drakx-installer-binaries package. If you bring that package down to
your rpm/SRPMS directory and do an "rpm -ivh" on it, you'll find a
tar.xz file for mdk-stage1 in rpm/SOURCES. You can either replace this
with the one you generated above, or I think there is a --(keyword) that
will tell rpm to look somewhere else (your svn directory) for SOURCES.
Then rebuild drakx-installer-binaries with the new tar.xz.
Finally, download the SRPM for drakx-installer-images, and build *it*
using the new drakx-installer-binaries. The final binary rpm will
include all of the stuff (like boot.iso) that goes in the install
directories of the cauldron tree.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: </pipermail/mageia-dev/attachments/20130322/54c04526/attachment.html>
</PRE>
<!--endarticle-->
<HR>
<P><UL>
<!--threads-->
<LI>Previous message: <A HREF="023710.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)
</A></li>
<LI>Next message: <A HREF="023714.html">[Mageia-dev] drakxtools & drakx-installer-stage2 (mga#9428)
</A></li>
<LI> <B>Messages sorted by:</B>
<a href="date.html#23711">[ date ]</a>
<a href="thread.html#23711">[ thread ]</a>
<a href="subject.html#23711">[ subject ]</a>
<a href="author.html#23711">[ 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>
|