package etherboot tags 521920 + patch thanks With the attached patch, etherboot builds fine for me in a sid chroot. -- Daniel Schepler
diff -urN etherboot-5.4.3+dfsg.old/src/util/genliso etherboot-5.4.3+dfsg/src/util/genliso --- etherboot-5.4.3+dfsg.old/src/util/genliso 2009-04-22 20:47:59.000000000 +0000 +++ etherboot-5.4.3+dfsg/src/util/genliso 2009-04-22 20:54:25.000000000 +0000 @@ -20,8 +20,8 @@ exit 1 ;; esac -case "`mtools -V`" in -Mtools\ version\ 3.9.9*|Mtools\ version\ 3.9.1[0-9]*|Mtools\ version\ 4.*) +case "`mtools -V|head -n 1`" in +Mtools\ version\ 3.9.9*|Mtools\ version\ 3.9.1[0-9]*|Mtools\ version\ 4.*|mtools\ \(GNU\ mtools\)\ 4.*) ;; *) echo Mtools version 3.9.9 or later is required