]> glassweightruler.freedombox.rocks Git - Ventoy.git/blob - Unix/ventoy_unix_src/DragonFly/build.sh
Support TrueNAS Scale (Linux) distro. (#3069 #3137)
[Ventoy.git] / Unix / ventoy_unix_src / DragonFly / build.sh
1 #!/bin/sh
2
3 rm -f init
4
5 gcc -DMOUNT_NOMAIN -Os -static *.c -I. -lutil -lkiconv -o init
6
7 strip --strip-all init
8
9 if [ -e init ]; then
10 echo -e "\n========= SUCCESS ==============\n"
11 else
12 echo -e "\n========= FAILED ==============\n"
13 fi