tazlito rev 401

live.cgi: explain hybrid ISO a bit (again)
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Nov 21 11:08:42 2015 +0100 (2015-11-21)
parents a047e5c78492
children 6c738e349722
files live.cgi
line diff
     1.1 --- a/live.cgi	Sat Nov 21 10:21:42 2015 +0100
     1.2 +++ b/live.cgi	Sat Nov 21 11:08:42 2015 +0100
     1.3 @@ -33,7 +33,7 @@
     1.4  		TEXTDOMAIN_original="$TEXTDOMAIN"
     1.5  		export TEXTDOMAIN='tazlito'
     1.6  		cat <<EOT
     1.7 -<li><a data-icon="cd" href="live.cgi" data-root>$(_ 'Live')</a>
     1.8 +<li><a data-icon="cd" href="live.cgi">$(_ 'Live')</a>
     1.9  	<menu>
    1.10  		<li><a data-icon="" href="live.cgi?liveusb" data-root>$(_ 'Create a live USB key')</a></li>
    1.11  		<li><a data-icon="" href="live.cgi#liveiso" data-root>$(_ 'Create a live CD-ROM')</a></li>
    1.12 @@ -355,10 +355,10 @@
    1.13  		<div>
    1.14  $(_ "Add a master boot sector and an EXE header to the ISO image.")
    1.15  		<ul>
    1.16 -<li>$(_ "Create a bootable image for USB key, memory card, harddisk or SSD.")</li>
    1.17 +<li>$(_ "Create a bootable image for a USB key, a memory card, a harddisk or a SSD.")</li>
    1.18  <li>$(_ "With the .EXE suffix, it will run under DOS (16 bits) or Windows (32 bits).")</li>
    1.19 -<li>$(_ "Add ISO filesystem md5 digest and boot CRC in ISO boot area.")</li>
    1.20 -<li>$(_ "Does not alter ISO image size or ISO filesystem.")</li>
    1.21 +<li>$(_ "Add the ISO filesystem md5 digest and the boot CRC in the ISO boot area.")</li>
    1.22 +<li>$(_ "Does not alter the ISO filesystem or the ISO image size.")</li>
    1.23  		</ul>
    1.24  		</div>
    1.25