Ventoy/IPXE/buildipxe.sh

19 lines
275 B
Bash
Raw Permalink Normal View History

#!/bin/bash
rm -rf ipxe-3fe683e
2021-01-29 04:54:04 -05:00
tar -xf ipxe_org_code/ipxe-3fe683e.tar.bz2 -C ./
rm -rf ./ipxe-3fe683e/src/bin
rm -rf ./ipxe-3fe683e/src/drivers
/bin/cp -a ipxe_mod_code/ipxe-3fe683e ./
cd ipxe-3fe683e/src
2021-01-29 04:54:04 -05:00
echo '========= build IPXE =========='
sh build.sh
cd ../../