From 6c26cec656b5abd0c403cb9b8bb5de6a472fb742 Mon Sep 17 00:00:00 2001 From: sjing Date: Tue, 20 Aug 2013 06:18:40 +0000 Subject: [PATCH] Set file permission to be executable. When ramdisk-image-create is called with the hwdiscovery element, it failed to install hwinfo package. The root reason is 10-hwinfo is not executable, the fix is to set the file permission of 10-hwinfo to be executable. Change-Id: I3a57147103f607b3975eb6ad23a44475f26c2f1e --- elements/hwdiscovery/install.d/10-hwinfo | 0 1 file changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 elements/hwdiscovery/install.d/10-hwinfo diff --git a/elements/hwdiscovery/install.d/10-hwinfo b/elements/hwdiscovery/install.d/10-hwinfo old mode 100644 new mode 100755