Adding upstream version 4.0~a8.
[live-boot-grml.git] / scripts / boot / 0020-initramfs-tools
diff --git a/scripts/boot/0020-initramfs-tools b/scripts/boot/0020-initramfs-tools
deleted file mode 100755 (executable)
index c251443..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-
-#set -e
-
-if [ -e /scripts/functions ]
-then
-       . /scripts/functions
-fi
-
-mountroot ()
-{
-       # initramfs-tools entry point for live-boot is mountroot(); function
-       Main
-}