From f8267b8e7f78ffdc1ccab3b708b0c0b124e0cfd3 Mon Sep 17 00:00:00 2001
From: Jonas Bjurel <jonas.bjurel@ericsson.com>
Date: Thu, 29 Sep 2016 19:44:26 +0000
Subject: Updated armband Project: fuel 
 2e6be7473d11f14d62ad1aa1d76f2e0c99327424

check read access instead of isfile() for Fuel ISO

When testing with nested virtualzation I attached
the Fuel ISO to VM (/dev/sr0) running deploy.sh

This failed because we expect the ISO to be a file, when
it could be a device, e.g. /dev/sr0.  Instead of checking isfile()
check for read access.

This tested with bsdtar. It can extract an ISO from a file or device.

Change-Id: Ic09373cd618b33382303d9134cce4e005040de95
Signed-off-by: Ross Brattain <ross.b.brattain@intel.com>
---
 upstream/fuel | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'upstream')

diff --git a/upstream/fuel b/upstream/fuel
index d1f2969e..2e6be747 160000
--- a/upstream/fuel
+++ b/upstream/fuel
@@ -1 +1 @@
-Subproject commit d1f2969eed092f182cc746ca1d06337d71a8215d
+Subproject commit 2e6be7473d11f14d62ad1aa1d76f2e0c99327424
-- 
cgit