Harald Hoyer
|
11e82f3ecc
|
fix(nfs): shellcheck for modules.d/95nfs
|
2021-03-29 11:40:39 +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
|
81aed4f28e
|
nfs/nfsroot: symlink /dev/null to /dev/nfs, as a marker for root=/dev/nfs
|
2014-02-05 13:06:29 +01:00 |
Harald Hoyer
|
32bd2fbb4c
|
use "rm --" to guard against filenames beginning with "-"
|
2013-06-28 10:31:18 +02:00 |
Harald Hoyer
|
18d0c9b858
|
nfs/nfsroot.sh: only cat /etc/fstab, if existant
|
2013-03-14 18:30:35 +01:00 |
Harald Hoyer
|
6e0c1c448d
|
nfs/nfsroot.sh: trigger nfs mount with cat'ing /etc/fstab
otherwise the whole nfs communication can take too long for the
systemd-fstab-generator
|
2013-03-06 17:29:11 +01:00 |
Harald Hoyer
|
2b9be6f707
|
[nfs|cifs]root.sh: make "/dev/root" a symlink, so it gets cleaned up later on
|
2012-11-19 17:03:55 +01:00 |
Harald Hoyer
|
552ecca6db
|
Renamed all shell scripts to *.sh
|
2012-02-22 15:15:21 +01:00 |