diff --git a/sysa/kexec-fiwix/kexec-fiwix.checksums b/sysa/kexec-fiwix-1.0/kexec-fiwix-1.0.checksums similarity index 100% rename from sysa/kexec-fiwix/kexec-fiwix.checksums rename to sysa/kexec-fiwix-1.0/kexec-fiwix-1.0.checksums diff --git a/sysa/kexec-fiwix/kexec-fiwix.kaem b/sysa/kexec-fiwix-1.0/kexec-fiwix-1.0.kaem similarity index 100% rename from sysa/kexec-fiwix/kexec-fiwix.kaem rename to sysa/kexec-fiwix-1.0/kexec-fiwix-1.0.kaem diff --git a/sysa/kexec-fiwix/src/kexec-fiwix.c b/sysa/kexec-fiwix-1.0/src/kexec-fiwix.c similarity index 100% rename from sysa/kexec-fiwix/src/kexec-fiwix.c rename to sysa/kexec-fiwix-1.0/src/kexec-fiwix.c diff --git a/sysa/kexec-fiwix/src/multiboot1.h b/sysa/kexec-fiwix-1.0/src/multiboot1.h similarity index 100% rename from sysa/kexec-fiwix/src/multiboot1.h rename to sysa/kexec-fiwix-1.0/src/multiboot1.h diff --git a/sysa/run.kaem b/sysa/run.kaem index c506204..ac14e01 100755 --- a/sysa/run.kaem +++ b/sysa/run.kaem @@ -69,7 +69,7 @@ if match x${BUILD_FIWIX} xTrue; then cd .. # Live boot loader for Fiwix - pkg="kexec-fiwix" + pkg="kexec-fiwix-1.0" cd ${pkg} kaem --verbose --file ${pkg}.kaem cd ..