From 9645a6ea31c644b0978a07ca866d46def32a2cce Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 2 Jul 2012 17:59:10 +0200 Subject: [PATCH] Adding temporary redirection layer for dracut initramfs generator. --- scripts/boot/0010-dracut | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100755 scripts/boot/0010-dracut diff --git a/scripts/boot/0010-dracut b/scripts/boot/0010-dracut new file mode 100755 index 0000000..19db182 --- /dev/null +++ b/scripts/boot/0010-dracut @@ -0,0 +1,9 @@ +#!/bin/sh + +#set -e + +DRACUT_FIXME () +{ + # dracut entry point for live-boot is FIXME(); function + Main +} -- 2.1.4