Changeset 3713

Show
Ignore:
Timestamp:
03/10/08 16:30:10 (9 months ago)
Author:
n0-1
Message:

be pedantically correct

* although chances are 99% for /dev being completely

empty at this time (missing /dev/null),

* tg@ is completely right, there is a 1% chance of

getting a (non-fatal) error here

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/freewrt/package/base-files/files/etc/preinit

    r3708 r3713  
    1212        mknod -m 0666 /dev/ttyS0 c 4 64 
    1313        mkdir -p /dev/tts 
    14         ln -s ../ttyS0 /dev/tts/0 
     14        ln -sf ../ttyS0 /dev/tts/0 
    1515        mknod -m 0666 /dev/ptmx c 5 2 
    1616        # switch to the real console (if possible)