tazinst rev 17 3.91
Copyright 2014
author | Dominique Corbex <domcox@slitaz.org> |
---|---|
date | Fri Jan 03 17:57:31 2014 +0100 (2014-01-03) |
parents | 80e88d4d4629 |
children | dea6d5054908 |
files | installer.cgi slitaz-installer tazinst |
line diff
1.1 --- a/installer.cgi Fri Dec 06 17:21:31 2013 +0000 1.2 +++ b/installer.cgi Fri Jan 03 17:57:31 2014 +0100 1.3 @@ -2,7 +2,7 @@ 1.4 # 1.5 # Main CGI interface for Tazinst, the SliTaz installer. 1.6 # 1.7 -# Copyright (C) 2012-2013 SliTaz GNU/Linux - BSD License 1.8 +# Copyright (C) 2012-2014 SliTaz GNU/Linux - BSD License 1.9 # 1.10 # Authors : Dominique Corbex <domcox@slitaz.org> 1.11 #
2.1 --- a/slitaz-installer Fri Dec 06 17:21:31 2013 +0000 2.2 +++ b/slitaz-installer Fri Jan 03 17:57:31 2014 +0100 2.3 @@ -3,7 +3,7 @@ 2.4 # slitaz-installer - A CLI frontend to tazinst, the 2.5 # SliTaz GNU/Linux installer 2.6 # 2.7 -# (C) 2007-2013 SliTaz - GNU General Public License v3. 2.8 +# (C) 2007-2014 SliTaz - GNU General Public License v3. 2.9 # 2.10 # Authors : Christophe Lincoln <pankso@slitaz.org> 2.11 # Dominique Corbex <domcox@slitaz.org> 2.12 @@ -12,7 +12,7 @@ 2.13 TAZINST_REQUIRED_VERSION="2.98" 2.14 BACKLIST="SliTaz GNU/Linux installer" 2.15 DIALOG=dialog 2.16 -VERSION="3.90" 2.17 +VERSION="3.91" 2.18 2.19 #-------------- 2.20 # msgs section
3.1 --- a/tazinst Fri Dec 06 17:21:31 2013 +0000 3.2 +++ b/tazinst Fri Jan 03 17:57:31 2014 +0100 3.3 @@ -5,7 +5,7 @@ 3.4 # few main variables, then all the functions and then the 3.5 # full sequence of functions. 3.6 # 3.7 -# (C) 2007-2013 SliTaz - GNU General Public License v3. 3.8 +# (C) 2007-2014 SliTaz - GNU General Public License v3. 3.9 # 3.10 # Authors : Christophe Lincoln <pankso@slitaz.org> 3.11 # Dominique Corbex <domcox@slitaz.org> 3.12 @@ -1013,6 +1013,7 @@ 3.13 printf "* usb:\n%s\n\n" "$(list usb)" 3.14 printf "* iso:\n%s\n\n" "$(list_iso)" 3.15 printf "* web:\n%s\n\n" "$(list_web)" 3.16 + printf "* uuid:\n%s\n\n" "$(list_uuid)" 3.17 printf "* format:\n%s\n\n" "$(list_format)" 3.18 printf "* bootloader:\n%s\n\n" "$(list_bootloader)" 3.19 printf "* partition_table:\n%s\n\n" "$(list_partition_table)"