slitaz-base-files diff rootfs/usr/bin/slitaz @ rev 233
/usr/bin/slitaz: small improvment
author | Christophe Lincoln <pankso@slitaz.org> |
---|---|
date | Sun Apr 13 01:36:45 2014 +0200 (2014-04-13) |
parents | e4b6b8a92bc8 |
children |
line diff
1.1 --- a/rootfs/usr/bin/slitaz Mon Mar 03 15:36:34 2014 +0100 1.2 +++ b/rootfs/usr/bin/slitaz Sun Apr 13 01:36:45 2014 +0200 1.3 @@ -19,7 +19,6 @@ 1.4 Architecture : $SLITAZ_ARCH 1.5 Kernel : $(uname -r) 1.6 Machine type : $(uname -m) 1.7 -Boot options : $(cat /proc/cmdline) 1.8 Home path : $SLITAZ_HOME 1.9 Configs : $SLITAZ_CONFIGS 1.10 Main config : $SLITAZ_CONFIGS/slitaz.conf 1.11 @@ -28,8 +27,10 @@ 1.12 Installed : $(ls $PKGS_DB/installed | wc -l) packages 1.13 Mirror : $(cat $PKGS_DB/mirror) 1.14 System date : $(date) 1.15 +-------------- 1.16 +Boot options : $(cat /proc/cmdline) 1.17 EOT 1.18 - separato 1.19 + separator 1.20 newline ;; 1.21 *help|*usage) 1.22 echo "Usage: $(basename $0)" ;;