Initial commit from Ventoy@7cbdc5c
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
#!/bin/bash
|
||||
|
||||
rm -rf ipxe-3fe683e
|
||||
|
||||
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
|
||||
|
||||
echo '========= build IPXE =========='
|
||||
sh build.sh
|
||||
|
||||
cd ../../
|
||||
|
||||
Reference in New Issue
Block a user