seb diff seb @ rev 28

Improve web/gui and use new tazweb --small
author Christophe Lincoln <pankso@slitaz.org>
date Tue Mar 14 22:05:35 2017 +0100 (2017-03-14)
parents cb51498760ab
children 6a760d83d976
line diff
     1.1 --- a/seb	Mon Mar 13 19:56:17 2017 +0100
     1.2 +++ b/seb	Tue Mar 14 22:05:35 2017 +0100
     1.3 @@ -12,6 +12,8 @@
     1.4  # --iso --work --linux can be set in config file or from cmdline
     1.5  [ -f "build.conf" ] && . build.conf
     1.6  
     1.7 +[ "$work" ]  || work="$(pwd)"
     1.8 +
     1.9  rootfs="$work/rootfs"
    1.10  rootiso="$work/rootiso"
    1.11  sebfs="$work/sebfs"
    1.12 @@ -24,7 +26,6 @@
    1.13  initfs="/usr/share/seb/initfs"
    1.14  packages="/usr/share/seb/packages"
    1.15  
    1.16 -[ "$work" ]  || work="$(pwd)"
    1.17  [ "$iso" ]   || iso="seb-os-$(date '+%Y%m%d').iso"
    1.18  [ "$linux" ] || linux="$tools/bzImage-4.9.13"
    1.19  [ "$port" ] || port="8940"
    1.20 @@ -467,7 +468,7 @@
    1.21  			httpd -p ${port} -u 0:0 -h ${work} \
    1.22  				-c ${tools}/web/httpd.conf
    1.23  		fi 
    1.24 -		tazweb --notoolbar http://localhost:${port}/ & ;;
    1.25 +		tazweb --small --raw http://localhost:${port}/ & ;;
    1.26  
    1.27  	env)
    1.28  		title "SEB environment"