OC-misc/repo-installer
Izaya 78f637d8e9 add package filtering to instgen 2023-11-14 19:47:07 +10:00
..
README.md cleanup and docs 2018-08-07 22:09:27 +10:00
instgen.lua add package filtering to instgen 2023-11-14 19:47:07 +10:00
repoinstaller.lua hopefully correctly implement including external files as a dependency 2023-11-10 22:10:18 +10:00

README.md

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.