From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 2/2] preseed_base: drop obsolete references to NetGateway and NetNetmask Date: Thu, 17 Apr 2014 16:14:55 +0100 Message-ID: <1397747695-9409-2-git-send-email-ian.jackson@eu.citrix.com> References: <1397747695-9409-1-git-send-email-ian.jackson@eu.citrix.com> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Return-path: Received: from mail6.bemta4.messagelabs.com ([85.158.143.247]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1Wao1t-0006Up-9t for xen-devel@lists.xenproject.org; Thu, 17 Apr 2014 15:15:09 +0000 In-Reply-To: <1397747695-9409-1-git-send-email-ian.jackson@eu.citrix.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: xen-devel@lists.xenproject.org Cc: Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org NetGateway and NetNetmask are not honoured (their lines in the preseed file are commented out) and I'm not aware of anyone who sets them. They have been there from the dawn of time. Removing them gets rid of this warning (which appears twice) Use of uninitialized value in concatenation (.) or string at Osstest/Debian.pm line 432. Signed-off-by: Ian Jackson --- Osstest/Debian.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/Osstest/Debian.pm b/Osstest/Debian.pm index 059858e..ab09abb 100644 --- a/Osstest/Debian.pm +++ b/Osstest/Debian.pm @@ -459,8 +459,6 @@ d-i partman-crypto/confirm_nooverwrite true #d-i netcfg/disable_dhcp boolean true d-i netcfg/get_nameservers string $c{NetNameservers} -#d-i netcfg/get_netmask string $c{NetNetmask} -#d-i netcfg/get_gateway string $c{NetGateway} d-i netcfg/confirm_static boolean true d-i netcfg/get_domain string $c{TestHostDomain} d-i netcfg/wireless_wep string -- 1.7.10.4