slitaz-dev-tools view mirror-tools/slitaz/mirror/floppies/include/top.js @ rev 302

Update floppies
author Pascal Bellard <pascal.bellard@slitaz.org>
date Fri Sep 01 17:28:05 2017 +0200 (2017-09-01)
parents
children
line source
1 document.write("<div class=\"nav_box\">\n")
2 document.write("<h4>Available boot floppies</h4>\n")
3 document.write("<ul>\n")
4 document.write(" <li><a href=\"index-3.0.html\">SliTaz 3.0</a></li>\n")
5 document.write(" <li><a href=\"index-loram-3.0.html\">SliTaz loram 3.0</a></li>\n")
6 document.write(" <li><a href=\"index-2.0.html\">SliTaz 2.0</a></li>\n")
7 document.write(" <li><a href=\"index-1.0.html\">SliTaz 1.0</a></li>\n")
8 document.write("</ul>\n")
9 document.write("</div>\n")
10 document.write("\n")
11 document.write("<div class=\"nav_box\">\n")
12 document.write("<h4>Images generation</h4>\n")
13 document.write("<p>\n")
14 document.write("All these floppy images are built with <b>bootfloppybox</b> from\n")
15 document.write("a <i>core</i> or a <i>3in1</i> iso. The <i>loram</i> is preprocessed by\n")
16 document.write("<b>tazlitobox</b> (Low RAM tab). These tools are available since 3.0.\n")
17 document.write("</p>\n")
18 document.write("</div>\n")
19 document.write("\n")
20 document.write("<!-- End navigation menu -->\n")
21 document.write("</div>\n")
22 document.write("\n")
23 document.write("<!-- Content top. -->\n")
24 document.write("<div id=\"content_top\">\n")
25 document.write("<div class=\"top_left\"></div>\n")
26 document.write("<div class=\"top_right\"></div>\n")
27 document.write("</div>\n")
28 document.write("\n")
29 document.write("<!-- Content -->\n")
30 document.write("<div id=\"content\">\n")
31 document.write("\n")
32 document.write("<h1><font color=\"#3e1220\">Boot</font></h1>\n")
33 document.write("<h2><font color=\"#df8f06\">Floppy image set</font></h2>\n")
34 document.write("\n")
35 document.write("<p>\n")
36 document.write("This floppy set will boot a Slitaz stable version. You can write floppies\n")
37 document.write("with SliTaz <i>bootfloppybox</i>, \n")
38 document.write("<a href=\"http://en.wikipedia.org/wiki/RaWrite\">Windows rawrite</a> or simply dd:\n")
39 document.write("</p><pre># dd if=fd001.img of=/dev/fd0\n")
40 document.write("</pre>\n")
41 document.write("\n")
42 document.write("<p>\n")
43 document.write("If you have a CD-ROM, an USB port and an USB key or a network card, but you\n")
44 document.write("can't boot these devices directly, then try\n")
45 document.write("<a href=\"http://mirror.slitaz.org/boot/floppy-grub4dos\">floppy-grub4dos</a> \n")
46 document.write("first. This 1.44Mb floppy provides tiny programs to boot these devices without BIOS\n")
47 document.write("support and some other tools.\n")
48 document.write("</p>\n")