source:
client/shared/etc/preinit/loadmodules.sh
@
39ff69d
Last change on this file since 39ff69d was 91aaf03, checked in by , 13 years ago | |
---|---|
|
|
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 | |
11 | echo "${MSG_LOADMODULES:-.}" |
12 | |
13 | # Módulo del ratón. |
14 | modprobe psmouse 2>/dev/null |
15 | |
16 |
Note: See TracBrowser
for help on using the repository browser.