diff options
author | Scott Moser <smoser@brickies.net> | 2017-06-02 16:21:14 -0400 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2017-06-02 16:21:22 -0400 |
commit | 284f11e1448477881cc606281ba38dcffd0f4784 (patch) | |
tree | 6923c4162710b74e95a500bd0553a91f55cdd4ff /debian | |
parent | 8af157630528da01acb978f18dc67089d06bc2d7 (diff) | |
download | vyos-cloud-init-284f11e1448477881cc606281ba38dcffd0f4784.tar.gz vyos-cloud-init-284f11e1448477881cc606281ba38dcffd0f4784.zip |
debian/patches/ds-identify-behavior-xenial.patch: refresh patch
upstream changes to ds-identify made this not apply cleanly.
Simply refresh against 5fb49bacf74.
Diffstat (limited to 'debian')
-rw-r--r-- | debian/patches/ds-identify-behavior-xenial.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/ds-identify-behavior-xenial.patch b/debian/patches/ds-identify-behavior-xenial.patch index 6a87d7e7..cfe8f9a8 100644 --- a/debian/patches/ds-identify-behavior-xenial.patch +++ b/debian/patches/ds-identify-behavior-xenial.patch @@ -10,7 +10,7 @@ Bug-ubuntu: http://bugs.launchpad.net/bugs/1660385 --- a/tools/ds-identify +++ b/tools/ds-identify -@@ -81,8 +81,8 @@ _DI_LOGGED="" +@@ -83,8 +83,8 @@ _DI_LOGGED="" # set DI_MAIN='noop' in environment to source this file with no main called. DI_MAIN=${DI_MAIN:-main} @@ -18,10 +18,10 @@ Bug-ubuntu: http://bugs.launchpad.net/bugs/1660385 -DI_DEFAULT_POLICY_NO_DMI="search,found=all,maybe=all,notfound=${DI_ENABLED}" +DI_DEFAULT_POLICY="report,found=all,maybe=all,notfound=${DI_ENABLED}" +DI_DEFAULT_POLICY_NO_DMI="report,found=all,maybe=all,notfound=${DI_ENABLED}" + DI_DMI_CHASSIS_ASSET_TAG="" DI_DMI_PRODUCT_NAME="" DI_DMI_SYS_VENDOR="" - DI_DMI_PRODUCT_SERIAL="" -@@ -115,7 +115,7 @@ DI_ON_FOUND="" +@@ -119,7 +119,7 @@ DI_ON_FOUND="" DI_ON_MAYBE="" DI_ON_NOTFOUND="" |