[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#759424: di-netboot-assistant: please update package for jessie / new syslinux



Hi Jonas,

On Sun, Nov 23, 2014 at 04:56:16PM +0100, Jonas Smedegaard wrote:
> >
> > Sure thing: I will prepare git commits.
>
> I now have a fork of your git locally, and attached patches were
> produced using "git format-patch --minimal origin/master" - not sure if
> that's what you prefer, else please guide me.

You migth consider adding this improved warning to the patch set:


--- di-netboot-assistant.andi	2014-11-23 18:15:05.100283686 +0100
+++ di-netboot-assistant.jonas	2014-11-23 16:53:10.232629361 +0100
@@ -392,7 +392,7 @@

 	if [ -f pxelinux.cfg/default ]; then
 		for x in $(sed -n -e "s,^\s*KERNEL\s[\s:/]*\(.*menu.c32\).*,\1,p " pxelinux.cfg/default | sort -u ); do
+			[ ! -f ../$x ] && echo "W: The binary '${TFTP_ROOT}/$x' mentioned in the PXE boot menu is missing."
-			[ ! -f ../$x ] && echo "W: Some menu binaries are missing. Install the package syslinux"
 		done
 	else
 		find pxelinux.cfg/ -iregex '.*\(\.c32\|\.bak.*\|~\)$' \


It pops up when removing the debian-installer directory and not all installer
images have been installed again with di-netboot-assistant install XXX, and
the current content is rather confusing.

Best regards,

     Andi


Reply to: