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:
parent
3f214d3ebc
commit
77c28adefa
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user