Harald Hoyer
|
f450ebfdf2
|
fix(convertfs): require bash
|
2021-03-31 11:05:29 +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 |
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
|
af11946054
|
dracut-functions.sh: inst_multiple == dracut_install
|
2013-08-07 10:33:15 +02:00 |
Harald Hoyer
|
53fe81e752
|
modules.d/*/module-setup.sh: combine and specify type for installs
To speedup image creation, combine dracut_install calls and specify the exact type.
E.g. inst_script instead of the generic inst.
|
2012-06-29 12:41:27 +02:00 |
Harald Hoyer
|
2cf328ad0a
|
renamed usrmove to convertfs
|
2012-02-02 18:50:26 +01:00 |