slitaz-tools rev 516

tazx: incorrect tux; slitaz installer creates 1008 user
author Rohit Joshi <jozee@slitaz.org>
date Wed Nov 10 20:26:12 2010 -0500 (2010-11-10)
parents b1d5d569e454
children 7f85db867875
files tinyutils/tazx
line diff
     1.1 --- a/tinyutils/tazx	Thu Nov 04 09:28:10 2010 +0000
     1.2 +++ b/tinyutils/tazx	Wed Nov 10 20:26:12 2010 -0500
     1.3 @@ -17,7 +17,7 @@
     1.4  WM=openbox
     1.5  
     1.6  # Default user for config files in Live mode.
     1.7 -USER=`cat /etc/passwd | grep 1000 | cut -d ":" -f 1`
     1.8 +USER=`cat /etc/passwd | grep "/home" | cut -d ":" -f 1`
     1.9  
    1.10  ####################
    1.11  #  Tazx functions  #