blob: 89d5f60bb49b06444dd8e1de6b98166ef01ac12d (
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 dev/boot/modules/SysChk
nebuild amd64-ahci-epm.json
cd ../
cd BootNet
nebuild amd64.json
|