Harald Hoyer
|
77fa33017d
|
fix(mdraid): shellcheck for modules.d/90mdraid
|
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 |
Mariusz Tkaczyk
|
30e49d5175
|
fix(mdraid): remove offroot
offroot is deprecated and can be safety removed.
Signed-off-by: Mariusz Tkaczyk <mariusz.tkaczyk@linux.intel.com>
|
4 years ago |
Harald Hoyer
|
967cc19ab1
|
remove all vim and emacs code format comments
|
11 years ago |
Harald Hoyer
|
b4692ce388
|
mdraid/md-shutdown.sh: check for presence of mdadm
|
13 years ago |
Harald Hoyer
|
57038a41fa
|
mdraid/md-shutdown.sh: wait until md devices are clean
|
13 years ago |
Harald Hoyer
|
e539fa9980
|
90mdraid: add "--offroot" support
|
13 years ago |
Harald Hoyer
|
4a049ce556
|
add x-bit to *.sh
|
14 years ago |
Harald Hoyer
|
f47e023498
|
shutdown: fixed check_shutdown loop
|
14 years ago |
Harald Hoyer
|
8e448cadf9
|
90mdraid/md-shutdown.sh: put shutdown in function
|
14 years ago |
Harald Hoyer
|
657d68cfff
|
mdraid: add shutdown script
|
14 years ago |