summaryrefslogtreecommitdiff
path: root/auto/functions
diff options
context:
space:
mode:
authorAndreas Loibl <andreas@andreas-loibl.de>2013-12-01 00:01:45 +0100
committerAndreas Loibl <andreas@andreas-loibl.de>2013-12-01 00:01:45 +0100
commite9bb44ff973049a1de4fd7aee8f919d5bfdd30a9 (patch)
tree1068b894410e9e25cadd0ff2c6190be656098c36 /auto/functions
parentb2dcadd592fcdc16a5a3a2b1cc984b50262af88a (diff)
downloadkanotix-e9bb44ff973049a1de4fd7aee8f919d5bfdd30a9.zip
kanotix-e9bb44ff973049a1de4fd7aee8f919d5bfdd30a9.tar.gz
remove boot.isohybrid from checksum file
Diffstat (limited to 'auto/functions')
-rw-r--r--auto/functions/livebuild-hacks7
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"