cleanup and docs
This commit is contained in:
parent
61845fb7cc
commit
a34a0dc971
@ -1,3 +1,9 @@
|
||||
# OC-misc
|
||||
|
||||
Miscellaneous OpenComputers stuff
|
||||
Miscellaneous OpenComputers stuff.
|
||||
|
||||
## [minitel-chat](minitel-chat/)
|
||||
A super simple networked chat program for Minitel, mostly written as a demo.
|
||||
|
||||
## [repo-installer](repo-installer/)
|
||||
Script to create installable floppy disks from OPPM repositories.
|
||||
|
20
repo-installer/README.md
Normal file
20
repo-installer/README.md
Normal file
@ -0,0 +1,20 @@
|
||||
# repo-installer
|
||||
A set of tools for making installable floppies for OpenComputers from OPPM repositories.
|
||||
|
||||
## repoinstaller
|
||||
An installer script that can be placed on a floppy containing an oppm repo to create an installer. Includes selecting packages for installation and attempting to install packages via oppm if they are not found.
|
||||
|
||||
There must be a *master/* folder, containing a *programs.cfg* file on the disk, and all paths in programs.cfg must be specified relative to the root of the floppy disk.
|
||||
|
||||
## instgen
|
||||
A script to download an oppm repository to create an installer (including install script)
|
||||
|
||||
Usage:
|
||||
|
||||
```
|
||||
instgen https://raw.githubusercontent.com/ShadowKatStudios/OC-Minitel/master/programs.cfg /mnt/04d/
|
||||
```
|
||||
|
||||
This will download all the files specified in the programs.cfg specified into */mnt/04d*, in a manner compatible with repoinstaller.
|
||||
|
||||
You must provide your own .prop file.
|
Loading…
Reference in New Issue
Block a user