Tzafrir Cohen wrote:
<message snipped>
Well, it's supposed to be done in rc.S
I've watched the boot messages and saw this:
/etc/rc.d/rc.S: cannot create Testing filesystem status: read 
only filesystem

So I checked rc.S and saw the lines below. I decided to check 
it up and added the two `checkpoint'
echoes to see where it stops:

echo "Checkpoint 1"
#Test to see if the root partition is read-only, like it 
ought to be.
READWRITE=no
if echo -n >> "Testing filesystem status"; then
        rm -f "Testing filesystem status"
        READWRITE=yes
fi
echo "Checkpoint 2"

When booting I see the first echo but not the second. The 
script exits before that with the error
message above and continues with the booting I guess.
Can anyone determine why it exits?

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to