On Thu, 2009-04-16 at 06:39 +0200, Daniel Baumann wrote: > diff --git a/helpers/lh_binary_linux-image b/helpers/lh_binary_linux-image > index f5abaab..0b1c542 100755 > --- a/helpers/lh_binary_linux-image > +++ b/helpers/lh_binary_linux-image > @@ -53,19 +53,11 @@ case "${LH_INITRAMFS}" in > esac > > case "${LH_ARCHITECTURE}" in > - amd64) > - LINUX="vmlinuz" > - ;; > - > - i386) > - LINUX="vmlinuz" > - ;; > - > powerpc) > LINUX="vmlinux" > ;; > > - sparc) > + *) > LINUX="vmlinuz" > ;; > esac > > but you saw that on powerpc, it's vmlinux not vmlinuz?
he left the powerpc stanza in place, before the wildcard, so that should be ok. Cheers, Julien -- To UNSUBSCRIBE, email to debian-live-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org