Changeset 128

Show
Ignore:
Timestamp:
06/28/07 01:06:13 (1 year ago)
Author:
ken
Message:

adding stuff to fix syslog

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Pyramid/dist/etc/init.d/mountall.sh

    r1 r128  
    1414mount -avt nonfs,nosmbfs,noncpfs,noproc 
    1515mount -at proc 
     16#create the log device 
     17touch /ro/dev/log 
     18#copy everything in ro (flash) to rw (ramdisk) 
    1619cp -a /ro/* /rw/ 
     20#link the log device 
     21ln -s /rw/dev/log /dev/log 
    1722#cp /proc/mounts /etc/mtab 
    1823