Harald Hoyer
|
09356085b6
|
ci: enable shellcheck for everything
|
2021-03-31 11:31:17 +02:00 |
Harald Hoyer
|
428ef5e471
|
fix(securityfs): shellcheck for modules.d/96securityfs
|
2021-03-30 10:07:31 +02: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 |
Mimi Zohar
|
4f50a9bfb1
|
Revert securitfs change
Commit 5e60145 use findmnt with "--source" or "--target" broke
mounting securityfs. This patch reverts only the securityfs
portion of the patch.
|
2015-08-03 12:36:05 +02:00 |
Harald Hoyer
|
967cc19ab1
|
remove all vim and emacs code format comments
|
2014-08-29 13:38:47 +02:00 |
Harald Hoyer
|
8bcfd683bd
|
*/module-setup.sh: add comments for dracut called functions
|
2013-10-08 10:37:56 +02:00 |
Harald Hoyer
|
5e60145449
|
use findmnt with "--source" or "--target"
This avoids hanging on stale NFS mounts, which are not part of the boot
process.
https://bugzilla.redhat.com/show_bug.cgi?id=975401
|
2013-06-24 12:47:53 +02:00 |
Harald Hoyer
|
aa09b74a41
|
dash compat: use "2>&1" rather than "&>"
|
2012-09-20 10:26:14 +02:00 |
Harald Hoyer
|
16457c869d
|
mount securityfs in a seperate dracut module
|
2011-09-20 11:16:53 +02:00 |