summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/20110318/003429.html
diff options
context:
space:
mode:
Diffstat (limited to 'zarb-ml/mageia-dev/20110318/003429.html')
-rw-r--r--zarb-ml/mageia-dev/20110318/003429.html164
1 files changed, 164 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/20110318/003429.html b/zarb-ml/mageia-dev/20110318/003429.html
new file mode 100644
index 000000000..e141cf8ea
--- /dev/null
+++ b/zarb-ml/mageia-dev/20110318/003429.html
@@ -0,0 +1,164 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] base system size for next beta1
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20base%20system%20size%20for%20next%20beta1&In-Reply-To=%3C20110318100712.21d9185e%40werewolf.home%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="003428.html">
+ <LINK REL="Next" HREF="003430.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] base system size for next beta1</H1>
+ <B>JA Magall&#243;n</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20base%20system%20size%20for%20next%20beta1&In-Reply-To=%3C20110318100712.21d9185e%40werewolf.home%3E"
+ TITLE="[Mageia-dev] base system size for next beta1">jamagallon at ono.com
+ </A><BR>
+ <I>Fri Mar 18 10:07:12 CET 2011</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="003428.html">[Mageia-dev] base system size for next beta1
+</A></li>
+ <LI>Next message: <A HREF="003430.html">[Mageia-dev] base system size for next beta1
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3429">[ date ]</a>
+ <a href="thread.html#3429">[ thread ]</a>
+ <a href="subject.html#3429">[ subject ]</a>
+ <a href="author.html#3429">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>On Thu, 17 Mar 2011 21:14:14 +0100, Anne nicolas &lt;<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">ennael1 at gmail.com</A>&gt; wrote:
+
+&gt;<i> Hi there
+</I>&gt;<i>
+</I>&gt;<i> We've had quite a lot of comments, proved or not, about base system
+</I>&gt;<i> size. Looks like it's growing much too fast. So one job for next beta
+</I>&gt;<i> would be to investigate on this:
+</I>&gt;<i>
+</I>&gt;<i> - check real size
+</I>&gt;<i> - check deps
+</I>&gt;<i> - check rpmsrate for isos
+</I>&gt;<i> ...
+</I>&gt;<i>
+</I>&gt;<i> Comments welcome
+</I>&gt;<i>
+</I>
+I did a fast-n-dirty check:
+
+
+urpmq -d basesystem &gt; pkg.lst
+(clean pkg.lst from options like *|*|*)
+wc -l pkg.lst
+rpm -q --qf &quot;%{SIZE} %{NAME}\n&quot; $(cat pkg.lst) | sort -rn | head -n 20
+
+mageia-alpha2:
+
+paradise:~/bs# wc -l pkg.lst
+359 pkg.lst
+paradise:~/bs# rpm -q --qf &quot;%{SIZE} %{NAME}\n&quot; $(cat pkg.lst) | sort -rn | head -n 20
+45506337 kernel-desktop-2.6.37.4-1.mga
+40791645 perl
+25020180 glibc
+19551741 gtk+2.0
+12553946 coreutils
+10865049 nss
+9223562 seahorse
+8571631 gnome-icon-theme
+8546929 cracklib-dicts
+7918625 initscripts
+6868616 lib64smbclient0
+6820286 gnupg2
+6613652 gnome-disk-utility
+6078776 GConf2
+5991009 util-linux-ng
+5875196 lib64gtk+-x11-2.0_0
+5534040 libgphoto-common
+5034247 gnome-keyring
+4954052 gnupg
+4832218 glib2.0-common
+
+mandriva-cooker:
+
+werewolf:~/bs# wc -l pkg.lst
+307 pkg.lst
+werewolf:~/bs# rpm -q --qf &quot;%{SIZE} %{NAME}\n&quot; $(cat pkg.lst) | sort -rn | head -n 20
+45503738 kernel-desktop-2.6.37.2-1mnb
+25020574 glibc
+19551741 gtk+2.0
+12600040 coreutils
+9774536 lib64krb53
+9250961 seahorse
+8547843 cracklib-dicts
+7249556 initscripts
+6938280 lib64smbclient0
+6815473 gnupg2
+6613652 gnome-disk-utility
+6082605 GConf2
+5992302 util-linux-ng
+5875196 lib64gtk+-x11-2.0_0
+5566480 libgphoto-common
+5128599 gnome-keyring
+4974163 gnupg
+4852925 glib2.0-common
+4790715 ldetect-lst
+3541467 xfsprogs
+
+Big differences: perl+nss+gnome-icon-theme = 60Mb.
+It looks strange that nothing is pulling perl in cooker, is it a bug ?
+
+The rest is a big cherry-picking work...
+
+Perhaps the problem is not basesystem itself.
+I noticed that the installer in alpha2 installs a lot of things (many
+kde things, I seem to remember) even before asking about what desktop
+env the user wants.
+Perhaps the problem is in the installer...
+
+Anyways, a x86-64 mageia system (without texlive ;) ) with some added programs
+I needed after the install, and after deleting all kde|qt|plasma is now at:
+
+paradise:~/bs# df
+Filesystem Type Size Used Avail Use% Mounted on
+/dev/sda1 ext4 39G 3.2G 34G 9% /
+/dev/sda2 btrfs 108G 56K 106G 1% /scratch/local
+
+Texlive adds like another 1.5Gb to the payload.
+
+Just a quick check.
+
+--
+J.A. Magallon &lt;jamagallon()ono!com&gt; \ Software is like sex:
+ \ It's better when it's free
+</PRE>
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="003428.html">[Mageia-dev] base system size for next beta1
+</A></li>
+ <LI>Next message: <A HREF="003430.html">[Mageia-dev] base system size for next beta1
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#3429">[ date ]</a>
+ <a href="thread.html#3429">[ thread ]</a>
+ <a href="subject.html#3429">[ subject ]</a>
+ <a href="author.html#3429">[ 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>