a66b474ff5
- disabled systemd in the initramfs, until it works correctly
19 lines
632 B
Diff
19 lines
632 B
Diff
From 982032fd26d4b671f36a46c0a8564122cc7fde8a Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Thu, 12 Jul 2012 07:01:27 +0200
|
|
Subject: [PATCH] watchdog/watchdog-stop.sh: forgot to add script
|
|
|
|
---
|
|
modules.d/04watchdog/watchdog-stop.sh | 2 ++
|
|
1 file changed, 2 insertions(+)
|
|
create mode 100755 modules.d/04watchdog/watchdog-stop.sh
|
|
|
|
diff --git a/modules.d/04watchdog/watchdog-stop.sh b/modules.d/04watchdog/watchdog-stop.sh
|
|
new file mode 100755
|
|
index 0000000..91d45d6
|
|
--- /dev/null
|
|
+++ b/modules.d/04watchdog/watchdog-stop.sh
|
|
@@ -0,0 +1,2 @@
|
|
+#!/bin/sh
|
|
+[ -c /dev/watchdog ] && echo -n 'V' > /dev/watchdog
|