Skip to content

Commit

Permalink
add rtfs packages for OpenOS
Browse files Browse the repository at this point in the history
  • Loading branch information
XeonSquared committed Nov 3, 2023
1 parent 32b7287 commit 907d25c
Showing 1 changed file with 33 additions and 0 deletions.
33 changes: 33 additions & 0 deletions programs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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/"
},
}

0 comments on commit 907d25c

Please sign in to comment.