ISO/archiso/initcpio/hooks
David Runge e2032db4e7
Adding linting for initcpio scripts
archiso/initcpio/install/*:
Setting bash shebang for all scripts and making them comform with shellcheck.

archiso/initcpio/{hooks,script}/*:
Setting ash shebang for all scripts and making them comform with shellcheck (for dash, as shellcheck has no ash specific
ruleset). Essentially the ash based scripts should be POSIX compliant as much as possible to have an easier time
writing, debugging and maintaining them.
Ensuring that variables are not treated as options and introducing variable quoting.

.gitlab-ci.yml:
Integrating shellcheck for initcpio scripts.

Closes #32
2020-07-11 20:58:01 +02:00
..
archiso Adding linting for initcpio scripts 2020-07-11 20:58:01 +02:00
archiso_loop_mnt Adding linting for initcpio scripts 2020-07-11 20:58:01 +02:00
archiso_pxe_common Adding linting for initcpio scripts 2020-07-11 20:58:01 +02:00
archiso_pxe_http Adding linting for initcpio scripts 2020-07-11 20:58:01 +02:00
archiso_pxe_nbd Adding linting for initcpio scripts 2020-07-11 20:58:01 +02:00
archiso_pxe_nfs Adding linting for initcpio scripts 2020-07-11 20:58:01 +02:00
archiso_shutdown Adding linting for initcpio scripts 2020-07-11 20:58:01 +02:00