6c26cec656
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
8 lines
93 B
Bash
Executable File
8 lines
93 B
Bash
Executable File
#!/bin/bash
|
|
# Support for hard ware discovery
|
|
|
|
set -e
|
|
set -o xtrace
|
|
|
|
install-packages hwinfo
|