Logo
Explore Help
Sign In
archr/Arch-R
0
0
Fork 0
You've already forked Arch-R
mirror of https://github.com/archr-linux/Arch-R.git synced 2026-03-31 14:41:55 -07:00
Code Issues Packages Projects Releases Wiki Activity
Files
3cedeaeeec58828bcddee17171ad4b7b032cec7d
Arch-R/packages/linux/init.d/07_modules

18 lines
233 B
Plaintext
Raw Normal View History

initial import
2009-03-18 13:02:53 +01:00
#!/bin/sh
#
# load modules
#
changing runlevelsystem. you have now follow opportunities: 1 adding -textmode- as kernel parameter starts a textshell 2. adding -debugging- starts elisa in verbose mode and with additional logfiles 3. adding -textmode debugging- starts textshell in verbose mode and with additional logfiles 4. adding nothing starts elisa in quiet mode without creating additional logfiles
2009-03-28 00:01:06 +01:00
# runlevels: openelec, text, debug
initial import
2009-03-18 13:02:53 +01:00
changing runlevelsystem. you have now follow opportunities: 1 adding -textmode- as kernel parameter starts a textshell 2. adding -debugging- starts elisa in verbose mode and with additional logfiles 3. adding -textmode debugging- starts textshell in verbose mode and with additional logfiles 4. adding nothing starts elisa in quiet mode without creating additional logfiles
2009-03-28 00:01:06 +01:00
. /etc/sysconfig
progress "Loading kernel modules"
initial import
2009-03-18 13:02:53 +01:00
IFS='
'
for module in `cat /etc/modules|grep "^[^#]"`; do
linux: - reorg of init scripts
2009-11-16 07:51:26 +01:00
eval "modprobe $module" >/dev/null 2>&1 &
initial import
2009-03-18 13:02:53 +01:00
done
exit 0
Reference in New Issue Copy Permalink
Powered by Gitea Page: 87ms Template: 5ms
English
English
Licenses API