Home Page  |  Commands  |  download & installation  |  Examen description language  |  Examen Installation  |  refinfoexamfile

Examen Installation

1 Introduction

To install a FoKon programming test in a computer youn need to modify the /etc/inittab You can produce something like :

#!/bin/bash
######################################################################
# Application: yaka sytem configuration
#        File: /etc/inittab
#  $Revision: 1.1.2.1 $
#     Author: Ivan Auge (Email: augeiie.cnam.fr)
#   Function: control the system
######################################################################
#
#Main Features:
#   - level 0  : halt
#   - level S/1: single bash without network
#    - level 2  : single bash with network
#    - level 3  : multi user as standalone machine
#    - level 4  : multi user as network machine
#    - level 5  : X11 deskop
#    - level 6  : reboot
#
#
# The default runlevel.
id:4:initdefault:


## system initialization.
# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/rc.d/rc.sysinit

l0:0:wait:etc/rc.d/rc 0
lS:1S:respawn:/bin/bash
l1:34:wait:etc/rc.d/rc 4
l2:2:respawn:/bin/bash
l4:45:wait:/etc/rc.d/rc 5
l6:6:wait:/etc/rc.d/rc 6

# Trap CTRL-ALT-DELETE
# ca::ctrlaltdel:/sbin/shutdown -t5 -r now
# Run getty in standard runlevels
1:34:respawn:/sbin/mingetty/ tty3
2:34:respawn:/sbin/mingetty tty4
3:34:respawn:/sbin/mingetty tty5
4:34:respawn:/usr/local/bin/fokongetty tty1 /etc/fokon.info


Next you should copy in /etc you fokon.info and fokon.exos files. You may also change the /etc/issue file

2 insallation with a classic linux distribution

TODO

3

/search?hl=fr&q=%22computer+park%22&btnG=Rechercher&meta=yaka "Insallation with the yaka environment"

4

TODO
Home Page  |  Commands  |  download & installation  |  Examen description language  |  Examen Installation  |  refinfoexamfile

Generated on Fri May 26 18:26:37 2006 by The TA documentation system 1.1.2