diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-31 12:48:54 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-12-31 12:50:14 +0100 |
| commit | fdb8b146b2dd9d21bdc966e180632ba489accd6f (patch) | |
| tree | 9ace38c1d1f116721e4d87d5d082e9fd5a5b58df /scripts | |
| parent | adfd7dac5376c24e44f5f217f387784a8f614a74 (diff) | |
feat: pre-release improvements and harderning.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/debug_ahci_arm64.sh | 2 | ||||
| -rwxr-xr-x | scripts/debug_ahci_x64.sh | 2 | ||||
| -rwxr-xr-x | scripts/debug_ata_x64.sh | 2 | ||||
| -rwxr-xr-x | scripts/release_ahci_x64.sh | 2 | ||||
| -rwxr-xr-x | scripts/release_ata_x64.sh | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/scripts/debug_ahci_arm64.sh b/scripts/debug_ahci_arm64.sh index 37c5e3ba..bdc210ea 100755 --- a/scripts/debug_ahci_arm64.sh +++ b/scripts/debug_ahci_arm64.sh @@ -11,6 +11,6 @@ cd ../boot make -f arm64-desktop.make all make -f arm64-desktop.make disk cd ../../ -./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root +./tools/kimg.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root cd src/boot make -f arm64-desktop.make -j 8 run-efi-arm64 diff --git a/scripts/debug_ahci_x64.sh b/scripts/debug_ahci_x64.sh index 6c829d1e..014100be 100755 --- a/scripts/debug_ahci_x64.sh +++ b/scripts/debug_ahci_x64.sh @@ -11,6 +11,6 @@ cd ../boot make -f amd64-desktop.make all make -f amd64-desktop.make disk cd ../../ -./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root +./tools/kimg.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root cd src/boot make -f amd64-desktop.make -j 8 run-efi-amd64-ahci
\ No newline at end of file diff --git a/scripts/debug_ata_x64.sh b/scripts/debug_ata_x64.sh index 920e96ea..04c1321f 100755 --- a/scripts/debug_ata_x64.sh +++ b/scripts/debug_ata_x64.sh @@ -11,6 +11,6 @@ cd ../boot make -f amd64-desktop.make all make -f amd64-desktop.make disk cd ../../ -./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root +./tools/kimg.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root cd src/boot make -f amd64-desktop.make -j 8 run-efi-amd64-ata-pio diff --git a/scripts/release_ahci_x64.sh b/scripts/release_ahci_x64.sh index 7106586c..73815787 100755 --- a/scripts/release_ahci_x64.sh +++ b/scripts/release_ahci_x64.sh @@ -8,6 +8,6 @@ cd ../boot make -f amd64-desktop.make all make -f amd64-desktop.make disk cd ../../ -./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root +./tools/kimg.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root cd src/boot make -f amd64-desktop.make -j 8 run-efi-amd64-ahci
\ No newline at end of file diff --git a/scripts/release_ata_x64.sh b/scripts/release_ata_x64.sh index d1d84476..6a5fc35d 100755 --- a/scripts/release_ata_x64.sh +++ b/scripts/release_ata_x64.sh @@ -8,6 +8,6 @@ cd ../boot make -f amd64-desktop.make all make -f amd64-desktop.make disk cd ../../ -./tools/mk_img.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root +./tools/kimg.py ./src/boot/src/nekernel-esp.img ./src/boot/src/root cd src/boot make -f amd64-desktop.make -j 8 run-efi-amd64-ata-pio
\ No newline at end of file |
