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 5c23fcd..9509f2e 100755 --- a/create-boot-floppy +++ b/create-boot-floppy @@ -161,7 +161,7 @@ function check_options { fi if [ "x${CosmosHash}" = "x" ] then - CosmosHash="7a47d24a7ef739db8a5d3822ebf038cb424e9c99" + CosmosHash="2ea14b0b958fdc70ad37e3cb9b4185b3648137b8" fi if [ "x${TmpDir}" = "x" ] then |