Re: Booting problems

From: Harry Phillips (harry_at_hkjsfh.com)
Date: 01/31/04


Date: Sat, 31 Jan 2004 20:23:43 +1000

Roger Johansson wrote:
> echo "rc.parts step8"
> while [ -d "$mpoint" ]
> do

Make the above code look like this:

while [ -d "$mpoint" ]
echo "rc.parts step8"
do

If you get heaps of "rc.parts step8 filling the screen you will know
that it is stuck inside the loop.

-- 
Regards,
Harry Phillips
--- Failure is not an option,
     it comes bundled with your Microsoft product.