Update release note for resolvconf cache prep failure

The previously recommended method got it past the cache prep, but
failed later due to a missing resolver configuration when the
container started. This additional change fixes that.

Change-Id: I196f4e29cfef5f0eb0fcacf898ded877672d99f9
Related-Bug: #1768592
This commit is contained in:
Jesse Pretorius 2018-05-08 19:33:15 +01:00 committed by Jesse Pretorius (odyssey4me)
parent e9e5777393
commit b97e2163fb
1 changed files with 1 additions and 0 deletions

View File

@ -12,3 +12,4 @@ issues:
.. code-block:: yaml
lxc_cache_prep_pre_commands: "rm -f /etc/resolv.conf || true"
lxc_cache_prep_post_commands: "ln -s ../run/resolvconf/resolv.conf /etc/resolv.conf -f"