source:
client/shared/etc/preinit/loadmodules.sh
@
53fba30
Last change on this file since 53fba30 was c39fac3, checked in by , 13 years ago | |
---|---|
|
|
File size: 294 bytes |
Rev | Line | |
---|---|---|
[8bb3d2c] | 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 | ||
[c39fac3] | 11 | echo "${MSG_LOADMODULES:-.}" |
[8bb3d2c] | 12 | |
13 | # Módulo del ratón. | |
[c39fac3] | 14 | modprobe psmouse 2>/dev/null |
[914d834] | 15 | |
[8bb3d2c] | 16 |
Note: See TracBrowser
for help on using the repository browser.