tiny-slitaz rev 28

Multi floppy support (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 17 10:24:42 2019 +0200 (2019-09-17)
parents cb1743f12df8
children 26423b57df46
files index.php step5.php
line diff
     1.1 --- a/index.php	Tue Sep 17 08:38:04 2019 +0200
     1.2 +++ b/index.php	Tue Sep 17 10:24:42 2019 +0200
     1.3 @@ -8,7 +8,7 @@
     1.4  	<meta charset="UTF-8">
     1.5  	<title>Tiny SliTaz - Builder</title>
     1.6  	<meta name="description" content="Tiny SliTaz Linux">
     1.7 -	<meta name="keywords" lang="en" content="tiny slitaz, uclibx, tcc">
     1.8 +	<meta name="keywords" lang="en" content="tiny slitaz, uclibc, tcc">
     1.9  	<meta name="robots" content="index, follow, all">
    1.10  	<meta name="revisit-after" content="7 days">
    1.11  	<meta name="expires" content="never">
     2.1 --- a/step5.php	Tue Sep 17 08:38:04 2019 +0200
     2.2 +++ b/step5.php	Tue Sep 17 10:24:42 2019 +0200
     2.3 @@ -29,7 +29,7 @@
     2.4  	   shell_exec("sudo ./helper --mkimg ".$_POST['tmp_dir']);
     2.5        if (!isset($_POST['fdsize'])) $_POST['fdsize']="1474560";
     2.6        foreach(array("737280" => "720K", "1228800" => "1.2M",
     2.7 -		    "1474560" => "1.44M", "1720320" => "1.72M",
     2.8 +		    "1474560" => "1.44M", "1720320" => "1.68M",
     2.9  		    "1966080" => "1.92M", "2949120" => "2.88M") as $sz => $nm) {
    2.10  	  echo "		<option value=\"$sz\"";
    2.11  	  if ($sz == $_POST['fdsize']) echo " selected";