diff options
| author | Daniel Baumann <daniel@debian.org> | 2012-07-25 16:49:11 +0200 |
|---|---|---|
| committer | Daniel Baumann <daniel@debian.org> | 2012-07-25 17:25:04 +0200 |
| commit | a6c72cbbbf6d4c5b9ce481788b56646bc2bd62c8 (patch) | |
| tree | ff806d2a2afa28562a95ebbf018a6d0f63fbbe10 /scripts/boot/9990-main.sh | |
| parent | dffc7e9ae4ff75c3110db7c24556fa6796ae5437 (diff) | |
| download | live-boot-a6c72cbbbf6d4c5b9ce481788b56646bc2bd62c8.tar.gz live-boot-a6c72cbbbf6d4c5b9ce481788b56646bc2bd62c8.zip | |
Making verify-checksums function self contained.
Diffstat (limited to 'scripts/boot/9990-main.sh')
| -rwxr-xr-x | scripts/boot/9990-main.sh | 6 |
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 |
