Changeset 200

Show
Ignore:
Timestamp:
01/25/07 19:19:47 (2 years ago)
Author:
ludo
Message:

module loading fixes. Coredumps are saved in /revosave (from r3953)

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/client/src_initrd/tree/etc/init.d/checkroot

    r11 r200  
    33# this script *before anything else* with a timeout, like on SCO. 
    44[ "$SULOGIN" = yes ] && sulogin -t 30 $CONSOLE 
    5 # Activate the swap device(s) in /etc/fstab. This needs to be done 
    6 # before fsck, since fsck can be quite memory-hungry. 
    7 # if [ -x /sbin/swapon ] 
    8 # then 
    9 #  swapon -a 2>/dev/null 
    10 # fi 
    11 # Ensure that bdflush (update) is running before any major I/O is 
    12 # performed (the following fsck is a good example of such activity :). 
    13 #[ -x /sbin/update ] && update 
     5 
     6# Mount /proc 
    147mount -t proc /proc /proc 
     8 
     9# Modify some kernel params 
     10# write core files on the server 
     11echo "/revosave/core.%p.%e" >/proc/sys/kernel/core_pattern 
     12echo "1" >/proc/sys/kernel/sysrq 
  • trunk/client/src_initrd/tree/etc/modules

    r192 r200  
    22 
    33pcmcia_core 
     4rsrc_nonstatic 
    45yenta_socket 
    56mii 
    6 crc32 
     7libcrc32c 
     8zlib_inflate 
    79 
    810e100 
  • trunk/client/src_initrd/tree/etc/modules.full

    r192 r200  
    22 
    33pcmcia_core 
     4rsrc_nonstatic 
    45yenta_socket 
    56mii 
    6 crc32 
     7libcrc32c 
     8zlib_inflate 
    79 
    810e100