diff options
Diffstat (limited to 'create-boot-floppy')
-rwxr-xr-x | create-boot-floppy | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/create-boot-floppy b/create-boot-floppy index 9509f2e..1f5bccc 100755 --- a/create-boot-floppy +++ b/create-boot-floppy @@ -161,7 +161,7 @@ function check_options { fi if [ "x${CosmosHash}" = "x" ] then - CosmosHash="2ea14b0b958fdc70ad37e3cb9b4185b3648137b8" + CosmosHash="820820be04be3a95d0aa0645d2471ba52fd04b31" fi if [ "x${TmpDir}" = "x" ] then |