# HG changeset patch # User Paul Issott # Date 1392320892 0 # Node ID 3ad4223f868795887a7b18e5c49564925ba5c48f # Parent d237101c00801143a6f89741ec7c5e3696b5947e cooklinux: tiny edits diff -r d237101c0080 -r 3ad4223f8687 cooklinux --- a/cooklinux Thu Feb 13 19:45:44 2014 +0100 +++ b/cooklinux Thu Feb 13 19:48:12 2014 +0000 @@ -1,7 +1,7 @@ #!/bin/sh # # Simple utility to compile from scratch a custom Linux kernel on SliTaz. -# No patch, aufs and co, keep it simple. The goal is to let users build +# No patches, aufs and co, keep it simple. The goal is to let users build # a custom and optimized kernel in a few commands # # Copyright (C) 2014 SliTaz GNU/Linux - BSD License @@ -26,8 +26,8 @@ $(boldify "Usage:") $(basename $0) [version] [--options] $(boldify "Options:") - --clean Remove most generated files but keep the config - --mrproper Remove all generated files + config + backup files + --clean Removes most generated files but keeps the config + --mrproper Removes all generated files + config + backup files --defconfig New config with default from ARCH supplied defconfig --tazconfig New config using current SliTaz /proc/config.gz --localmod Update config removing all unloaded modules @@ -54,7 +54,7 @@ } # -# Commands/help - Support 3.x 2.6 and 2.4 kernel's. +# Commands/help - Support 3.x 2.6 and 2.4 kernels. # case "$1" in 3.*) wgeturl="${srcurl}/v3.0/" ;; @@ -173,7 +173,7 @@ echo "Packing Linux..." cd slitaz else - echo -n "Packing Linux:" && colorize 31 " not yet build" + echo -n "Packing Linux:" && colorize 31 " not yet built" exit 0 fi