added a tarbomb version of the cpio archive, for using with tapeloader

This commit is contained in:
Izaya 2019-07-18 13:41:15 +10:00
parent 3f214d3ebc
commit 77c28adefa
1 changed files with 3 additions and 0 deletions

View File

@ -3,4 +3,7 @@ rm -r psychos
mkdir psychos
cp -r exec/ lib/ service/ psychos/
cp build/psychos.lua psychos/init.lua
cp default-init.txt psychos/init.txt
tree -if psychos/ | cpio -oHbin > psychos.cpio
cd psychos
tree -if | cpio -oHbin > ../psychos-tarbomb.cpio