tiny-slitaz diff step5.php @ rev 38

helper: don't build slitaz.iso twice (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 26 19:36:25 2023 +0000 (8 months ago)
parents 49e3141e5899
children
line diff
     1.1 --- a/step5.php	Sun Sep 24 17:55:26 2023 +0000
     1.2 +++ b/step5.php	Tue Sep 26 19:36:25 2023 +0000
     1.3 @@ -31,10 +31,10 @@
     1.4        $use_optgroup=0;
     1.5        foreach(array("360K 5¼-inch" => "", "368640" => "360K", "409600" => "400K",
     1.6  		    "720K 3½-inch" => "", "737280" => "720K", "819200" => "800K",
     1.7 -      		    "1.2M 5¼-inch" => "", "1228800" => "1.2M",
     1.8 +      		    "1.2M 5¼-inch" => "", "1228800" => "1.2M", "1474560" => "1.44M",
     1.9        		    "1.44M 3½-inch" => "", "1474560" => "1.44M", "1720320" => "1.68M",
    1.10  		    "1966080" => "1.92M", 
    1.11 -		    "2.88M 3½-inch" => "", "2949120" => "2.88M", "5898240" => "3.36M") as $sz => $nm) {
    1.12 +		    "2.88M 3½-inch" => "", "2949120" => "2.88M", "3440640" => "3.36M") as $sz => $nm) {
    1.13  	if ($nm == "") {
    1.14  	  if ($use_optgroup != 0) echo "		</optgroup>\n";
    1.15  	  echo "		<optgroup label=\"$sz\">\n";