FS#23148 - [initscripts] "Loading Console Font" (set_consolefont) stay busy

Attached to Project: Arch Linux
Opened by Benjamin Robin (benjarobin) - Saturday, 05 March 2011, 15:11 GMT
Last edited by Eric Belanger (Snowman) - Saturday, 05 March 2011, 19:02 GMT
Task Type Bug Report
Category Packages: Core
Status Closed
Assigned To Thomas Bächler (brain0)
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:

The message "Loading Console Font" stay "busy"...

Additional info:
* package version(s) initscripts-2011.01-1 and next...
initscripts-2010.07-1 is fine (No bug)

Steps to reproduce:
Set to the rc.conf :

LOCALE="fr_FR.UTF-8"
KEYMAP="fr"
CONSOLEFONT="lat9w-16"
CONSOLEMAP=

Reboot...

It's this commit that create the "bug" : http://git.fnordovax.org/arch-initscripts/commit/?id=350cbc9ab1b2f320bfd8b7a09bda49c8f3e7f83c

It's missing the else statement :

if (($? != 0)); then
stat_fail
elif [[ $CONSOLEMAP ]]; then
...
stat_done
fi
This task depends upon

Closed by  Eric Belanger (Snowman)
Saturday, 05 March 2011, 19:02 GMT
Reason for closing:  Fixed
Additional comments about closing:  fixed in git:
http://projects.archlinux.org/initscript s.git/commit/?id=15ff1596246ba37521ff880 7722a7679390fdf01

Loading...