slitaz-boot-scripts rev 167

bootopts.sh: Tidy comments (again)
author Christophe Lincoln <pankso@slitaz.org>
date Sun Apr 26 17:23:17 2009 +0200 (2009-04-26)
parents 6d0cd1b906c6
children c366b7b0620e
files etc/init.d/bootopts.sh
line diff
     1.1 --- a/etc/init.d/bootopts.sh	Sun Apr 26 17:18:51 2009 +0200
     1.2 +++ b/etc/init.d/bootopts.sh	Sun Apr 26 17:23:17 2009 +0200
     1.3 @@ -124,9 +124,9 @@
     1.4  			else
     1.5  				rm -rf /tmp/$USER-files
     1.6  			fi
     1.7 -			# Install all packages in /home/boot/packages. In live (CD and USB) mode
     1.8 -			# the option home= mount the device on /home, so we already have a boot 
     1.9 -			# directory with the Kernel and rootfs.
    1.10 +			# Install all packages in /home/boot/packages. In live CD and 
    1.11 +			# USB mode the option home= mount the device on /home, so we 
    1.12 +			# already have a boot directory with the Kernel and rootfs.
    1.13  			if [ -d "/home/boot/packages" ]; then
    1.14  				for pkg in /home/boot/packages/*.tazpkg
    1.15  				do
    1.16 @@ -134,7 +134,7 @@
    1.17  				done
    1.18  			fi ;;
    1.19  		laptop)
    1.20 -			# Laptop option to load ac and battery Kernel modules.
    1.21 +			# Laptop option to load related Kernel modules.
    1.22  			echo "Loading laptop modules: ac, battery, fan, yenta_socket..."
    1.23  			for mod in ac battery fan yenta_socket
    1.24  			do