# HG changeset patch # User Dominique Corbex # Date 1388768251 -3600 # Node ID ffba6e8966ac9ee1b21ceeb11bb82701d07501e1 # Parent 80e88d4d46295e62050568ae1cad1ee9175a871e Copyright 2014 diff -r 80e88d4d4629 -r ffba6e8966ac installer.cgi --- a/installer.cgi Fri Dec 06 17:21:31 2013 +0000 +++ b/installer.cgi Fri Jan 03 17:57:31 2014 +0100 @@ -2,7 +2,7 @@ # # Main CGI interface for Tazinst, the SliTaz installer. # -# Copyright (C) 2012-2013 SliTaz GNU/Linux - BSD License +# Copyright (C) 2012-2014 SliTaz GNU/Linux - BSD License # # Authors : Dominique Corbex # diff -r 80e88d4d4629 -r ffba6e8966ac slitaz-installer --- a/slitaz-installer Fri Dec 06 17:21:31 2013 +0000 +++ b/slitaz-installer Fri Jan 03 17:57:31 2014 +0100 @@ -3,7 +3,7 @@ # slitaz-installer - A CLI frontend to tazinst, the # SliTaz GNU/Linux installer # -# (C) 2007-2013 SliTaz - GNU General Public License v3. +# (C) 2007-2014 SliTaz - GNU General Public License v3. # # Authors : Christophe Lincoln # Dominique Corbex @@ -12,7 +12,7 @@ TAZINST_REQUIRED_VERSION="2.98" BACKLIST="SliTaz GNU/Linux installer" DIALOG=dialog -VERSION="3.90" +VERSION="3.91" #-------------- # msgs section diff -r 80e88d4d4629 -r ffba6e8966ac tazinst --- a/tazinst Fri Dec 06 17:21:31 2013 +0000 +++ b/tazinst Fri Jan 03 17:57:31 2014 +0100 @@ -5,7 +5,7 @@ # few main variables, then all the functions and then the # full sequence of functions. # -# (C) 2007-2013 SliTaz - GNU General Public License v3. +# (C) 2007-2014 SliTaz - GNU General Public License v3. # # Authors : Christophe Lincoln # Dominique Corbex @@ -1013,6 +1013,7 @@ printf "* usb:\n%s\n\n" "$(list usb)" printf "* iso:\n%s\n\n" "$(list_iso)" printf "* web:\n%s\n\n" "$(list_web)" + printf "* uuid:\n%s\n\n" "$(list_uuid)" printf "* format:\n%s\n\n" "$(list_format)" printf "* bootloader:\n%s\n\n" "$(list_bootloader)" printf "* partition_table:\n%s\n\n" "$(list_partition_table)"