wok diff syslinux/stuff/iso2exe/README @ rev 13692

syslinux: iso2exe (tiny edits)
author Paul Issott <paul@slitaz.org>
date Thu Dec 13 18:22:00 2012 +0000 (2012-12-13)
parents 7d300004a3b8
children d47403fdd900
line diff
     1.1 --- a/syslinux/stuff/iso2exe/README	Thu Dec 13 14:33:27 2012 +0100
     1.2 +++ b/syslinux/stuff/iso2exe/README	Thu Dec 13 18:22:00 2012 +0000
     1.3 @@ -7,30 +7,30 @@
     1.4  
     1.5  Why ?
     1.6  
     1.7 -According to the SliTaz forum, some new users have problems to burn CD-ROM,
     1.8 -create USB Keys, and boot these devices with the BIOS. Others are lost during 
     1.9 -installation process or partitionning.
    1.10 +According to the SliTaz forum, some new users have problems burning CD-ROMs,
    1.11 +creating USB Keys and booting these devices with the BIOS. Others are lost 
    1.12 +during the installation process or partitioning.
    1.13  
    1.14  The slitaz.exe program boots the SliTaz ISO image with a text menu:
    1.15  
    1.16 -- to start SliTaz in RAM (live) in graphic mode or text mode.
    1.17 +- to start SliTaz in RAM (live) in graphics mode or text mode.
    1.18  
    1.19  - to install SliTaz "a la UMSDOS" in the \slitaz\ subdirectory. The simplest
    1.20 -  way install to SliTaz. No partionning. No questions.
    1.21 +  way install to SliTaz. No partitioning. No questions.
    1.22  
    1.23  
    1.24  Usage:
    1.25  
    1.26    C:\> progname [mode]
    1.27  
    1.28 -Default mode is menu. mode can be:
    1.29 +Default mode is menu. Mode can be:
    1.30  
    1.31  - menu	  	start with an interactive menu
    1.32  - live    	launch SliTaz in RAM with graphics
    1.33  - text    	launch SliTaz in RAM with text mode
    1.34  - install 	SliTaz UMSDOS like installation
    1.35  
    1.36 -If the progname name includes one of the supported mode, the according mode is
    1.37 +If the program name includes one of the supported modes; the according mode is
    1.38  assumed. Example 'C:\> slitazlive.exe' starts SliTaz in RAM with graphics.
    1.39  
    1.40  
    1.41 @@ -40,7 +40,7 @@
    1.42  
    1.43  - isolinux uses the first 512 bytes for hybrid iso boot (ISO image in a 
    1.44    partition).
    1.45 -- tazlito stores flavor extra infos at the 2nd Kb for 'tazlito iso2flavor'.
    1.46 +- tazlito stores extra flavor info at the 2nd Kb for 'tazlito iso2flavor'.
    1.47  
    1.48  The iso2exe tool moves the isolinux boot sector, installs its own boot sector 
    1.49  with a DOS .EXE header, and adds a DOS .COM Linux loader and an initramfs in 
    1.50 @@ -55,7 +55,7 @@
    1.51      +-----------------+
    1.52             unused
    1.53      +-----------------+
    1.54 -    |  tazlito info   | Flavor missing datas for 'tazlito iso2flavor'
    1.55 +    |  tazlito info   | Flavor missing data for 'tazlito iso2flavor'
    1.56   1K +-----------------+
    1.57      | isohybrid boot  | Starts isolinux.bin
    1.58  512 +-----------------+
    1.59 @@ -67,9 +67,9 @@
    1.60  
    1.61  Limitations:
    1.62  
    1.63 -- Real mode support only. VM86 is not (yet?) supported
    1.64 +- Real mode support only. VM86 is not (yet?) supported.
    1.65  
    1.66 -- Image/zImage format not supported. bzImage only. Can't boot memtest or gpxe.
    1.67 +- Image/zImage format not supported, bzImage only. Can't boot memtest or gpxe.
    1.68  
    1.69  - The tiny Linux loader can't load more than 15Mb of files. (not really a 
    1.70    problem since many-in-1 ISO format).
    1.71 @@ -77,8 +77,8 @@
    1.72  - The DOS Linux loader and the ISO initramfs must fit in ~30Kb.
    1.73  
    1.74  - Old Linux kernels don't support multiple initramfs load. They will not
    1.75 -  find the /init.exe file. As workaround, you can add the "text" argument:
    1.76 +  find the /init.exe file. As a workaround, you can add the "text" argument:
    1.77  	C:\> slitaz.exe text
    1.78  
    1.79 -- The ISO image must include the files /boot/bzImage and /boot/rootfs*
    1.80 +- The ISO image must include the files /boot/bzImage and /boot/rootfs*.
    1.81