X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=patches%2Ffuel-agent%2F0004-Prevent-common-cross-debootstrap-newaliases-issue.patch;h=37017e1af9718ae27922593c990b1d3d904a1207;hb=acc93911c7d1d4be5ba5cd04e731626d01d59598;hp=1d044585df819c83cf51abe597d72eea358bb503;hpb=c715e7bb460f499f4fd20f7ab000d7a6d670636a;p=armband.git diff --git a/patches/fuel-agent/0004-Prevent-common-cross-debootstrap-newaliases-issue.patch b/patches/fuel-agent/0004-Prevent-common-cross-debootstrap-newaliases-issue.patch index 1d044585..37017e1a 100644 --- a/patches/fuel-agent/0004-Prevent-common-cross-debootstrap-newaliases-issue.patch +++ b/patches/fuel-agent/0004-Prevent-common-cross-debootstrap-newaliases-issue.patch @@ -35,8 +35,7 @@ index 6322a10..843c40b 100644 if hasattr(bs_scheme, 'certs') and bs_scheme.certs: bu.copy_update_certs(bs_scheme.certs, chroot) bu.run_apt_get(chroot, packages=packages, -@@ -873,6 +878,7 @@ class Manager(object): - force_ipv4_file=CONF.force_ipv4_file) +@@ -873,5 +878,6 @@ class Manager(object): # restore disabled hosts/resolv files bu.restore_resolv_conf(chroot) + bu.restore_newaliases(chroot) @@ -100,6 +99,3 @@ index abd762e..e11ceba 100644 def create_sparse_tmp_file(dir, suffix, size=8192): """Creates sparse file. --- -1.9.1 -