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