[Fai-commit] r5080 - in trunk: debian lib/setup-storage
lange at alioth.debian.org
lange at alioth.debian.org
Fri Sep 5 08:27:13 UTC 2008
Author: lange
Date: 2008-09-05 08:27:12 +0000 (Fri, 05 Sep 2008)
New Revision: 5080
Modified:
trunk/debian/changelog
trunk/lib/setup-storage/Init.pm
Log:
included in 3.2.9 (closes: #494784), fix wrong variable name
Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog 2008-09-05 08:25:35 UTC (rev 5079)
+++ trunk/debian/changelog 2008-09-05 08:27:12 UTC (rev 5080)
@@ -4,7 +4,7 @@
add cfengine2 as recommends to fai-client (closes: #442843),
remove mknbi, which is not used
* Init.pm: add bugfix that was only in svn but not in the package
- included in 3.2.9 (closes: #494784)
+ included in 3.2.9 (closes: #494784), fix wrong variable name
* Volume.pm: ignore output line of parted containing "Model:"
(closes: #497066)
* package_config/*: remove non-existing packages, change some package
Modified: trunk/lib/setup-storage/Init.pm
===================================================================
--- trunk/lib/setup-storage/Init.pm 2008-09-05 08:25:35 UTC (rev 5079)
+++ trunk/lib/setup-storage/Init.pm 2008-09-05 08:27:12 UTC (rev 5080)
@@ -77,7 +77,7 @@
#
################################################################################
$FAI::reinstall = 1;
-defined( $ENV{fl_initial} ) and $FAI::reinstall = 0;
+defined( $ENV{flag_initial} ) and $FAI::reinstall = 0;
################################################################################
#
More information about the Fai-commit
mailing list