diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-09-09 16:39:32 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-09-09 16:39:32 -0700 |
commit | ca4267ebc934621468a2d48089df3a72434a7775 (patch) | |
tree | f3113c088aca508f2463048e1e288742d8435cd3 | |
parent | 782eea2441d4d7d6037defd4f1a49f8552933df1 (diff) | |
download | syslinux-elf-ca4267ebc934621468a2d48089df3a72434a7775.tar.gz syslinux-elf-ca4267ebc934621468a2d48089df3a72434a7775.tar.xz syslinux-elf-ca4267ebc934621468a2d48089df3a72434a7775.zip |
sdi.txt: fix formatting of pxelinux.cfg example
Fix formatting of the pxelinux.cfg example.
-rw-r--r-- | doc/sdi.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/sdi.txt b/doc/sdi.txt index 4bc8bcdc..f7279745 100644 --- a/doc/sdi.txt +++ b/doc/sdi.txt @@ -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 ++++ |