slitaz-arm rev 121

Tiny edits
author Paul Issott <paul@slitaz.org>
date Mon Apr 21 08:45:24 2014 +0100 (2014-04-21)
parents 804218af18c6
children a093c1813670
files rootfs/etc/init.d/post-install.sh rpi/slitaz-rpi sat-rpi
line diff
     1.1 --- a/rootfs/etc/init.d/post-install.sh	Mon Apr 21 07:30:42 2014 +0200
     1.2 +++ b/rootfs/etc/init.d/post-install.sh	Mon Apr 21 08:45:24 2014 +0100
     1.3 @@ -39,7 +39,7 @@
     1.4  # an i486 machine we can't chroot and run ARM binaries. If we don't
     1.5  # run some post_install we will miss gtk icon, pango modules, etc...
     1.6  # Keep it here since reconf can be run from cmdline and advanced users.
     1.7 -# Anyway, after a this post install is finish everthing will be handle
     1.8 +# Anyway, after this post install is finished everything will be handled
     1.9  # by spk or tazpkg.
    1.10  #
    1.11  {
    1.12 @@ -49,7 +49,7 @@
    1.13  	db=/var/lib/tazpkg/installed
    1.14  	installed=$(ls $db | wc -l)
    1.15  	
    1.16 -	# Get the % alocated for each pkgs and split % left. We use 4% to 
    1.17 +	# Get the % allocated for each pkgs and split % left. We use 4% to 
    1.18  	# start so 96% is for packages.
    1.19  	echo "XXX" && echo 5
    1.20  	echo -e "\nInstalled packages to check: \Zb\Z2$installed"
    1.21 @@ -61,7 +61,7 @@
    1.22  	[ "$pkgpct" == 0 ] && pkgpct=1 # If too much installed pkgs
    1.23  	sleep 2
    1.24  	
    1.25 -	# Show pkgs to configure a few sec
    1.26 +	# Show pkgs to configure a few secs
    1.27  	echo "XXX" && echo ${split}
    1.28  	echo -e "\nPackages to configure: \Zb\Z2$total"
    1.29  	echo "XXX" && sleep 3
     2.1 --- a/rpi/slitaz-rpi	Mon Apr 21 07:30:42 2014 +0200
     2.2 +++ b/rpi/slitaz-rpi	Mon Apr 21 08:45:24 2014 +0100
     2.3 @@ -1,8 +1,8 @@
     2.4  #!/bin/sh
     2.5  #
     2.6 -# A tiny utility to help manage SliTaz R-Pi's from an i486 machine. Make
     2.7 -# it clean and fast for users :-). i you looking for the SliTaz R-Pi distro
     2.8 -# builder, have a look at sat-rpi.
     2.9 +# A tiny utility to help manage SliTaz R-Pis from an i486 machine. Make
    2.10 +# it clean and fast for users :-). if you're looking for the SliTaz R-Pi 
    2.11 +# distro builder, have a look at sat-rpi.
    2.12  #
    2.13  # (C) 2014 SliTaz ARM - BSD License
    2.14  # AUTHOR: Christophe Lincoln <pankso@slitaz.org> 
    2.15 @@ -22,15 +22,15 @@
    2.16  $(boldify "Usage:") $(basename $0) [command] [host]
    2.17  
    2.18  $(boldify "Commands:")
    2.19 -  netmap    Search and map R-Pi's on the wired local network
    2.20 -  pscan     Scan a or all Raspberry Pi hosts open ports
    2.21 +  netmap    Search and map R-Pis on the wired local network
    2.22 +  pscan     Scan one or all Raspberry Pi hosts open ports
    2.23  
    2.24  EOT
    2.25  }
    2.26  
    2.27  case "$1" in
    2.28  	netmap)
    2.29 -		# MAC address works for wired raspberry R-Pi's
    2.30 +		# MAC address works for wired raspberry R-Pis
    2.31  		# http://hwaddress.com/?q=raspberry
    2.32  		newline && colorize 35 "Raspberry Pi wired LAN map"
    2.33  		separator
     3.1 --- a/sat-rpi	Mon Apr 21 07:30:42 2014 +0200
     3.2 +++ b/sat-rpi	Mon Apr 21 08:45:24 2014 +0100
     3.3 @@ -275,7 +275,7 @@
     3.4  			rm -rf ${vc}/include ${vc}/src ${vc}/lib/*.a
     3.5  			${cross_tools}/${arch}-slitaz-linux-gnueabi-strip -s ${vc}/lib/*.so
     3.6  			status
     3.7 -			echo -n "Adding: VC binarie to PATH"
     3.8 +			echo -n "Adding: VC binaries to PATH"
     3.9  			echo -e '\n# Raspberry Pi VC tools' >> ${rootfs}/etc/profile
    3.10  			echo 'export PATH=$PATH:/opt/vc/bin' >> ${rootfs}/etc/profile
    3.11  			status