summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-artwork/2011-April/000254.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-artwork/2011-April/000254.html')
-rw-r--r--zarb-ml/mageia-artwork/2011-April/000254.html76
1 files changed, 76 insertions, 0 deletions
diff --git a/zarb-ml/mageia-artwork/2011-April/000254.html b/zarb-ml/mageia-artwork/2011-April/000254.html
new file mode 100644
index 000000000..a9c91c869
--- /dev/null
+++ b/zarb-ml/mageia-artwork/2011-April/000254.html
@@ -0,0 +1,76 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-artwork] beta2 incoming
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-artwork%40mageia.org?Subject=Re%3A%20%5BMageia-artwork%5D%20beta2%20incoming&In-Reply-To=%3CBANLkTikp9ns0eb725yksNYCicTh40rtxJg%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="000253.html">
+ <LINK REL="Next" HREF="000259.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-artwork] beta2 incoming</H1>
+ <B>Wolfgang Bornath</B>
+ <A HREF="mailto:mageia-artwork%40mageia.org?Subject=Re%3A%20%5BMageia-artwork%5D%20beta2%20incoming&In-Reply-To=%3CBANLkTikp9ns0eb725yksNYCicTh40rtxJg%40mail.gmail.com%3E"
+ TITLE="[Mageia-artwork] beta2 incoming">molch.b at googlemail.com
+ </A><BR>
+ <I>Thu Apr 21 11:44:53 CEST 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="000253.html">[Mageia-artwork] beta2 incoming
+</A></li>
+ <LI>Next message: <A HREF="000259.html">[Mageia-artwork] beta2 incoming
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#254">[ date ]</a>
+ <a href="thread.html#254">[ thread ]</a>
+ <a href="subject.html#254">[ subject ]</a>
+ <a href="author.html#254">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>2011/4/21 Thorsten van Lil &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-artwork">tvl83 at gmx.de</A>&gt;:
+&gt;<i>
+</I>&gt;<i> The last week, we get the request of creating a poster for exhibitions and
+</I>&gt;<i> events (with no reaction of us :-/). Alexn did already one for the
+</I>&gt;<i> &quot;Chemnitzer Linux Tage&quot; in Germany:
+</I>&gt;<i> <A HREF="http://ubuntuone.com/p/f1f/">http://ubuntuone.com/p/f1f/</A>
+</I>
+Actually it was the artwork team of the event organisation who did the
+poster for &quot;Chemnitzer Linuxtage&quot;, while I filled in the logo, wrote
+the text (in German) and made screenshots. After the event I sent the
+pdf to Alexn and translated the text to english.
+BTW: Prior to the event I sent the poster and the text (in English) to
+founders/council for comments but never received any.
+
+Can't download the link from the ubuntuone server so I don't know what
+Alexn changed.
+
+--
+wobo
+</PRE>
+
+
+
-rw-r--r--mdk-stage1/.cvsignore3
-rw-r--r--mdk-stage1/Makefile.mkinitrd_helper30
2 files changed, 33 insertions, 0 deletions
diff --git a/mdk-stage1/.cvsignore b/mdk-stage1/.cvsignore
index 55cc430b7..f3852b38c 100644
--- a/generated by cgit v1.2.1 (git 2.21.0) at 2026-04-19 01:24:31 +0000
k-stage1/.cvsignore
@@ -5,3 +5,6 @@ stage1-disk
stage1-network
debug.log
.depend
+*.rdz
+mkinitrd_helper.tar.bz2
+hack_* \ No newline at end of file
diff --git a/mdk-stage1/Makefile.mkinitrd_helper b/mdk-stage1/Makefile.mkinitrd_helper
new file mode 100644
index 000000000..899fccb55
--- /dev/null
+++ b/mdk-stage1/Makefile.mkinitrd_helper
@@ -0,0 +1,30 @@
+ #******************************************************************************
+ #
+ # Guillaume Cottenceau (gc@mandrakesoft.com)
+ #
+ # Copyright 2000 MandrakeSoft
+ #
+ # This software may be freely redistributed under the terms of the GNU
+ # public license.
+ #
+ # You should have received a copy of the GNU General Public License
+ # along with this program; if not, write to the Free Software
+ # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
+ #
+ #*****************************************************************************
+
+
+DIRS = dietlibc insmod-busybox mkinitrd_helper
+
+
+all: dirs
+
+dirs:
+ @for n in . $(DIRS); do \
+ [ "$$n" = "." ] || make -C $$n ;\
+ done
+
+clean:
+ @for n in $(DIRS); do \
+ (cd $$n; make clean) \
+ done