summaryrefslogtreecommitdiff
path: root/scripts/boot/9990-main.sh
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2012-07-25 16:49:11 +0200
committerDaniel Baumann <daniel@debian.org>2012-07-25 17:25:04 +0200
commita6c72cbbbf6d4c5b9ce481788b56646bc2bd62c8 (patch)
treeff806d2a2afa28562a95ebbf018a6d0f63fbbe10 /scripts/boot/9990-main.sh
parentdffc7e9ae4ff75c3110db7c24556fa6796ae5437 (diff)
downloadlive-boot-a6c72cbbbf6d4c5b9ce481788b56646bc2bd62c8.tar.gz
live-boot-a6c72cbbbf6d4c5b9ce481788b56646bc2bd62c8.zip
Making verify-checksums function self contained.
Diffstat (limited to 'scripts/boot/9990-main.sh')
-rwxr-xr-xscripts/boot/9990-main.sh6
1 files changed, 1 insertions, 5 deletions
diff --git a/scripts/boot/9990-main.sh b/scripts/boot/9990-main.sh
index 5be1277..8dcdfe6 100755
--- a/scripts/boot/9990-main.sh
+++ b/scripts/boot/9990-main.sh
@@ -88,11 +88,7 @@ Main ()
panic "Unable to find a medium containing a live file system"
fi
- case "${LIVE_VERIFY_CHECKSUMS}" in
- true)
- Verify_checksums "${livefs_root}"
- ;;
- esac
+ Verify_checksums "${livefs_root}"
if [ "${TORAM}" ]
then