# HG changeset patch # User Christophe Lincoln # Date 1203807871 -3600 # Node ID ea584991ebaedb10111a83e2deeba2f12d4d65f8 # Parent 39c3cc19d5b946d187a3c79ecdd6298a2f9ba898 Let user know if home device is not found diff -r 39c3cc19d5b9 -r ea584991ebae README --- a/README Sat Feb 23 22:35:46 2008 +0100 +++ b/README Sun Feb 24 00:04:31 2008 +0100 @@ -1,4 +1,4 @@ -README for slitaz-boot-scripts 2007 +README for slitaz-boot-scripts 2008 =============================================================================== diff -r 39c3cc19d5b9 -r ea584991ebae etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Sat Feb 23 22:35:46 2008 +0100 +++ b/etc/init.d/bootopts.sh Sun Feb 24 00:04:31 2008 +0100 @@ -37,7 +37,7 @@ mount /dev/$DEVID /home gen_home_swap else - echo "Unable to find $DEVID... " + echo "Unable to find $DEVICE... " fi # Move all hacker dir if needed. if [ ! -d "/home/hacker" ] ; then