slitaz-boot-scripts rev 26

bootopts.sh: typo
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Feb 19 14:23:34 2008 +0100 (2008-02-19)
parents 93db726efd01
children 79185a567799
files etc/init.d/bootopts.sh
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Tue Feb 19 14:21:14 2008 +0100
     1.2 +++ b/etc/init.d/bootopts.sh	Tue Feb 19 14:23:34 2008 +0100
     1.3 @@ -21,7 +21,7 @@
     1.4  		mv /home/hacker /tmp/hacker-home
     1.5  		mount -o uid=500,gid=500 /dev/$DEVID /home
     1.6  	else
     1.7 -		echo "Unable to find $DEVID... "
     1.8 +		echo "Unable to find $DEVICE... "
     1.9  	fi
    1.10  	# Move all hacker dir if needed.
    1.11  	if [ ! -d "/home/hacker" ] ; then