[syslinux] INCLUDE is not working

Piavlo piavka at cs.bgu.ac.il
Tue Aug 11 06:34:58 PDT 2009


Miller, Shao wrote:
> Good day Piavlo,
>
> If you are seeing an "unknown keyword in config file" error after
> INCLUDEing another config-file, is it possible that the error comes from
> an error in that other config-file?  In your example, you INCLUDE
> pxelinux.cfg/gentoo, but you do not provide that file's contents to the
> mailing-list.
>
>   
 The contents of pxelinux.cfg/gentoo are:
-------------
label gentoo
  kernel gentoo/amd64/20090507/isolinux/gentoo
  append initrd=gentoo/amd64/20090507/isolinux/gentoo.igz root=/dev/ram0
init=/linuxrc  dokeymap looptype=squashfs loop=image.squashfs cdroot
real_root=builtin vga=791 CONSOLE=/dev/tty1
livesync=rsync://amdsrv1.cs.bgu.ac.il/cs-livecd-amd64-20090507-sync
-------------

pxelinux.cfg/gentoo should be syntax correct file since the following
pxelinux.cfg/default works fine
-----------
default gentoo
timeout 50
prompt 1

display pxelinux.cfg/default.menu

label grub
      localboot 0

label gentoo
  kernel gentoo/amd64/20090507/isolinux/gentoo
  append initrd=gentoo/amd64/20090507/isolinux/gentoo.igz root=/dev/ram0
init=/linuxrc  dokeymap looptype=squashfs loop=image.squashfs cdroot
real_root=builtin vga=791 CONSOLE=/dev/tty1
livesync=rsync://amdsrv1.cs.bgu.ac.il/cs-livecd-amd64-20090507-sync
-----------

so it looks like it does not recognize the include command

Thanks
Alex
> - Shao Miller
>
> _______________________________________________
> Syslinux mailing list
> Submissions to Syslinux at zytor.com
> Unsubscribe or set options at:
> http://www.zytor.com/mailman/listinfo/syslinux
> Please do not send private replies to mailing list traffic.
>   




More information about the Syslinux mailing list