debconf translation NL update
[rrq/maintain_lilo.git] / dos / README
1         DOS executable 'lilo.com'
2
3 Configuration file:     C:\ETC\LILO.CNF
4 Sector Map file:        C:\BOOT\MAP
5
6
7 1.  The default configuration file may be overridden with the speci-
8 fication '-C <filename>' on the command line.  '<filename>' may be 
9 specified literally as "none", for no configuration file.  The only
10 keyword allowed in the configuration file is "map=", to specify the
11 name of the sector map file.
12
13 2.  The sector map file is 'C:\BOOT\MAP' if no other name is explicitly
14 specified by "map=" in the configuration file, or '-m <mapfile>' on the
15 command line.  This file must be the same file as specified in the 
16 '/etc/lilo.conf' file, except that under Linux, Linux file system naming
17 applies; whereas under DOS/Windows, DOS file system naming applies.
18
19 3.  The sector map file MUST be placed on a filesystem that can be read/
20 written under both DOS and Linux.  FAT filesystems satisfy this require-
21 ment.
22
23 4.  The 'LILO.COM' executable must be placed somewhere on the executable
24 path within the DOS/Windows system.  Or it may be referenced by a *.BAT
25 file on the executable PATH, which provides the opportunity to override
26 the default configuration and sector map files with command line switches
27 that will always be seen by the 'LILO.COM' executable.
28
29 --John Coffman
30 23-Jan-2005