Add the lfs-netscripts case for md5sum test

This commit is contained in:
Pierre Labastie 2013-05-18 20:46:10 +00:00
parent 0f92d7f8ae
commit 0700131382

View file

@ -87,6 +87,7 @@ get_sources() { # Download file, write name to MISSING_FILES.DMP if
# Deal with udev and bootscripts m5sum issue
[[ $BOOKMD5 = "BOOTSCRIPTS-MD5SUM" ]] && continue
[[ $BOOKMD5 = "UDEV-MD5SUM" ]] && continue
[[ $BOOKMD5 = "LFS-NETSCRIPTS-MD5SUM" ]] && continue
# IF the md5sum does not match the existing files
if ! echo "$MD5" | md5sum -c - >/dev/null ; then