[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] [OSSTEST PATCH 5/6] standalone-reset: Use suite-specific TftpDiVersion
If the config specifies a specific d-i version for the suite in use, it should be honoured. Signed-off-by: Ian Jackson <Ian.Jackson@xxxxxxxxxxxxx> --- 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@xxxxxxxxxxxxx http://lists.xen.org/xen-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |