Skip to content

Commit 3f24f30

Browse files
Added some echo prints in init.sh to debug which flags bsa or sbsa command is running
1 parent 40ba823 commit 3f24f30

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

common/linux_scripts/init.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,7 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then
222222
# display port, mass storage, network controller...SKIP them
223223
/bin/bsa --skip-dp-nic-ms >> /mnt/acs_results/linux/BsaResultsApp.log
224224
else
225+
echo "Running command $bsa_command --skip-dp-nic-ms"
225226
$bsa_command --skip-dp-nic-ms >> /mnt/acs_results/linux/BsaResultsApp.log
226227
fi
227228
dmesg | sed -n 'H; /PE_INFO/h; ${g;p;}' > /mnt/acs_results/linux/BsaResultsKernel.log
@@ -244,6 +245,7 @@ if [ $ADDITIONAL_CMD_OPTION != "noacs" ]; then
244245
if [ -f /lib/modules/sbsa_acs.ko ]; then
245246
insmod /lib/modules/sbsa_acs.ko
246247
echo "SystemReady band ACS v3.1.0" > /mnt/acs_results/linux/SbsaResultsApp.log
248+
echo "Running command $sbsa_command --skip-dp-nic-ms"
247249
$sbsa_command --skip-dp-nic-ms >> /mnt/acs_results/linux/SbsaResultsApp.log
248250
dmesg | sed -n 'H; /PE_INFO/h; ${g;p;}' > /mnt/acs_results/linux/SbsaResultsKernel.log
249251
sync /mnt

0 commit comments

Comments
 (0)