logo

live-bootstrap

Mirror of <https://github.com/fosslinux/live-bootstrap>
commit: 341a4681f5ffc03f23b9d4a2a0c22483f76c94e9
parent 73c4985abab28b425de6b1c54fe1be4330271bb3
Author: fosslinux <fosslinux@aussies.space>
Date:   Tue, 28 Nov 2023 14:16:24 +1100

Give kexec-fiwix a version number

Diffstat:

Rsysa/kexec-fiwix/kexec-fiwix.checksums -> sysa/kexec-fiwix-1.0/kexec-fiwix-1.0.checksums0
Rsysa/kexec-fiwix/kexec-fiwix.kaem -> sysa/kexec-fiwix-1.0/kexec-fiwix-1.0.kaem0
Rsysa/kexec-fiwix/src/kexec-fiwix.c -> sysa/kexec-fiwix-1.0/src/kexec-fiwix.c0
Rsysa/kexec-fiwix/src/multiboot1.h -> sysa/kexec-fiwix-1.0/src/multiboot1.h0
Msysa/run.kaem2+-
5 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/sysa/kexec-fiwix/kexec-fiwix.checksums b/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 diff --git a/sysa/kexec-fiwix/src/kexec-fiwix.c b/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 diff --git 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 ..