blob: a5c08ef8b96dfcfe651c35b0923fe4f1d3e1f6ed (
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 amd64-ahci-epm.json
cd ../
cd BootNet
nebuild amd64.json
|