summaryrefslogtreecommitdiffstats
path: root/zarb-ml/mageia-dev/2012-March/013511.html
diff options
context:
space:
mode:
authorNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
committerNicolas Vigier <boklm@mageia.org>2013-04-14 13:46:12 +0000
commit1be510f9529cb082f802408b472a77d074b394c0 (patch)
treeb175f9d5fcb107576dabc768e7bd04d4a3e491a0 /zarb-ml/mageia-dev/2012-March/013511.html
parentfa5098cf210b23ab4f419913e28af7b1b07dafb2 (diff)
downloadarchives-master.tar
archives-master.tar.gz
archives-master.tar.bz2
archives-master.tar.xz
archives-master.zip
Add zarb MLs html archivesHEADmaster
Diffstat (limited to 'zarb-ml/mageia-dev/2012-March/013511.html')
-rw-r--r--zarb-ml/mageia-dev/2012-March/013511.html147
1 files changed, 147 insertions, 0 deletions
diff --git a/zarb-ml/mageia-dev/2012-March/013511.html b/zarb-ml/mageia-dev/2012-March/013511.html
new file mode 100644
index 000000000..6f2d2944c
--- /dev/null
+++ b/zarb-ml/mageia-dev/2012-March/013511.html
@@ -0,0 +1,147 @@
+<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
+<HTML>
+ <HEAD>
+ <TITLE> [Mageia-dev] [packages-commits] [226393] Migrate grub bootsplash params to new style: 'splash quiet' rather than 'splash=silent' (mga#3430)
+ </TITLE>
+ <LINK REL="Index" HREF="index.html" >
+ <LINK REL="made" HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B226393%5D%20Migrate%20grub%0A%20bootsplash%20params%20to%20new%20style%3A%20%27splash%20quiet%27%20rather%20than%20%27splash%3Dsilent%27%0A%20%28mga%233430%29&In-Reply-To=%3C4F6F781A.6020709%40free.fr%3E">
+ <META NAME="robots" CONTENT="index,nofollow">
+ <META http-equiv="Content-Type" content="text/html; charset=us-ascii">
+ <LINK REL="Previous" HREF="013547.html">
+ <LINK REL="Next" HREF="013513.html">
+ </HEAD>
+ <BODY BGCOLOR="#ffffff">
+ <H1>[Mageia-dev] [packages-commits] [226393] Migrate grub bootsplash params to new style: 'splash quiet' rather than 'splash=silent' (mga#3430)</H1>
+ <B>Luc Menut</B>
+ <A HREF="mailto:mageia-dev%40mageia.org?Subject=Re%3A%20%5BMageia-dev%5D%20%5Bpackages-commits%5D%20%5B226393%5D%20Migrate%20grub%0A%20bootsplash%20params%20to%20new%20style%3A%20%27splash%20quiet%27%20rather%20than%20%27splash%3Dsilent%27%0A%20%28mga%233430%29&In-Reply-To=%3C4F6F781A.6020709%40free.fr%3E"
+ TITLE="[Mageia-dev] [packages-commits] [226393] Migrate grub bootsplash params to new style: 'splash quiet' rather than 'splash=silent' (mga#3430)">lmenut at free.fr
+ </A><BR>
+ <I>Sun Mar 25 21:55:06 CEST 2012</I>
+ <P><UL>
+ <LI>Previous message: <A HREF="013547.html">[Mageia-dev] libgphoto version: freeze buster?
+</A></li>
+ <LI>Next message: <A HREF="013513.html">[Mageia-dev] [packages-commits] [226393] Migrate grub bootsplash params to new style: 'splash quiet' rather than 'splash=silent' (mga#3430)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#13511">[ date ]</a>
+ <a href="thread.html#13511">[ thread ]</a>
+ <a href="subject.html#13511">[ subject ]</a>
+ <a href="author.html#13511">[ author ]</a>
+ </LI>
+ </UL>
+ <HR>
+<!--beginarticle-->
+<PRE>Le 25/03/2012 19:08, Colin Guthrie a &#233;crit :
+&gt;<i> 'Twas brillig, and Luc Menut at 25/03/12 17:35 did gyre and gimble:
+</I>&gt;&gt;<i> Le 25/03/2012 17:45, <A HREF="https://www.mageia.org/mailman/listinfo/mageia-dev">root at mageia.org</A> a &#233;crit :
+</I>&gt;&gt;&gt;<i> Revision
+</I>&gt;&gt;&gt;<i> 226393
+</I>&gt;&gt;&gt;<i> Author
+</I>&gt;&gt;&gt;<i> colin
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> [...]
+</I>&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i>
+</I>&gt;&gt;&gt;<i> +%triggerpostun backend -- drakxtools-backend&lt; 14.1-2
+</I>&gt;&gt;&gt;<i> +if [ -w /boot/grub/menu.lst ]; then
+</I>&gt;&gt;&gt;<i> + if grep -q splash= /boot/grub/menu.lst; then
+</I>&gt;&gt;&gt;<i> + echo&quot;Migrating kernel commandline bootsplash arguments in grub&quot;
+</I>&gt;&gt;&gt;<i> + sed -i 's/ splash=silent / splash quiet /;s/ splash=silent$/
+</I>&gt;&gt;&gt;<i> splash quiet/;s/ splash=verbose / /;s/ splash=verbose$//;'
+</I>&gt;&gt;&gt;<i> /boot/grub/menu.lst
+</I>&gt;&gt;&gt;<i> + fi
+</I>&gt;&gt;&gt;<i> +fi
+</I>&gt;&gt;&gt;<i> +
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> IIUC this script, you update splash=silent&amp; splash=verbose in
+</I>&gt;&gt;<i> /boot/grub/menu.lst for all the lines.
+</I>&gt;&gt;<i> What happens if we have entries for mga1 or other distros in the same
+</I>&gt;&gt;<i> grub menu.lst ?
+</I>&gt;&gt;<i> Aren't you going to break all these entries with such update?
+</I>&gt;&gt;<i>
+</I>&gt;&gt;<i> Personaly, I use the same /boot/grub/menu.lst for mga 1 and cauldron.
+</I>&gt;<i>
+</I>&gt;<i> Yeah, good point.
+</I>&gt;<i>
+</I>&gt;<i> Any suggestions on how to do this more gracefully?
+</I>
+Nope.
+
+Is this trigger needed for an upgrade mga1-&gt;mga2? or is it only for
+cauldron update?
+If it's only for cauldron, I think that it would be safer to drop the
+trigger.
+
+Luc
+
+
+--
+Luc Menut
+</PRE>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+<!--endarticle-->
+ <HR>
+ <P><UL>
+ <!--threads-->
+ <LI>Previous message: <A HREF="013547.html">[Mageia-dev] libgphoto version: freeze buster?
+</A></li>
+ <LI>Next message: <A HREF="013513.html">[Mageia-dev] [packages-commits] [226393] Migrate grub bootsplash params to new style: 'splash quiet' rather than 'splash=silent' (mga#3430)
+</A></li>
+ <LI> <B>Messages sorted by:</B>
+ <a href="date.html#13511">[ date ]</a>
+ <a href="thread.html#13511">[ thread ]</a>
+ <a href="subject.html#13511">[ subject ]</a>
+ <a href="author.html#13511">[ 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>