S05vbesave boot message
Bill Christiansen
bill.christiansen at paradise.net.nz
Fri Feb 25 22:40:42 UTC 2005
On Sat, 2005-02-26 at 10:11 +1300, Bill Christiansen wrote:
>I noticed the following boot message:
>/etc/rc2.d/S05vbesave: line 14: [: = : unary operator expected
>
>looking at line 14 of this file:
>if [ $SAVE_VBE_STATE = "true" ]; then
>
>any problem here?
>
I tried changing the line since it was calling for a unary operator and
the error went away and it passed the "Saving VESA state" at boot, but
nobody take this as advice since I don't really know what I'm doing :-)
log_begin_msg "Saving VESA state: "
#if [ $SAVE_VBE_STATE = "true" ]; then
if $SAVE_VBE_STATE; then
More information about the ubuntu-users
mailing list