mirror of
https://github.com/ventoy/Ventoy.git
synced 2025-05-13 06:34:36 -04:00
add support to freebsd
This commit is contained in:
parent
036e9cc167
commit
d80a008c04
24 changed files with 2662 additions and 15 deletions
13
Unix/pack_unix.sh
Normal file
13
Unix/pack_unix.sh
Normal 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/
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue