sdi.txt: fix formatting of pxelinux.cfg example
authorH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 23:39:32 +0000 (16:39 -0700)
committerH. Peter Anvin <hpa@zytor.com>
Tue, 9 Sep 2008 23:39:32 +0000 (16:39 -0700)
Fix formatting of the pxelinux.cfg example.

doc/sdi.txt

index 4bc8bcd..f727974 100644 (file)
@@ -82,10 +82,11 @@ For example, a simple configuration with pxelinux:
 /tftpboot/xpe.sdi
 /tftpboot/pxelinux.0
 /tftpboot/pxelinux.cfg/default with the following content:
+
        DEFAULT 0
        label 0 [WinXpe]
-               KERNEL sdi.c32
-          APPEND xpe.sdi
+               KERNEL sdi.c32
+               APPEND xpe.sdi
 
 
    ++++ Error messages ++++