Starting initramfs-tools specific subdirectory within the source-tree.
[live-boot-grml.git] / scripts / live-bottom / 10validateroot
diff --git a/scripts/live-bottom/10validateroot b/scripts/live-bottom/10validateroot
deleted file mode 100755 (executable)
index d4d1620..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-#!/bin/sh
-
-# Error out in case a "wrong" file system was chosen.
-
-#set -e
-
-# initramfs-tools header
-
-PREREQ=""
-
-prereqs()
-{
-       echo "${PREREQ}"
-}
-
-case "${1}" in
-       prereqs)
-               prereqs
-               exit 0
-               ;;
-esac
-
-. /scripts/live-functions
-. /scripts/live-helpers
-
-if ! [ -d "/root/usr/share/live-boot" ]
-then
-       panic "A wrong rootfs was mounted."
-fi