diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-06-05 14:20:59 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-06-05 14:20:59 +0200 |
| commit | a2049b4f8507bf9c7950d553ec1172ec388304e0 (patch) | |
| tree | c14c893abe3c555b959c9fe85e282dcc09b54fe3 /scripts/live-bottom/10validateroot | |
| parent | 80e7f344bc729318a4788c7062a85dc66bf3a305 (diff) | |
| download | live-boot-a2049b4f8507bf9c7950d553ec1172ec388304e0.tar.gz live-boot-a2049b4f8507bf9c7950d553ec1172ec388304e0.zip | |
Starting initramfs-tools specific subdirectory within the source-tree.
Diffstat (limited to 'scripts/live-bottom/10validateroot')
| -rwxr-xr-x | scripts/live-bottom/10validateroot | 29 |
1 files changed, 0 insertions, 29 deletions
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 |
