diff --git a/programs.cfg b/programs.cfg index 0e75e37..9ae8652 100644 --- a/programs.cfg +++ b/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/" + }, }