diff options
author | Andreas Loibl <andreas@andreas-loibl.de> | 2013-12-01 00:01:45 +0100 |
---|---|---|
committer | Andreas Loibl <andreas@andreas-loibl.de> | 2013-12-01 00:01:45 +0100 |
commit | e9bb44ff973049a1de4fd7aee8f919d5bfdd30a9 (patch) | |
tree | 1068b894410e9e25cadd0ff2c6190be656098c36 /auto/functions | |
parent | b2dcadd592fcdc16a5a3a2b1cc984b50262af88a (diff) | |
download | kanotix-e9bb44ff973049a1de4fd7aee8f919d5bfdd30a9.zip kanotix-e9bb44ff973049a1de4fd7aee8f919d5bfdd30a9.tar.gz |
remove boot.isohybrid from checksum file
Diffstat (limited to 'auto/functions')
-rw-r--r-- | auto/functions/livebuild-hacks | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/auto/functions/livebuild-hacks b/auto/functions/livebuild-hacks index bfe1ade..6ba721f 100644 --- a/auto/functions/livebuild-hacks +++ b/auto/functions/livebuild-hacks @@ -3,6 +3,13 @@ current_script="$(basename "$0"|sed 's/^lb_//')" +# remove isohybrid-acritox space file from md5sums.txt because it will be +# modified afterwards so the checksum will never match +if [ "$current_script" = "binary_iso" ]; then + echo "HOOK: livebuild-hacks@binary_iso: fix isohybrid-acritox checksums" + sed -i '/boot\.isohybrid/d' binary/md5sum.txt +fi + # ISO sorting if [ "$current_script" = "binary_iso" ]; then echo "HOOK: livebuild-hacks@binary_iso" |