Mike Gilbert
|
5899f2f516
|
Replace echo -n with printf in code with a /bin/sh shebang
POSIX does not mandate that echo support the -n parameter.
printf has more well-defined behavior.
|
2015-07-14 22:22:14 -04: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
|
aa09b74a41
|
dash compat: use "2>&1" rather than "&>"
|
2012-09-20 10:26:14 +02:00 |
Harald Hoyer
|
f0a7fc5b43
|
watchdog: set watchdog timeout with wdctl, if available
"wdctl -s" does not yet exist upstream. I patched
util-linux/sys-utils/wdctl.c to set the timeout.
|
2012-08-01 12:49:45 +02:00 |
Harald Hoyer
|
982032fd26
|
watchdog/watchdog-stop.sh: forgot to add script
|
2012-07-12 07:01:27 +02:00 |
Harald Hoyer
|
407fbc9e13
|
watchdog: stop watchdog in emergency_shell
|
2012-06-29 12:51:13 +02:00 |
Harald Hoyer
|
08084370fd
|
watchdog: call watchdog more often
|
2012-06-29 12:41:28 +02:00 |
Harald Hoyer
|
ef914f7d83
|
add 04watchdog dracut module
|
2012-06-18 20:05:25 +02:00 |