added minitel to the default init, updated the package script

This commit is contained in:
Izaya 2019-11-20 08:30:38 +11:00
parent 9dd5f5d4ad
commit 6dfb34bb72
2 changed files with 8 additions and 7 deletions

View File

@ -1,2 +1,3 @@
getty.lua
fsmanager.lua
minitel.lua

View File

@ -1,9 +1,9 @@
#!/bin/bash
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
find psychos/ | cpio -oHbin > psychos.cpio
cd psychos
#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
#find psychos/ | cpio -oHbin > psychos.cpio
cd target
find | cpio -oHbin > ../psychos-tarbomb.cpio