summaryrefslogtreecommitdiff
path: root/scripts/live-bottom/01integrity_check
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/live-bottom/01integrity_check')
-rwxr-xr-xscripts/live-bottom/01integrity_check18
1 files changed, 18 insertions, 0 deletions
diff --git a/scripts/live-bottom/01integrity_check b/scripts/live-bottom/01integrity_check
new file mode 100755
index 0000000..d5bc5fe
--- /dev/null
+++ b/scripts/live-bottom/01integrity_check
@@ -0,0 +1,18 @@
+#!/bin/sh
+
+PREREQ=""
+
+prereqs()
+{
+ echo "$PREREQ"
+}
+
+case $1 in
+# get pre-requisites
+prereqs)
+ prereqs
+ exit 0
+ ;;
+esac
+
+grep integrity-check /proc/cmdline && live-md5check /cdrom /cdrom/md5sum.txt < /dev/tty8