cookutils rev 638

cooklinux: tiny edits
author Paul Issott <paul@slitaz.org>
date Thu Feb 13 19:48:12 2014 +0000 (2014-02-13)
parents d237101c0080
children 14605a8b8489
files cooklinux
line diff
     1.1 --- a/cooklinux	Thu Feb 13 19:45:44 2014 +0100
     1.2 +++ b/cooklinux	Thu Feb 13 19:48:12 2014 +0000
     1.3 @@ -1,7 +1,7 @@
     1.4  #!/bin/sh
     1.5  #
     1.6  # Simple utility to compile from scratch a custom Linux kernel on SliTaz.
     1.7 -# No patch, aufs and co, keep it simple. The goal is to let users build
     1.8 +# No patches, aufs and co, keep it simple. The goal is to let users build
     1.9  # a custom and optimized kernel in a few commands
    1.10  #
    1.11  # Copyright (C) 2014 SliTaz GNU/Linux - BSD License
    1.12 @@ -26,8 +26,8 @@
    1.13  $(boldify "Usage:") $(basename $0) [version] [--options]
    1.14  
    1.15  $(boldify "Options:")
    1.16 -  --clean        Remove most generated files but keep the config
    1.17 -  --mrproper     Remove all generated files + config + backup files
    1.18 +  --clean        Removes most generated files but keeps the config
    1.19 +  --mrproper     Removes all generated files + config + backup files
    1.20    --defconfig    New config with default from ARCH supplied defconfig
    1.21    --tazconfig    New config using current SliTaz /proc/config.gz
    1.22    --localmod     Update config removing all unloaded modules
    1.23 @@ -54,7 +54,7 @@
    1.24  }
    1.25  
    1.26  #
    1.27 -# Commands/help - Support 3.x 2.6 and 2.4 kernel's.
    1.28 +# Commands/help - Support 3.x 2.6 and 2.4 kernels.
    1.29  #
    1.30  case "$1" in
    1.31  	3.*) wgeturl="${srcurl}/v3.0/" ;;
    1.32 @@ -173,7 +173,7 @@
    1.33  	echo "Packing Linux..."
    1.34  	cd slitaz
    1.35  else
    1.36 -	echo -n "Packing Linux:" && colorize 31 " not yet build"
    1.37 +	echo -n "Packing Linux:" && colorize 31 " not yet built"
    1.38  	exit 0
    1.39  fi
    1.40