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

Let user know if home device is not found
author Christophe Lincoln <pankso@slitaz.org>
date Sun Feb 24 00:04:31 2008 +0100 (2008-02-24)
parents 39c3cc19d5b9
children 439cb0a8e2d0
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Sat Feb 23 22:35:46 2008 +0100
     1.2 +++ b/etc/init.d/bootopts.sh	Sun Feb 24 00:04:31 2008 +0100
     1.3 @@ -37,7 +37,7 @@
     1.4  		mount /dev/$DEVID /home
     1.5  		gen_home_swap
     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