diff options
-rwxr-xr-x | create-boot-floppy | 2 | ||||
-rwxr-xr-x | prep-boot-floppy-and-ks-config | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/prep-boot-floppy-and-ks-config b/prep-boot-floppy-and-ks-config index b8d1aef..dd9779d 100755 --- a/prep-boot-floppy-and-ks-config +++ b/prep-boot-floppy-and-ks-config @@ -204,7 +204,7 @@ function check_options { fi if [ "x${CosmosHash}" = "x" ] then - CosmosHash="2f15e1edb02f14607084f167929bc145ed47954d" + CosmosHash="2ea14b0b958fdc70ad37e3cb9b4185b3648137b8" fi # optional/defaults: if [ "x${BootDev}" = "x" ] |