summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-October/019497.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/2012-October/019497.html')
-rw-r--r--zarb-ml/mageia-dev/2012-October/019497.html171
1 files changed, 171 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-October/019497.html b/zarb-ml/mageia-dev/2012-October/019497.html
new file mode 100644
index 000000000..6a88ee230
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-October/019497.html
@@ -0,0 +1,171 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] Minimal mageia install
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Minimal%20mageia%20install&In-Reply-To=%3C20121024140835.GW30237%40morley.gre.hp.com%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="019494.html">
+ <LINK REL="Next" HREF="019518.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] Minimal mageia install</H1>
+ <B>Bruno Cornec</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20Minimal%20mageia%20install&In-Reply-To=%3C20121024140835.GW30237%40morley.gre.hp.com%3E"
+ TITLE="[Mageia-dev] Minimal mageia install">Bruno.Cornec at hp.com
+ </A><BR>
+ <I>Wed Oct 24 16:08:35 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="019494.html">[Mageia-dev] Minimal mageia install
+</A></li>
+ <LI>Next message: <A HREF="019518.html">[Mageia-dev] fdisk or gparted
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#19497">[ date ]</a>
+ <a href="thread.html#19497">[ thread ]</a>
+ <a href="subject.html#19497">[ subject ]</a>
+ <a href="author.html#19497">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Hello,
+
+Wolfgang Bornath said on Tue, Oct 23, 2012 at 03:54:38PM +0200:
+
+&gt;<i> 2012/10/23 Bruno Cornec &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">Bruno.Cornec at hp.com</A>&gt;:
+</I>&gt;<i> &gt; Helo,
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; I'm in the process of redeploying automatically my firewall machine,
+</I>&gt;<i> &gt; using Mageia. For that I'd like to have a very minimal install.
+</I>&gt;<i> &gt;
+</I>&gt;<i> &gt; However, I'm ending up with 580 packages, among them a lot of X11
+</I>&gt;<i> &gt; content, whereas I want a text base install only.
+</I>&gt;<i>
+</I>&gt;<i> I had the same experience with Mageia 1 - the lowest I could get was
+</I>&gt;<i> somewhere in the high 500. I spent some time tinkering with that but
+</I>&gt;<i> whatever I tried, whichever package I wanted to remove, I always ended
+</I>&gt;<i> up with the removal of part of the base system. In the end I gave up
+</I>&gt;<i> (possibly due to lack of knowledge) :(
+</I>&gt;<i>
+</I>&gt;<i> I just checked Olivier's suggestion, ending up with some 270 packages...
+</I>
+Well I *know* i can do better:
+
+sudo chroot /users/rpmbootstrap/mageia/2/x86_64 /bin/bash
+bash-4.2# rpm -aq | wc -l
+172
+
+That chroot is made by a tool I'm developing to create build
+environments for multiple Linux distributions (supports Fedora, CentOS,
+Mageia, Mandriva, OpenSuSE, debian, Ubuntu). Cf: rpmbootstrap in Mageia
+(SVN at <A HREF="http://trac.project-builder.org/browser/devel/rpmbootstrap">http://trac.project-builder.org/browser/devel/rpmbootstrap</A> tar
+at <A HREF="ftp://ftp.project-builder.org/src/rpmbootstrap-0.12.1.tar.gz">ftp://ftp.project-builder.org/src/rpmbootstrap-0.12.1.tar.gz</A>).
+
+The base approach is to cpio first a list of packages (the minimal one
+which allows urpmi to work) and then reinstall them running urpmi.
+List of packages is at:
+<A HREF="http://trac.project-builder.org/browser/devel/pb-modules/etc/pb.conf">http://trac.project-builder.org/browser/devel/pb-modules/etc/pb.conf</A>
+line 389/390.
+
+So I was hoping to get near that number after all. Of course a chroot
+doesn't require a boot loader, so all the packages brought due to the
+install of grub are creating the extra blurb.
+
+
+So I already have one mean to make it as small as possible. Now I'm
+working on another case, where I just use auto_inst. So I'd like to be
+able to use all the params available that could make me as near as
+possible of 170 + grub and its deps (the real ones).
+
+Will answer to some other mail in //
+Bruno.
+--
+Open Source &amp; Linux Profession Lead EMEA <A HREF="http://opensource.hp.com">http://opensource.hp.com</A>
+EMEA Open Source HPISC Chief Technologist <A HREF="http://hpintelco.net">http://hpintelco.net</A>
+FLOSS projects: <A HREF="http://mondorescue.org">http://mondorescue.org</A> <A HREF="http://project-builder.org">http://project-builder.org</A>
+Musique ancienne? <A HREF="http://www.musique-ancienne.org">http://www.musique-ancienne.org</A> <A HREF="http://www.medieval.org">http://www.medieval.org</A>
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="019494.html">[Mageia-dev] Minimal mageia install
+</A></li>
+ <LI>Next message: <A HREF="019518.html">[Mageia-dev] fdisk or gparted
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#19497">[ date ]</a>
+ <a href="thread.html#19497">[ thread ]</a>
+ <a href="subject.html#19497">[ subject ]</a>
+ <a href="author.html#19497">[ 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>