Gentoo 2006.1.Задача: при загрузке системы запустить скрипт thescript после modules но перед checkfs.
делаю так:
1. /etc/init.d/thescript:
######################################################################
#!/sbin/runscript
# Copyright 1999-2006 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
depend() {
need modules
before checkfs
}
start() {
somestuff....
}
#######################################################################
2. rc-update add thescript boot => ok
rc-update не обновляет deptree/depcache (??) => обновляю вручную
3. depscan.sh -u
гружу комп: thescript запускается, как и надо, в runlevel boot, но
через несколько скриптов ПОСЛЕ checkfs.
в чем дело??