slitaz-tools rev 333

bootfloppybox: Tiny cosmetic changes
author Paul Issott <paul@slitaz.org>
date Sun Apr 26 11:00:04 2009 +0000 (2009-04-26)
parents 596c9f4519af
children 8db152539be7
files tinyutils/bootfloppybox
line diff
     1.1 --- a/tinyutils/bootfloppybox	Thu Apr 16 01:47:07 2009 +0200
     1.2 +++ b/tinyutils/bootfloppybox	Sun Apr 26 11:00:04 2009 +0000
     1.3 @@ -348,7 +348,7 @@
     1.4  		Etherboot	"Replacement for proprietary PXE ROMs." off \
     1.5  		gPXE		"Boot from http://boot.slitaz.org/" off \
     1.6  		Memtest86+	"Memory failures detection tool." off \
     1.7 -		Grub4DOS	"Enhanced grub version supporting NTFS" off \
     1.8 +		Grub4DOS	"Enhanced grub version supporting NTFS." off \
     1.9  		Grub		"Boot loader with command shell." off  2>&1 1>&3`
    1.10  	retval=$?
    1.11  	exec 3>&-
    1.12 @@ -399,12 +399,11 @@
    1.13    <frame>
    1.14      <text wrap="true" width-chars="58" use-markup="true">
    1.15        <label>
    1.16 -"Without parameters (i.e. with an empty Boot URL) gPXE will perform a normal PXE boot: IP configuration with DHCP and download DHCP bootfile with TFTP.
    1.17 +"Without parameters (i.e. with an empty Boot URL) gPXE will perform a normal PXE boot: IP configuration with DHCP and download the DHCP bootfile with TFTP.
    1.18  
    1.19  You can override the DHCP bootfile with a Boot URL such as <i>tftp://192.168.0.1/pxe/pxeloader</i>, <i>http://mirror.slitaz.org/pxe/pxelinux.0</i>, or <i>x-tftm://192.168.0.201//lts/vmlinuz.ltsp</i>.
    1.20  
    1.21 -You can override IP  configuration too (useful without DHCP server), example: 
    1.22 -<i>ip=192.168.0.10/24 gw=192.168.0.1 dns=192.168.0.1 nodhcp url=http://mirror.slitaz.org/pxe/pxelinux.0</i>
    1.23 +You can override IP configuration too (useful without a DHCP server), example: <i>ip=192.168.0.10/24 gw=192.168.0.1 dns=192.168.0.1 nodhcp url=http://mirror.slitaz.org/pxe/pxelinux.0</i>
    1.24  
    1.25  The <i>nodhcp</i> keyword avoids dhcp timeouts and the <i>url=</i> keyword is optional when the url is the only one argument.
    1.26  "
    1.27 @@ -491,7 +490,7 @@
    1.28      <text wrap="false" width-chars="44" use-markup="true">
    1.29        <label>
    1.30  "
    1.31 -Create a floppy or a cdrom to boot a LiveCD in a PXE network or WEB...
    1.32 +Create a floppy or a cdrom to boot a LiveCD in a PXE network or the WEB...
    1.33  May need a floppy disk in drive. Erase the whole floppy disk.
    1.34  "
    1.35        </label>
    1.36 @@ -509,8 +508,8 @@
    1.37  	BOOT_DIALOG="$BOOT_DIALOG 
    1.38  	  <item>/dev/${i#*block:}</item>"
    1.39  done
    1.40 -tmp='	  <item>cdrom image (boot.iso)</item>
    1.41 -	  <item>floppy image (boot.fd)</item>
    1.42 +tmp='	  <item>floppy image (boot.fd)</item>
    1.43 +	  <item>cdrom image (boot.iso)</item>
    1.44  	</combobox>
    1.45          <button>
    1.46            <label>Format floppy</label>
    1.47 @@ -626,8 +625,8 @@
    1.48  Etherboot /usr/share/boot/etherboot etherboot This network bootloader provides a replacement for proprietary PXE or NBI ROMs.
    1.49  gPXE /boot/gpxe gpxe PXE / iSCSI / AoE network bootloader.
    1.50  Memtest86+ /usr/share/boot/memtest.lzma memtest Memory failures detection tool.
    1.51 -Grub4DOS /usr/share/boot/grldr.lzma grub4dos Enhanced grub version supporting NTFS
    1.52 -Grub /usr/sbin/grub grub General purpose boot loader with command shell
    1.53 +Grub4DOS /usr/share/boot/grldr.lzma grub4dos Enhanced grub version supporting NTFS.
    1.54 +Grub /usr/sbin/grub grub General purpose boot loader with command shell.
    1.55  EOT
    1.56  tmp='
    1.57      </notebook>