Documentation for ThinTUX's boot from WAN floppy.

Changelog: 

20050910 18:00
Initial release

Download and install:

1. Download http://thintux.sf.net/bootwan

2. Insert a formated 1,44 MB floppy and create a bootable floppy disc.
   *NIX:     dd if=bootwan of=/dev/fd0 
   Windows:  Use rawritewin(http://uranus.it.swin.edu.au/~jn/linux/rawwrite.htm)

Configuration:
   Update a:\syslinux.cfg and include your settings at the end of the line 
   that begins with the word "append". Example configurations are available at 
   the end of this HOWTO.

----------------------------------------------------------------------------

Parameter name		Description			Default value
-> xvm			X Video Mode			800x600
-> xh			X Horizontal sync.		30-64
-> xv			X Vertical refresh 		56-87
-> xcd			X Color Depth			16
-> xkm			X KeyMap			us
  
   Available keymaps:
   us			# English-United States
   se_SE		# Swedish

-> type			Session	type			dillo		

   The following session types are available:
   + xdmcp (X-terminal)
   + telnet (telnet client)
   + ssh (openssh v 3.1 client with X forwarding support)
   + vnc (vnc client)
   + rdp (windows terminal services client)
-> server		Session server(ip or hostname)	-	

-> options		Session options			-
   * xdmcp
   -query  	 		# contact named host for XDMCP
   -broadcast             	# broadcast for XDMCP
   -indirect 		    	# contact named host for indirect XDMCP		
	
Example configurations:

1. Connecting to a xdmcp server:
  
  append initrd=initrd type=xdmcp server=192.168.0.1 options="-query" xkm=se_SE 
  
2. Connecting to a telnet server:
  append initrd=initrd type=telnet server=192.168.0.1