--- liloconfig.orig 2008-04-24 12:18:05.000000000 -0300 +++ liloconfig 2008-04-24 12:27:35.000000000 -0300 @@ -266,13 +268,22 @@ # generated by 'liloconfig' # # Start LILO global section + +# display bitmap section +bitmap=/boot/aircable.bmp +bmp-colors=3,13,13,0,13,13 +bmp-table=465p,35p,1,16 +bmp-timer=465p,420p,0,13,13 +# end of bitmap section + + + EOF if [ ! "$APPEND" = "" ]; then echo "append=\"$APPEND\"" >> $T_PX/etc/lilo.conf fi cat << EOF >> $T_PX/etc/lilo.conf boot = $LILO_TARGET -message = /boot/boot_message.txt prompt timeout = 1200 # Override dangerous defaults that rewrite the partition table: @@ -721,6 +732,15 @@ #compact # faster, but won't work on all systems. $PROMPT $TIMEOUT + +# display bitmap section +bitmap=/boot/aircable.bmp +bmp-colors=3,13,13,0,13,13 +bmp-table=465p,35p,1,16 +bmp-timer=465p,420p,0,13,13 +# end of bitmap section + + EOF if [ "$CONSOLETYPE" = "standard" ]; then cat << EOF >> $TMP/lilo.conf