Adding temporary redirection layer for dracut initramfs generator.
authorDaniel Baumann <daniel@debian.org>
Mon, 2 Jul 2012 15:59:10 +0000 (17:59 +0200)
committerDaniel Baumann <daniel@debian.org>
Wed, 18 Jul 2012 21:34:15 +0000 (23:34 +0200)
scripts/boot/0010-dracut [new file with mode: 0755]

diff --git a/scripts/boot/0010-dracut b/scripts/boot/0010-dracut
new file mode 100755 (executable)
index 0000000..19db182
--- /dev/null
@@ -0,0 +1,9 @@
+#!/bin/sh
+
+#set -e
+
+DRACUT_FIXME ()
+{
+       # dracut entry point for live-boot is FIXME(); function
+       Main
+}