add support to freebsd

This commit is contained in:
longpanda 2020-07-31 23:08:17 +08:00
parent 036e9cc167
commit d80a008c04
24 changed files with 2662 additions and 15 deletions

13
Unix/pack_unix.sh Normal file
View file

@ -0,0 +1,13 @@
#!/bin/bash
VENTOY_PATH=$PWD/../
rm -f ventoy_unix.cpio
find ./ventoy_unix | cpio -o -H newc>ventoy_unix.cpio
echo '======== SUCCESS ============='
rm -f $VENTOY_PATH/INSTALL/ventoy/ventoy_unix.cpio
cp -a ventoy_unix.cpio $VENTOY_PATH/INSTALL/ventoy/