Harald Hoyer
|
09356085b6
|
ci: enable shellcheck for everything
|
4 years ago |
Harald Hoyer
|
4fdc34e503
|
fix(uefi-lib): shellcheck for modules.d/99uefi-lib
|
4 years ago |
Harald Hoyer
|
75d758e8f1
|
style: shfmt -s reformat
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w -s .
```
|
4 years ago |
Harald Hoyer
|
9a52c3fdb0
|
style: shfmt reformat
reproducible with:
```
$ shfmt_version=3.0.1
$ wget "https://github.com/mvdan/sh/releases/download/v${shfmt_version}/shfmt_v${shfmt_version}_linux_amd64" -O shfmt
$ chmod u+x shfmt
$ ./shfmt -w .
```
|
4 years ago |
Daniel Molkentin
|
f824f52675
|
fix(1001): use efivars fs over the deprecated sysfs entries
sysfs efi vars has been dropped for non-x86 systems since kernel 5.10.
|
4 years ago |
Harald Hoyer
|
350ec5d9dd
|
uefi-lib/uefi-lib.sh: fixed script for bash version 5
bash 5 `read` behaves differently and returns != 0 for 0 bytes read
fix it with the best effort
|
5 years ago |
Harald Hoyer
|
aca93e3364
|
uefi-lib: remove bogus comment
|
10 years ago |
Harald Hoyer
|
967cc19ab1
|
remove all vim and emacs code format comments
|
11 years ago |
Harald Hoyer
|
89031be373
|
move uefi-lib to a seperate module
|
11 years ago |