From e37746b93c622ddddeb44bc5791c8da4a98fff7f Mon Sep 17 00:00:00 2001 From: Michael Polenchuk Date: Thu, 29 Sep 2016 16:48:29 +0300 Subject: Update cirros image To properly handle source routing passing by dhcpd inside instance get latest cirros image. JIRA: FUEL-202 Change-Id: Icd44ebbdd7b4aa0cb55c080e614616a7b0198c0f Signed-off-by: Michael Polenchuk --- build/install/apt-ftparchive-deb.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'build/install/apt-ftparchive-deb.conf') diff --git a/build/install/apt-ftparchive-deb.conf b/build/install/apt-ftparchive-deb.conf index 0d15aec6f..edcb1f2a4 100644 --- a/build/install/apt-ftparchive-deb.conf +++ b/build/install/apt-ftparchive-deb.conf @@ -17,15 +17,13 @@ TreeDefault { }; BinDirectory "pool/main" { - Packages "dists/trusty/main/binary-amd64/Packages"; - BinOverride "./indices/override.trusty.main"; - ExtraOverride "./indices/override.trusty.extra.main"; + Packages "dists/mos9.0/main/binary-amd64/Packages"; }; Default { Packages { Extensions ".deb"; - Compress ". gzip"; + Compress ". gzip bzip2"; }; }; -- cgit 1.2.3-korg