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/015067.html | 104 ++++++++++++++++++++++++++++++ 1 file changed, 104 insertions(+) create mode 100644 zarb-ml/mageia-dev/2012-April/015067.html (limited to 'zarb-ml/mageia-dev/2012-April/015067.html') diff --git a/zarb-ml/mageia-dev/2012-April/015067.html b/zarb-ml/mageia-dev/2012-April/015067.html new file mode 100644 index 000000000..f1622a6a2 --- /dev/null +++ b/zarb-ml/mageia-dev/2012-April/015067.html @@ -0,0 +1,104 @@ + + + + [Mageia-dev] [soft-commits] [4324] Do not install bootloader when configuring X during install. + + + + + + + + + +

[Mageia-dev] [soft-commits] [4324] Do not install bootloader when configuring X during install.

+ Thierry Vignaud + thierry.vignaud at gmail.com +
+ Mon Apr 30 08:28:12 CEST 2012 +

+
+ +
On 30 April 2012 00:59,  <root at mageia.org> wrote:
+> -    bootloader::action($bootloader, 'write', $all_hds);
+> -    bootloader::action($bootloader, 'when_config_changed');
+> +    # Do not install bootloader when configuring X during install.
+> +    # This will be done at end of summary to allow selecting where
+> +    # to install bootloader.
+> +    unless ($::isInstall) {
+> +	bootloader::action($bootloader, 'write', $all_hds);
+> +	bootloader::action($bootloader, 'when_config_changed');
+> +    }
+> +
+>      1;
+>  }
+
+You did not run perl_checker as it would have told you the preferedd
+style is "if !" over "unless" :-)
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+

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