blob: 44e3ecf52fbc3d755fd05232ebf24a7b5b2d5c31 (
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.json
cd ../
cd BootNet
btb amd64.json
|