# HG changeset patch # User Eric Joseph-Alexandre # Date 1428317232 -7200 # Node ID 0c21c98caecb70dd5d6e7bec1395dd3b2f5cbca4 # Parent d85b13eca900015534f9826d071826ac179b029b tazlito-wiz: Don't override slitaz release. It's break live creation with RC diff -r d85b13eca900 -r 0c21c98caecb tazlito-wiz --- a/tazlito-wiz Sat Apr 04 22:57:16 2015 +0300 +++ b/tazlito-wiz Mon Apr 06 12:47:12 2015 +0200 @@ -11,7 +11,7 @@ opts="--height=300 --width=$width --image=$icon --center --image-on-top --window-icon=$icon --title=LiveWizard" rel=$(cat /etc/slitaz-release) -[ "$rel" != "cooking" ] && rel=stable +#[ "$rel" != "cooking" ] && rel=stable live=/home/slitaz/$rel/live db="/var/lib/tazpkg" list="distro-packages.list"