# HG changeset patch # User Christophe Lincoln # Date 1240759397 -7200 # Node ID b779b19a12710e2739f91b75a64aa6f09ef255f8 # Parent 6d0cd1b906c6c0691361048c3e71006be5d389a4 bootopts.sh: Tidy comments (again) diff -r 6d0cd1b906c6 -r b779b19a1271 etc/init.d/bootopts.sh --- a/etc/init.d/bootopts.sh Sun Apr 26 17:18:51 2009 +0200 +++ b/etc/init.d/bootopts.sh Sun Apr 26 17:23:17 2009 +0200 @@ -124,9 +124,9 @@ else rm -rf /tmp/$USER-files fi - # Install all packages in /home/boot/packages. In live (CD and USB) mode - # the option home= mount the device on /home, so we already have a boot - # directory with the Kernel and rootfs. + # Install all packages in /home/boot/packages. In live CD and + # USB mode the option home= mount the device on /home, so we + # already have a boot directory with the Kernel and rootfs. if [ -d "/home/boot/packages" ]; then for pkg in /home/boot/packages/*.tazpkg do @@ -134,7 +134,7 @@ done fi ;; laptop) - # Laptop option to load ac and battery Kernel modules. + # Laptop option to load related Kernel modules. echo "Loading laptop modules: ac, battery, fan, yenta_socket..." for mod in ac battery fan yenta_socket do