slitaz-arm rev 72

Tiny edits
author Paul Issott <paul@slitaz.org>
date Tue Mar 18 19:27:05 2014 +0000 (2014-03-18)
parents 62be4ce5a844
children 16ab00bddcf1
files rootfs/usr/bin/tazx tools/mksd.sh
line diff
     1.1 --- a/rootfs/usr/bin/tazx	Tue Mar 18 17:47:37 2014 +0100
     1.2 +++ b/rootfs/usr/bin/tazx	Tue Mar 18 19:27:05 2014 +0000
     1.3 @@ -9,10 +9,10 @@
     1.4  #          Pascal Bellard <pascal.bellard@slitaz.org>
     1.5  #
     1.6  
     1.7 -# 20140317: most xsession, xinitrc are obsolet, provided system files
     1.8 -# are in /etc/skel and WM configs files should no longer be copyed by
     1.9 -# tazx to user home. If some configs are needed ba WM's there should
    1.10 -# be set a /usr/bin/wmname-session script I guess. - Pankso
    1.11 +# 20140317: most xsession, xinitrc are obsolete, provided system files
    1.12 +# are in /etc/skel and WM config files should no longer be copied by
    1.13 +# tazx to user home. If some configs are needed by WMs they should
    1.14 +# be set by a /usr/bin/wmname-session script I guess. - Pankso
    1.15  
    1.16  . /lib/libtaz.sh
    1.17  . /etc/slitaz/slitaz.conf
     2.1 --- a/tools/mksd.sh	Tue Mar 18 17:47:37 2014 +0100
     2.2 +++ b/tools/mksd.sh	Tue Mar 18 19:27:05 2014 +0000
     2.3 @@ -2,7 +2,7 @@
     2.4  #
     2.5  # Sleep to avoid: "kernel still uses old table: Device or resource busy"
     2.6  #
     2.7 -# TODO: handle part number: --part=3 since Raspberry Pi need 3 part with
     2.8 +# TODO: handle part number: --part=3 since Raspberry Pi needs 3 parts with
     2.9  # a first FAT32 and Cubie Board only 2 (with / swap) or 1 single part.
    2.10  #
    2.11  . /lib/libtaz.sh