source: client/shared/etc/preinit/loadmodules.sh @ 39ff69d

Last change on this file since 39ff69d was 91aaf03, checked in by ramon <ramongomez@…>, 13 years ago

Versión 1.0.3, #499: Integrar versión 1.0.3 en rama principal.

git-svn-id: https://opengnsys.es/svn/trunk@2695 a21b9725-9963-47de-94b9-378ad31fedc9

  • Property mode set to 100755
File size: 294 bytes
Line 
1#!/bin/bash
2#/**
3#@file    loadmodules.sh
4#@brief   Script de inicio para cargar módulos complementarios del kernel.
5#@version 1.0
6#@author  Ramon Gomez, ETSII Universidad de Sevilla
7#@date    2010-01-26
8#*/
9
10
11echo "${MSG_LOADMODULES:-.}"
12
13# Módulo del ratón.
14modprobe psmouse 2>/dev/null
15
16
Note: See TracBrowser for help on using the repository browser.