1
1
mirror of https://git.shadowkat.net/izaya/OC-PsychOS2.git synced 2024-11-13 00:27:00 -05:00

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

This commit is contained in:
XeonSquared 2019-07-18 13:41:15 +10:00
parent 3f214d3ebc
commit 77c28adefa

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