Harald Hoyer
909961d048
fix: shellcheck 0.7.2
...
github action `luizm/action-sh-checker@v0.2.2` uses `shellcheck-0.7.2`,
which detects more non-posix shell code and complains accordingly.
4 years ago
Jóhann B. Guðmundsson
aaea54c732
fix: quotes in systemd modules
...
Fixing quotes around *.conf in systemd modules
4 years ago
Jóhann B. Guðmundsson
afef455718
fix(systemd-modules): remove dependency on systemd meta module
...
Depending on systemd meta module causes circular dependency,
prevents the existance of multiple systemd based meta modules
and is redunant.
4 years ago
Harald Hoyer
09356085b6
ci: enable shellcheck for everything
4 years ago
Harald Hoyer
ddc7bf456a
fix(systemd-repart): shellcheck for modules.d/01systemd-repart
4 years ago
Jóhann B. Guðmundsson
5cd1a9fb13
fix: cosmetic comment fixes
...
This rephrases a comment in the check() as requested on another PR
and generalizes the install() section comments on par with other recent
module changes.
4 years ago
Harald Hoyer
16efdfa25c
fix: revise all module checks
...
1. no module checks for modules which are in depends()
2. no `derror` for optional (255) modules checking for dependencies
3. fix dbus meta module
4 years ago
Harald Hoyer
1914a2eba1
fix: add missing line continuation
4 years ago
Harald Hoyer
d1c8083b3a
fix: correct the line continuation
...
Comments will break bash line continuation.
Also added some missing line continuation here and there.
4 years ago
Jóhann B. Guðmundsson
c3446a7ce0
feat(systemd-repart): introducing systemd-repart module
...
This modules introduces systemd-repart which can be used
to generate partition(s), via a simple systemd-repart
drop-in(s), which can be useful in wide varity of usecase.
feat(systemd-repart): adding module to spec file
feat(systemd-repart): removing unessary requirement on type unit
fix: spelling error
4 years ago