[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 2.6.16 hangs at boot



On Wednesday 29 March 2006 16:25, Hugo Vanwoerkom wrote:
> Hi,
>
> Maybe someone has a suggestion here.
>
> Problem:
> In Sarge I normally run the -ck kernel patches from Con Kolivas.
> He just came out with 2.6.16-ck1 and -ck2.
> When I boot that system the boot stops solid in the grep stmnt in
> /etc/hotplug/usb.rc line 200:
>
> if [ ”$SYNTHESIZE” = false ]

It appears like this is a bug in the script, and it should be 

if ["$SYNTHESIZE" == false]  (note the == instead of the =)

John



Reply to: