For dynamic bash completion, instead of using the legacy
/etc/bash_completiond.d, the current bash-completion can use a
dynamic mechanism in which the customized completion is called
upon completion activation.
The new location that is already pointed by the .bashrc file,
also engaged by the /etc/bash_completion, is
/usr/share/bash-completion/completions.
However, the bash file was placed under a subfolder with the
name of the command which is not necessary since the file already
contains the command name.
Also, the proper file name shall contain .bash extension.
Test Plan:
PASS: Debian image built and installed successfully
PASS: Upon install check system cmd completion works properly
PASS: Check the system.bash file is under the proper path
PASS: AIO-SX properly bootstrapped
PASS: AIO-SX properly unlocked
PASS: Check after bootstrap and unlock that completion works
Story: 2009965
Task: 45260
Signed-off-by: aoliveir <adriano.oliveira@windriver.com>
Change-Id: Ib711618d695b2ae0e1537962fbe7c03d91b0fe28