Hello,

  I've noted also some other gotchas :

1) in the lh_binary_syslinux, for the 'net' target, we copy the
'pxelinux.cfg' as ftpboot/pxelinux.cfg/default :

 net)
                # Copying syslinux
                cp chroot/usr/lib/syslinux/pxelinux.0 tftpboot

                # Install syslinux templates
                mkdir -p tftpboot/pxelinux.cfg
                cp -r "${LIVE_TEMPLATES}"/syslinux/* tftpboot/pxelinux.cfg
                mv tftpboot/pxelinux.cfg/pxelinux.cfg tftpboot/pxelinux.cfg/defa
ult
                sed -i -e 's#splash.rle#pxelinux.cfg/splash.rle#' tftpboot/pxeli
nux.cfg/boot.txt

But we forget to update the reference to the presentation text :

display pxelinux.cfg/isolinux.txt

and so the text isn't displayed, nor the splash screen...



2) even when selecting live-initramfs (LH_INITRAMFS="live-initramfs"),
the 'pxelinux.cfg/default' net config remains with 'boot=casper'
instead of 'boot=live' ...

  with regards,
        Fred.

_______________________________________________
Debian-live-devel mailing list
[email protected]
http://lists.alioth.debian.org/mailman/listinfo/debian-live-devel

Reply via email to