If the config specifies a specific d-i version for the suite in use,
it should be honoured.

Signed-off-by: Ian Jackson <ian.jack...@eu.citrix.com>
---
 standalone-reset |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/standalone-reset b/standalone-reset
index e58ba68..bd34782 100755
--- a/standalone-reset
+++ b/standalone-reset
@@ -97,8 +97,8 @@ else
        ensure_dir "$tftp$tftptmp"
 
        dibase=`getconfig TftpDiBase`
-       diver=`getconfig TftpDiVersion`
        suite=`getconfig DebianSuite`
+       diver=`getconfig_TftpDiVersion_suite $suite`
        firmware=`getconfig DebianNonfreeFirmware`
 
        if [ "x$diver" = xcurrent ]; then
-- 
1.7.10.4


_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

Reply via email to