Этот коммит содержится в:
Izaya 2018-08-07 22:09:27 +10:00
родитель 61845fb7cc
Коммит a34a0dc971
4 изменённых файлов: 27 добавлений и 1 удалений

Просмотреть файл

@ -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 Обычный файл
Просмотреть файл

@ -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.

Просмотреть файл

Просмотреть файл