Harald Hoyer
|
4fdc34e503
|
fix(uefi-lib): shellcheck for modules.d/99uefi-lib
|
2021-03-29 10:59:40 +02:00 |
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 .
```
|
2021-03-13 20:10:43 +01:00 |
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 .
```
|
2021-03-13 20:10:43 +01:00 |
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.
|
2021-01-25 14:58:11 +00:00 |
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
|
2020-01-24 13:42:46 +01:00 |
Harald Hoyer
|
967cc19ab1
|
remove all vim and emacs code format comments
|
2014-08-29 13:38:47 +02:00 |
Harald Hoyer
|
89031be373
|
move uefi-lib to a seperate module
|
2013-12-12 09:49:06 +01:00 |