]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - IPXE/buildipxe.sh
最近收到一些特殊的错误报告,最后证明是非标准的Ventoy环境的原因。尤其是单分区下环境下使用 Ventoy 。
[Ventoy.git] / IPXE / buildipxe.sh
1 #!/bin/bash
2
3 rm -rf ipxe-3fe683e
4
5 tar -xvf 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 sh build.sh
15
16 cd ../../
17