summaryrefslogtreecommitdiffstats
path: root/patches/fuel-agent/0002-Add-FLASH_KERNEL_SKIP-true.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/fuel-agent/0002-Add-FLASH_KERNEL_SKIP-true.patch')
-rw-r--r--patches/fuel-agent/0002-Add-FLASH_KERNEL_SKIP-true.patch21
1 files changed, 0 insertions, 21 deletions
diff --git a/patches/fuel-agent/0002-Add-FLASH_KERNEL_SKIP-true.patch b/patches/fuel-agent/0002-Add-FLASH_KERNEL_SKIP-true.patch
deleted file mode 100644
index 0c2f2ac9..00000000
--- a/patches/fuel-agent/0002-Add-FLASH_KERNEL_SKIP-true.patch
+++ /dev/null
@@ -1,21 +0,0 @@
-From: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-Date: Thu, 25 Feb 2016 16:01:18 +0100
-Subject: [PATCH] Add FLASH_KERNEL_SKIP=true.
-
-FIXME: Add nice description of the issue at hand.
----
- fuel_agent/utils/build.py | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/fuel_agent/utils/build.py b/fuel_agent/utils/build.py
-index af41b2b..6f31732 100644
---- a/fuel_agent/utils/build.py
-+++ b/fuel_agent/utils/build.py
-@@ -97,6 +97,7 @@ def set_apt_get_env():
- # NOTE(agordeev): disable any confirmations/questions from apt-get side
- os.environ['DEBIAN_FRONTEND'] = 'noninteractive'
- os.environ['DEBCONF_NONINTERACTIVE_SEEN'] = 'true'
-+ os.environ['FLASH_KERNEL_SKIP'] = 'true'
- os.environ['LC_ALL'] = os.environ['LANG'] = os.environ['LANGUAGE'] = 'C'
-
-