clarification

This commit is contained in:
Izaya 2021-09-03 11:32:51 +10:00
parent 59fc5bc3e4
commit 8a3dd58423
1 changed files with 2 additions and 2 deletions

View File

@ -24,7 +24,7 @@ Note: It may be more practical to [create an installer floppy](https://git.shado
### Server
1. Install dss2-server and dependencies via oppm.
2. Make sure the computer has a hostname set and the Minitel daemon is running.
2. Make sure the computer has a hostname set and the Minitel daemon is running and enabled.
3. Add aliases with the `addalias` program - run it without arguments for usage information.
4. Start the searchsrv daemon with `rc searchsrv start`
5. Enable the searchsrv daemon with `rc searchsrv enable`
@ -32,7 +32,7 @@ Note: It may be more practical to [create an installer floppy](https://git.shado
### Client
1. Install dss2-client and dependencies via oppm.
2. Make sure the computer has a hostname setand the Minitel daemon is running.
2. Make sure the computer has a hostname setand the Minitel daemon is running and enabled.
3. Put the name of the server into `/etc/invsrv` - either by editing the file, or something along the lines of `echo <hostname> > /etc/invsrv`
4. Run `search4` to bring up the interface.
5. (Optional) Make search4 open on boot by adding it to `/home/.shrc`