"John H . Robinson IV" <[EMAIL PROTECTED]> writes:

> some additional information:
> 
> it is caused by the spawning of bterm in the /sbin/udbootstrap script.
> 
> i changed the script to:
> 
> #!/bin/sh
> if (</dev/fb0) 2>/dev/null && ! /usr/bin/tty | grep -q ttyS ; then
> export LC_CTYPE=C@utf-8 
> exec /usr/bin/bterm -f /unifont-reduced.bgf /sbin/dbootstrap
> fi
> exec /sbin/dbootstrap
> 
> based upon the model in /etc/init.d/check_fb.sh. it worked in a chroot,
> but failed when booted.
> 
> when i commented out the entire if .. fi clause, it worked fine.

So we need some way to bypass bterm when booting with a serial console
right?  Is there a way to do it in shell script ?  Any clues?

-- 
...Adam Di Carlo..<[EMAIL PROTECTED]>...<URL:http://www.onshored.com/>



-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to