mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-15 15:44:38 -04:00
DragonFly BSD support
This commit is contained in:
parent
fb7008f49a
commit
bfe194c190
16 changed files with 1407 additions and 0 deletions
13
Unix/ventoy_unix_src/DragonFly/build.sh
Normal file
13
Unix/ventoy_unix_src/DragonFly/build.sh
Normal file
|
@ -0,0 +1,13 @@
|
|||
#!/bin/sh
|
||||
|
||||
rm -f init
|
||||
|
||||
gcc -DMOUNT_NOMAIN -Os -static *.c -I. -lutil -lkiconv -o init
|
||||
|
||||
strip --strip-all init
|
||||
|
||||
if [ -e init ]; then
|
||||
echo -e "\n========= SUCCESS ==============\n"
|
||||
else
|
||||
echo -e "\n========= FAILED ==============\n"
|
||||
fi
|
Loading…
Add table
Add a link
Reference in a new issue