Add the lfs-netscripts case for md5sum test
This commit is contained in:
parent
0f92d7f8ae
commit
0700131382
1 changed files with 3 additions and 2 deletions
|
@ -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
|
||||
|
|
Reference in a new issue