slitaz-boot-scripts 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 2477245b229d
files README etc/init.d/bootopts.sh
line diff
     1.1 --- a/README	Sat Feb 23 22:35:46 2008 +0100
     1.2 +++ b/README	Sun Feb 24 00:04:31 2008 +0100
     1.3 @@ -1,4 +1,4 @@
     1.4 -README for slitaz-boot-scripts                                             2007
     1.5 +README for slitaz-boot-scripts                                             2008
     1.6  ===============================================================================
     1.7  
     1.8  
     2.1 --- a/etc/init.d/bootopts.sh	Sat Feb 23 22:35:46 2008 +0100
     2.2 +++ b/etc/init.d/bootopts.sh	Sun Feb 24 00:04:31 2008 +0100
     2.3 @@ -37,7 +37,7 @@
     2.4  		mount /dev/$DEVID /home
     2.5  		gen_home_swap
     2.6  	else
     2.7 -		echo "Unable to find $DEVID... "
     2.8 +		echo "Unable to find $DEVICE... "
     2.9  	fi
    2.10  	# Move all hacker dir if needed.
    2.11  	if [ ! -d "/home/hacker" ] ; then