Changeset 5210ae1


Ignore:
Timestamp:
08/26/2008 02:16:37 PM (16 years ago)
Author:
George Boudreau <georgeb@…>
Branches:
2.3, 2.4, ablfs, ablfs-more, legacy, new_features, trunk
Children:
aca70fd
Parents:
56e487e
Message:

Problem: udev-config and bootscripts have their md5sum generated when the book is created. Ignore md5sum for these 2 packages

File:
1 edited

Legend:

Unmodified
Added
Removed
  • common/libs/func_download_pkgs

    r56e487e r5210ae1  
    7575      fi
    7676    fi
     77
     78    # Deal with udev and bootscripts m5sum issue
     79    [[ $BOOKMD5 = "BOOTSCRIPTS-MD5SUM" ]] && return
     80    [[ $BOOKMD5 = "UDEV-MD5SUM" ]]        && return
    7781
    7882      # IF the md5sum does not match the existing files
Note: See TracChangeset for help on using the changeset viewer.