Merge trunk r3703
This commit is contained in:
parent
0a661b663c
commit
d8ed3a9917
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