Browse Source

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

pull/1/head
XeonSquared 4 years ago
parent
commit
77c28adefa
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      package.sh

+ 3
- 0
package.sh 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

Loading…
Cancel
Save