summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-March/012962.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/012962.html')
-rw-r--r--zarb-ml/mageia-dev/2012-March/012962.html63
1 files changed, 63 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/012962.html b/zarb-ml/mageia-dev/2012-March/012962.html
new file mode 100644
index 000000000..989e9829c
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-March/012962.html
@@ -0,0 +1,63 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Mageia support for GMA 3600 (Cedar Trail Atom)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mageia%20support%20for%20GMA%203600%20%28Cedar%20Trail%20Atom%29&In-Reply-To=%3C201203120835.46767.lists.jjorge%40free.fr%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="012956.html">
+ <LINK REL="Next" HREF="012978.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Mageia support for GMA 3600 (Cedar Trail Atom)</H1>
+ <B>zezinho</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Mageia%20support%20for%20GMA%203600%20%28Cedar%20Trail%20Atom%29&In-Reply-To=%3C201203120835.46767.lists.jjorge%40free.fr%3E"
+ TITLE="[Mageia-dev] Mageia support for GMA 3600 (Cedar Trail Atom)">lists.jjorge at free.fr
+ </A><BR>
+ <I>Mon Mar 12 08:35:46 CET 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="012956.html">[Mageia-dev] Mageia support for GMA 3600 (Cedar Trail Atom)
+</A></li>
+ <LI>Next message: <A HREF="012978.html">[Mageia-dev] Mageia support for GMA 3600 (Cedar Trail Atom)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#12962">[ date ]</a>
+ <a href="thread.html#12962">[ thread ]</a>
+ <a href="subject.html#12962">[ subject ]</a>
+ <a href="author.html#12962">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le lundi 12 mars 2012 00:38:00, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">tux99-mga at uridium.org</A> a &#233;crit :
+&gt;<i> Sorry ignore the previous pastebins, those were without &quot;vga=795&quot; on the
+</I>&gt;<i> kernel line, here are the correct ones:
+</I>&gt;<i>
+</I>
+Please, maybe this could go only into the bug report?
+</PRE>
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="012956.html">[Mageia-dev] Mageia support for GMA 3600 (Cedar Trail Atom)
+</A></li>
+ <LI>Next message: <A HREF="012978.html">[Mageia-dev] Mageia support for GMA 3600 (Cedar Trail Atom)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#12962">[ date ]</a>
+ <a href="thread.html#12962">[ thread ]</a>
+ <a href="subject.html#12962">[ subject ]</a>
+ <a href="author.html#12962">[ 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>
>
1 files changed, 22 insertions, 13 deletions
diff --git a/move/Makefile b/move/Makefile
index 67aa7932a..e1648d574 100644
--- a/move/Makefile
+++ b/move/Makefile
@@ -29,16 +29,15 @@ default: install
get_dest_livetree:
@echo -n $(DEST_LIVETREE)
+iso: build install live_tree_boot clps only_iso
+
+
build: stage1 xwait runlevel_set
sudo ./collect-directories-to-create.pl $(DEST_LIVETREE) > data/directories-to-create
sudo find $(DEST_LIVETREE)/etc -type f | perl -pe 's|$(DEST_LIVETREE)||' > data/all-etcfiles
$(MAKE) -C ../perl-install mo_files
-stage1:
- cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make dirs init stage1-full init-move
- cd .. ; ./make_boot_img move
-
-install:
+install: un_live_tree_boot
sudo cp -f $(STAGE1)/init-move $(DEST_LIVETREE)/sbin/init
$(MAKE) -C ../perl-install/share/po install NAME=libDrakX DATADIR=$(DEST_LIVETREE)/usr/share
@@ -62,7 +61,7 @@ install:
sudo cp -f $(INSTALL)/pixmaps/langs/lang-*.png $(DEST_LIVETREE)/usr/share/langs
#- overwrite /usr/lib/libDrakX files of the live tree with those in CVS
- (cd $(DEST_LIVETREE)/usr/lib/libDrakX ; find -name "*.pm") | egrep -v 'ctxhelp|drakfirsttime|xfree3|xfree4|xfreeX' | (cd $(INSTALL) ; sudo cpio -pLumd $(DEST_LIVETREE)/usr/lib/libDrakX/)
+ (cd $(DEST_LIVETREE)/usr/lib/libDrakX ; find -name "*.pm") | egrep -v 'ctxhelp|drakfirsttime' | (cd $(INSTALL) ; sudo cpio -pLumd $(DEST_LIVETREE)/usr/lib/libDrakX/)
#- overwrite stuff.so of drakxtools because it doesn't contain C_DRAKX stuff
sudo cp -f ../perl-install/c/blib/arch/auto/stuff/stuff.so $(DEST_LIVETREE)/usr/lib/libDrakX/auto/c/stuff
@@ -87,26 +86,31 @@ install:
grep ChangeLog $(INSTALL)/CVS/Entries > /tmp/version
sudo cp -f /tmp/version $(DEST_LIVETREE)/usr/share/VERSION
+un_live_tree_boot:
+ ./make_live_tree_boot -u $(DEST_LIVETREE)
+ tools/fix-fc-cache.pl $(DEST_LIVETREE)
+
live_tree_boot:
rm -f $(DEST)/live_tree*.clp
./make_live_tree_boot $(DEST_LIVETREE)
tools/fix-fc-cache.pl $(DEST_LIVETREE)
+ $(MAKE) clps
+
+clps:
$(MAKE) $(DEST)/live_tree_always.clp
$(MAKE) $(DEST)/live_tree_boot.clp
$(MAKE) $(DEST)/live_tree_totem.clp
-$(MAKE) $(DEST)/live_tree_nvidia.clp
- $(MAKE) $(patsubst %, $(DEST)/live_tree_always_i18n_%.clp, $(LANG_FILES))
+ for i in en fr de it es; do $(MAKE) $(DEST)/live_tree_i18n_$$i.clp $(DEST)/live_tree_always_i18n_$$i.clp; done
+ $(MAKE) $(DEST)/live_tree.clp
-un_live_tree_boot:
- ./make_live_tree_boot -u $(DEST_LIVETREE)
- tools/fix-fc-cache.pl $(DEST_LIVETREE)
-iso: un_live_tree_boot build install live_tree_boot
- rm -rf $(DEST)/iso $(DEST)/live_tree.clp
+only_iso:
+ rm -rf $(DEST)/iso
mkdir $(DEST)/iso
cp -a isolinux $(DEST)/iso
rm -rf $(DEST)/iso/isolinux/CVS
- $(MAKE) $(DEST)/live_tree.clp
+
mv $(DEST)/*.clp $(DEST)/iso
touch $(DEST)/iso/isolinux/boot.cat
@@ -119,6 +123,11 @@ iso: un_live_tree_boot build install live_tree_boot
# cdrecord -v -eject dev=0,0,0 blank=fast gracetime=2 speed=99 $(ISO)
# ftp://a:a@leia//BIG/mdkmove.iso
+
+stage1:
+ cd $(STAGE1) && ADDITIONAL_DEFS="-DMANDRAKE_MOVE" MOVE=1 make dirs init stage1-full init-move
+ cd .. ; ./make_boot_img move
+
xwait: %: %.c
$(CC) $(CFLAGS) $< -L/usr/X11R6/$(LIB_NAME) -lX11 -o $@