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
TODO
/search?hl=fr&q=%22computer+park%22&btnG=Rechercher&meta=yaka "Insallation with the yaka environment"