blob: 9ec84d6f9b7bbb534755852ac25f702df31ec163 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
#!/bin/sh
# LOG HISTORY:
# 03/25/25: Add 'disk' build step.
# 04/05/25: Improve and fix script.
cd src/boot/modules/SysChk
nebuild arm64-ahci-epm.json
cd ../
cd BootNet
nebuild arm64.json
|