]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - IPXE/buildipxe.sh
Update Linux GUI type condition
[Ventoy.git] / IPXE / buildipxe.sh
1 #!/bin/bash
2
3 rm -rf ipxe-3fe683e
4
5 tar -xf ipxe_org_code/ipxe-3fe683e.tar.bz2 -C ./
6
7 rm -rf ./ipxe-3fe683e/src/bin
8 rm -rf ./ipxe-3fe683e/src/drivers
9
10 /bin/cp -a ipxe_mod_code/ipxe-3fe683e ./
11
12 cd ipxe-3fe683e/src
13
14 echo '========= build IPXE =========='
15 sh build.sh
16
17 cd ../../
18