X-Git-Url: http://git.grml.org/?a=blobdiff_plain;ds=sidebyside;f=scripts%2Flive-bottom%2F10validateroot;fp=scripts%2Flive-bottom%2F10validateroot;h=0000000000000000000000000000000000000000;hb=a2049b4f8507bf9c7950d553ec1172ec388304e0;hp=d4d16207c549130257fc36e8ce998761bc0541f4;hpb=80e7f344bc729318a4788c7062a85dc66bf3a305;p=live-boot-grml.git diff --git a/scripts/live-bottom/10validateroot b/scripts/live-bottom/10validateroot deleted file mode 100755 index d4d1620..0000000 --- a/scripts/live-bottom/10validateroot +++ /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