From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ian Jackson Subject: [OSSTEST PATCH 4/9] Debian HVM guests: Comment out CDROM entry in HVM guest VM Date: Fri, 25 Sep 2015 12:37:03 +0100 Message-ID: <1443181028-22705-5-git-send-email-ian.jackson@eu.citrix.com> References: <1443181028-22705-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.bemta5.messagelabs.com ([195.245.231.135]) by lists.xen.org with esmtp (Exim 4.72) (envelope-from ) id 1ZfRJW-0007h9-O6 for xen-devel@lists.xenproject.org; Fri, 25 Sep 2015 11:37:18 +0000 In-Reply-To: <1443181028-22705-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: Robert Ho , Ian Jackson , Ian Campbell List-Id: xen-devel@lists.xenproject.org From: Robert Ho Comment out the CDROM entry in the installed system's sources.list. The installation ISO is not generally present in the virtual CDROM while the guest is running, so this entry is nonfunctional. Removing it causes the L1 HVM guest VM to use the http entry instead. The result is that now `apt-get' works in the guest. Signed-off-by: Robert Ho Signed-off-by: Ian Jackson --- ts-debian-hvm-install | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ts-debian-hvm-install b/ts-debian-hvm-install index 0f3996a..5fb6f4c 100755 --- a/ts-debian-hvm-install +++ b/ts-debian-hvm-install @@ -106,6 +106,13 @@ if [ -e \$b/debian/grubx64.efi ] ; then fi END +preseed_hook_command($gho, 'late_command', '', <