Skip to content

Installation

stjohnd edited this page Jun 7, 2018 · 1 revision

OpenOS

Prerequisites:

The system must be running OpenOS, and be using the Lua 5.3 Architecture

Installation:

the following folders must be created on the system

  • /lib/unet/drivers
  • /etc/unet/drivers

The following files need to be placed in the /lib directory:

  • GERTi.lua
  • dhcp.lua
  • icmp.lua
  • udp.lua if you plan on running applications that require it

In addition, the following should be placed in the /lib/unet/drivers folder:

  • modem.lua if you plan on using modems to connect this computer to the network
  • tunnel.lua if you plan on using tunnel cards to connect this computer to the network

The following should be placed in the /etc/rc.d folder

  • gert.lua if you wish for GERTi and all interfaces to load and start on boot

Finally, if you are using the gert rc service, run the following:

  • rc gert enable

Clone this wiki locally