Changeset 200
- Timestamp:
- 01/25/07 19:19:47 (2 years ago)
- Files:
-
- trunk/client/src_initrd/tree/etc/init.d/checkroot (modified) (1 diff)
- trunk/client/src_initrd/tree/etc/modules (modified) (1 diff)
- trunk/client/src_initrd/tree/etc/modules.full (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/client/src_initrd/tree/etc/init.d/checkroot
r11 r200 3 3 # this script *before anything else* with a timeout, like on SCO. 4 4 [ "$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 14 7 mount -t proc /proc /proc 8 9 # Modify some kernel params 10 # write core files on the server 11 echo "/revosave/core.%p.%e" >/proc/sys/kernel/core_pattern 12 echo "1" >/proc/sys/kernel/sysrq trunk/client/src_initrd/tree/etc/modules
r192 r200 2 2 3 3 pcmcia_core 4 rsrc_nonstatic 4 5 yenta_socket 5 6 mii 6 crc32 7 libcrc32c 8 zlib_inflate 7 9 8 10 e100 trunk/client/src_initrd/tree/etc/modules.full
r192 r200 2 2 3 3 pcmcia_core 4 rsrc_nonstatic 4 5 yenta_socket 5 6 mii 6 crc32 7 libcrc32c 8 zlib_inflate 7 9 8 10 e100
