blob: 0cf1395d53b269204f75b91af5d8ba68ec37318a (
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-pio-epm.json
cd ../
cd BootNet
nebuild amd64.json
|