mirror of
https://github.com/ShadowKatStudios/OC-Minitel.git
synced 2024-11-23 02:28:05 +11:00
add rtfs packages for OpenOS
This commit is contained in:
parent
32b7287445
commit
907d25ce91
33
programs.cfg
33
programs.cfg
@ -262,4 +262,37 @@
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["diskpart"] = {
|
||||
files = {
|
||||
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/diskpart/lib/diskpart.lua"] = "/lib",
|
||||
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/slicer/exec/slicer.lua"] = "/bin",
|
||||
},
|
||||
name = "diskpart",
|
||||
description = "MTPT disk partitioning library and utilities",
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["partman"] = {
|
||||
files = {
|
||||
["https://git.shadowkat.net/izaya/OC-misc/raw/branch/master/partition/OpenOS/etc/rc.d/partman.lua"] = "//etc/rc.d",
|
||||
},
|
||||
dependencies = {
|
||||
["diskpart"] = "",
|
||||
["vcomponent"] = "",
|
||||
},
|
||||
name = "partman",
|
||||
description = "Partition management daemon",
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
["rtfs"] = {
|
||||
files = {
|
||||
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/init.lua"] = "/lib/fs/rtfs",
|
||||
["https://git.shadowkat.net/izaya/PsychOSPackages/raw/branch/master/rtfs/lib/fs/rtfs/v1.lua"] = "/lib/fs/rtfs",
|
||||
},
|
||||
name = "rtfs",
|
||||
description = "Mutant RT-11 filesystem clone",
|
||||
authors = "Izaya",
|
||||
repo = "tree/master/"
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user