[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

montage de /proc



bonjour,

/proc est mounté dans /etc/init.d/checkroot.sh:

dans /etc/inittab:
# Boot-time system configuration/initialization script.
# This is run first except when booting in emergency (-b) mode.
si::sysinit:/etc/init.d/rcS

puis /etc/init.d/rcS:
for i in /etc/rcS.d/S??*
do
...

et enfin:
SIris# ls -l /etc/rcS.d/
total 1
-rw-r--r--   1 root     root          701 Sep  1  1997 README
lrwxrwxrwx   1 root     root           20 Jun  3  1999 S05keymaps.sh ->
../init.d/keymaps.sh
lrwxrwxrwx   1 root     root           22 Jun  3  1999 S10checkroot.sh
-> ../init.d/checkroot.sh
...

Daniel



Reply to: