summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJon Clausen <jac@nordu.net>2018-08-02 13:55:30 +0200
committerJon Clausen <jac@nordu.net>2018-08-02 13:55:30 +0200
commit665704e39cb66aefa3be3e05bf61eb8e2bea9cd2 (patch)
treed2b406493048d82cb0a3aaa49a9d93b2eee84e01
parent2fa7121f3fa0add707e7be2d0e23c8fc950c0fe1 (diff)
updated cosmos hash in create-boot-floppy
-rwxr-xr-xcreate-boot-floppy2
1 files changed, 1 insertions, 1 deletions
diff --git a/create-boot-floppy b/create-boot-floppy
index 6037a11..31990fb 100755
--- a/create-boot-floppy
+++ b/create-boot-floppy
@@ -161,7 +161,7 @@ function check_options {
fi
if [ "x${CosmosHash}" = "x" ]
then
- CosmosHash="2f15e1edb02f14607084f167929bc145ed47954d"
+ CosmosHash="7a47d24a7ef739db8a5d3822ebf038cb424e9c99"
fi
if [ "x${TmpDir}" = "x" ]
then