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
Harald Hoyer
560402c3dc
style: shfmt pre correction
4 years ago
Harald Hoyer
ecf7e74f4a
fix: shellcheck for lsinitrd-bash-completion.sh
4 years ago
Harald Hoyer
967cc19ab1
remove all vim and emacs code format comments
11 years ago
Hannes Reinecke
336bd09d2c
Remove shebang from shell-completion files
...
Shell-completion files are meant to be sourced, not executed.
So they shouldn't have a shebang at the start.
Signed-off-by: Hannes Reinecke <hare@suse.de>
11 years ago
Harald Hoyer
7dbca9be86
lsinitrd: add bash completion
12 years ago
Harald Hoyer
fb05f9876a
dracut-bash-completion.sh: add --kver kernel version completion
12 years ago
Harald Hoyer
83bb0893ed
dracut.sh: Add --noimageifnotneeded parameter
...
Do not create an image in host-only mode, if no kernel driver is needed
and no $initdir/etc/cmdline/*.conf is generated.
12 years ago
Harald Hoyer
917f3e4d25
add dracut-bash-completion.sh
12 years ago