slitaz-boot-scripts diff etc/init.d/bootopts.sh @ rev 384

init: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Nov 18 15:48:48 2014 +0100 (2014-11-18)
parents 77ba5ad22d40
children f0e04a0ba4d5
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Mon May 05 22:02:43 2014 +0200
     1.2 +++ b/etc/init.d/bootopts.sh	Tue Nov 18 15:48:48 2014 +0100
     1.3 @@ -74,6 +74,12 @@
     1.4  			echo -n "Setting system keymap to: $KEYMAP..."
     1.5  			echo "$KEYMAP" > /etc/keymap.conf
     1.6  			status ;;
     1.7 +		font=*)
     1.8 +			# Check for a specified console font (font=*).
     1.9 +			FONT=${opt#font=}
    1.10 +			echo -n "Setting console font to: $FONT..."
    1.11 +			for con in 1 2 3 4 5 6; do setfont $FONT -C /dev/tty$con; done
    1.12 +			status ;;
    1.13  		home=*)
    1.14  			# Check for a specified home partition (home=*) and check for
    1.15  			# user home dir. Note: home=usb is a shorter and easier way to