"examples/vision/vscode:/vscode.git/clone" did not exist on "e3e487a12dfc024532a70defc1b7243741c3f21f"
pack_unix.sh 319 Bytes
Newer Older
longpanda's avatar
longpanda committed
1
2
3
4
5
6
#!/bin/bash

VENTOY_PATH=$PWD/../

rm -f ventoy_unix.cpio

7
mv ./ventoy_unix/DragonFly ./ 
longpanda's avatar
longpanda committed
8
find ./ventoy_unix | cpio  -o -H newc>ventoy_unix.cpio
9
mv ./DragonFly ./ventoy_unix/
longpanda's avatar
longpanda committed
10
11
12
13
14
15

echo '======== SUCCESS ============='

rm -f $VENTOY_PATH/INSTALL/ventoy/ventoy_unix.cpio
cp -a ventoy_unix.cpio $VENTOY_PATH/INSTALL/ventoy/