From 1be510f9529cb082f802408b472a77d074b394c0 Mon Sep 17 00:00:00 2001 From: Nicolas Vigier Date: Sun, 14 Apr 2013 13:46:12 +0000 Subject: Add zarb MLs html archives --- zarb-ml/mageia-dev/2012-April/013945.html | 81 +++++++++++++++++++++++++++++++ 1 file changed, 81 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/013945.html (limited to 'zarb-ml/mageia-dev/2012-April/013945.html') diff --git a/zarb-ml/mageia-dev/2012-April/013945.html b/zarb-ml/mageia-dev/2012-April/013945.html new file mode 100644 index 000000000..fd1cded3d --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/013945.html @@ -0,0 +1,81 @@ + + + + [Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091) + + + + + + + + + +

[Mageia-dev] [soft-commits] [3964] Fix partition numbering on GPT (mga#3091)

+ Guillaume Rousse + guillomovitch at gmail.com +
+ Fri Apr 6 10:57:03 CEST 2012 +

+
+ +
Le 06/04/2012 10:53, Thierry Vignaud a écrit :
+> On 6 April 2012 10:34, Guillaume Rousse<guillomovitch at gmail.com>  wrote:
+>> Anyway, allocating the list content in a single pass seems simpler to
+>> understand for me. I'd rather use something as:
+>>
+>> # create an exhaustive list including %parts content if existing
+>> # for given partition number, a default structure otherwise
+>> my @pt = map {
+>>         $parts{$_} ? $parts{$_} : { part_number =>  $_ }
+>>     } 1..$nb_primary;
+>
+> even simpler:
+>         $parts{$_} || { part_number =>  $_ }
+caramba :)
+
+ + + + + + + + + + + + + + +
+

+ +
+More information about the Mageia-dev +mailing list
+ -- cgit v1.2.1