#!/bin/sh # # /etc/rc.d/rc.local: Local system initialization script. # # Put any local setup commands in here: # Running gpm echo "Running gpm..." /usr/bin/gpm -t bare if [ -f /etc/first ]; then cat << EOF This is your first start of Monkey Linux. I would like to give you some useful information. Next time you start me I will be quiet ;-) Please, login as root and set your favourite password (type passwd). I recommed you to add users by the command adduser. WARNING: there is still 'NO SECURITY' in Monkey Linux. all logs are deleted by /etc/rc.d/rc.6 during shutdown (!!!) Type help for simple hints. If you want to see what has happened, press SHIFT+PgUp. This text is in the file /etc/rc.d/rc.local. EOF # Do not show this message after next boot rm -f /etc/first fi