Use PRIu64 instead of %llu, where appropriate
[profile/ivi/syslinux.git] / doc / extlinux.txt
index cb26fad..9b26701 100644 (file)
@@ -24,6 +24,8 @@ slight modifications.
 
 2. The configuration file is called "extlinux.conf", and is expected
    to be found in the same directory as extlinux is installed in.
+   Since 4.00 "syslinux.cfg" is also tried if "extlinux.conf" is not
+   found.
 
 
 3. Pathnames can be absolute or relative; if absolute (with a leading
@@ -38,7 +40,7 @@ slight modifications.
 4. EXTLINUX now supports symbolic links.  However, extremely long
    symbolic links might hit the pathname limit.  Also, please note
    that absolute symbolic links are interpreted from the root *of the
-   filesystem*, which might be different from now the running system
+   filesystem*, which might be different from how the running system
    would interpret it (e.g. in the case of a separate /boot
    partition.)  Therefore, use relative symbolic links if at all
    possible.
@@ -97,9 +99,9 @@ preferred way to boot is:
 - Install the MBR on *each disk*, and mark the RAID-1 partition
   active.
 
-- Run "extlinux -i /boot" to install extlinux.  This will install it on
-  all the drives in the RAID-1 set, which means you can boot any
-  combination of drives in any order.
+- Run "extlinux --raid --install /boot" to install extlinux.  This
+  will install it on all the drives in the RAID-1 set, which means
+  you can boot any combination of drives in any order.