slitaz-tools rev 853

Small fix to slitaz-config
author Christophe Lincoln <pankso@slitaz.org>
date Fri Apr 18 14:24:03 2014 +0200 (2014-04-18)
parents 4bdf432f7525
children 71a06b60e066
files tinyutils/slitaz-config
line diff
     1.1 --- a/tinyutils/slitaz-config	Fri Apr 18 14:20:43 2014 +0200
     1.2 +++ b/tinyutils/slitaz-config	Fri Apr 18 14:24:03 2014 +0200
     1.3 @@ -10,6 +10,7 @@
     1.4  check_root
     1.5  
     1.6  title="{ SliTaz Config }"
     1.7 +about="/usr/share/doc/slitaz/post-install.txt"
     1.8  tmpdir="/tmp/$(basename $0)"
     1.9  tmp="$tmpdir/$$"
    1.10  height="20"
    1.11 @@ -22,12 +23,12 @@
    1.12  # GUI Functions
    1.13  #
    1.14  
    1.15 +# Coded for the ARM first boot settings
    1.16  about_post_install() {
    1.17 -	#/usr/share/doc/slitaz/post-install.txt
    1.18  	dialog --cr-wrap \
    1.19  		--title "{ Post Installation }" \
    1.20  		--exit-label "Continue" \
    1.21 -		--textbox "./tinyutils/post-install.txt" ${height} ${width}
    1.22 +		--textbox "$about" ${height} ${width}
    1.23  }
    1.24  
    1.25  # Set root passwd