diff options
author | Judd Vinet <judd@archlinux.org> | 2003-02-07 17:05:02 +0000 |
---|---|---|
committer | Judd Vinet <judd@archlinux.org> | 2003-02-07 17:05:02 +0000 |
commit | a85df6abb081d7a7d51b00e7e301d1497fede30a (patch) | |
tree | 7c6a15d9e89f3ce0c5cd456d94600acead116ca2 | |
parent | e4398c2e693441b8844645ee69fd3b7e483b3530 (diff) |
updated PKGBUILD release
-rwxr-xr-x | rc.sysinit | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -102,11 +102,13 @@ if [ "$KEYMAP" != "" ]; then fi # Load modules from the MODULES array defined in rc.conf +stat_busy "Loading Modules" for mod in "${MODULES[@]}"; do if [[ `echo $mod | grep '^[^\!]' | wc -l` -eq 1 ]]; then /sbin/modprobe $mod fi done +stat_done # Screen blanks after 15 minutes idle time /usr/bin/setterm -blank 15 |