diff options
author | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
---|---|---|
committer | Nicolas Vigier <boklm@mageia.org> | 2013-04-14 13:46:12 +0000 |
commit | 1be510f9529cb082f802408b472a77d074b394c0 (patch) | |
tree | b175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/013444.html | |
parent | fa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff) | |
download | archives-1be510f9529cb082f802408b472a77d074b394c0.tar archives-1be510f9529cb082f802408b472a77d074b394c0.tar.gz archives-1be510f9529cb082f802408b472a77d074b394c0.tar.bz2 archives-1be510f9529cb082f802408b472a77d074b394c0.tar.xz archives-1be510f9529cb082f802408b472a77d074b394c0.zip |
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013444.html')
-rw-r--r-- | zarb-ml/mageia-dev/2012-March/013444.html | 131 |
1 files changed, 131 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/013444.html b/zarb-ml/mageia-dev/2012-March/013444.html new file mode 100644 index 000000000..9757bd48c --- /dev/null +++ b/zarb-ml/mageia-dev/2012-March/013444.html @@ -0,0 +1,131 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN"> +<HTML> + <HEAD> + <TITLE> [Mageia-dev] installing minimal is not really that minimal + </TITLE> + <LINK REL="Index" HREF="index.html" > + <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20installing%20minimal%20is%20not%20really%20that%20minimal&In-Reply-To=%3CCAONrEtabsUK4-MvaxVCS4-_rftz%2B7qkv-jvNVgJm4xM9j16eCA%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="013442.html"> + <LINK REL="Next" HREF="013445.html"> + </HEAD> + <BODY BGCOLOR="#ffffff"> + <H1>[Mageia-dev] installing minimal is not really that minimal</H1> + <B>Thierry Vignaud</B> + <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20installing%20minimal%20is%20not%20really%20that%20minimal&In-Reply-To=%3CCAONrEtabsUK4-MvaxVCS4-_rftz%2B7qkv-jvNVgJm4xM9j16eCA%40mail.gmail.com%3E" + TITLE="[Mageia-dev] installing minimal is not really that minimal">thierry.vignaud at gmail.com + </A><BR> + <I>Fri Mar 23 17:38:05 CET 2012</I> + <P><UL> + <LI>Previous message: <A HREF="013442.html">[Mageia-dev] installing minimal is not really that minimal +</A></li> + <LI>Next message: <A HREF="013445.html">[Mageia-dev] installing minimal is not really that minimal +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13444">[ date ]</a> + <a href="thread.html#13444">[ thread ]</a> + <a href="subject.html#13444">[ subject ]</a> + <a href="author.html#13444">[ author ]</a> + </LI> + </UL> + <HR> +<!--beginarticle--> +<PRE>On 23 March 2012 17:00, Maarten Vanraes <<A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">alien at rmail.be</A>> wrote: +><i> thanks for the explanations, i really appreciate this, it seems logical, +</I>><i> somehow, except maybe what i'm coming back to: +</I>><i> +</I>><i> mageia-gfxboot-theme is pulled by installer? how does that work? +</I>><i> +</I>><i> is this really required? or is this something that's somehow done in the +</I>><i> graphic installer? +</I>><i> +</I>><i> i mean, i didn't select graphic grub, i chose text-grub specifically. and +</I>><i> somehow during the choosePackages step, the mageia-gfxboot-theme is +</I>><i> automatically selected... +</I>><i> +</I>><i> this is the packages that's adding via extra dep and suggests, most of the +</I>><i> stuff... +</I>><i> +</I>><i> where can i find the code that is responsible for this, so i can try and fix it? +</I> +we preselect it here so that it got installed early: +<A HREF="http://svnweb.mageia.org/soft/drakx/trunk/perl-install/install/any.pm?revision=3532&view=markup">http://svnweb.mageia.org/soft/drakx/trunk/perl-install/install/any.pm?revision=3532&view=markup</A> + +because else it'll be automatically pulled later, adding a one package (or more) +wait later: +<A HREF="http://svnweb.mageia.org/soft/drakx/trunk/perl-install/bootloader.pm?revision=3581&view=markup">http://svnweb.mageia.org/soft/drakx/trunk/perl-install/bootloader.pm?revision=3581&view=markup</A> + +just look mageia-gfxboot-theme + +Of course, that's OK for 99% of our users but for those manually +selecting text lilo. +That's a trade off: enforcing waiting for packages installation after all +the other package installation so that a couple users can not have +the bootsplash installed and select lilo or having a couple users +unhappy +BWe could not preselect + +><i> about firewall, perhaps it's possible to just include iptables, but set policy +</I>><i> on DROP incoming? shorewall seems a bit over the top... +</I> +we configure shorewall, not iptables. + +><i> but, if summary isn't completed, you can't boot into it, wrt bootloader? so +</I>><i> firewall seems useless for that...? what is the rationale behind this? +</I> +In the old days we let poeple choose the security level early then we +automatically install & set up the firewall accordingly. +Later the security choice was moved to the summary and security level +number was reduced from to 3 (see msec or security::level) +But since the default security level is 1 ("standard"), we automatically +install the firewall anyway. +For years. +</PRE> + + + + + + + + + + + + + + + + + + + + + + + + + + + +<!--endarticle--> + <HR> + <P><UL> + <!--threads--> + <LI>Previous message: <A HREF="013442.html">[Mageia-dev] installing minimal is not really that minimal +</A></li> + <LI>Next message: <A HREF="013445.html">[Mageia-dev] installing minimal is not really that minimal +</A></li> + <LI> <B>Messages sorted by:</B> + <a href="date.html#13444">[ date ]</a> + <a href="thread.html#13444">[ thread ]</a> + <a href="subject.html#13444">[ subject ]</a> + <a href="author.html#13444">[ 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> |