Bug#675815: Submenu in isolinux.cfg not ported to extlinux

2012-06-04 Thread Muneeb Shaikh
package unetbootin
tags 675815 upstream
forwarded 675815
https://bugs.launchpad.net/debian/+source/unetbootin/+bug/1008758
thanks


Thanks for reporting the bug. But unfortunately the bug isn't related to
debian packaging, so I have forwarded it to upstream here[1].

Also, the new upstream release of unetbootin v575 is on way to sid, you
might want to check that after it gets in sid and see if the bug is
resolved.


[1]. https://bugs.launchpad.net/debian/+source/unetbootin/+bug/1008758


Regards,
Muneeb Shaikh



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org



Bug#675815: Submenu in isolinux.cfg not ported to extlinux

2012-06-03 Thread Bernhard
Package: unetbootin
Version: 568-1

Hello,

My isolinux.cfg contains submenus.
If i create a bootable USB memory with this iso, the submenus are not
created.
All menu entries in all submenus are pushed into the top level menu.

Example:

isolinux.cfg:
...
 menu begin manuell
 menu title Manuelle Installation
 
 label manuell_386
   menu label Manuelle Installation - 386
   kernel /kernel.386/vmlinuz
   append debian-installer/framebuffer=false initrd=/kernel.386/initrd.gz -- 
 quiet
 
 label manuell_amd
   menu label Manuelle Installation - amd
   kernel /kernel.amd/vmlinuz
   append debian-installer/framebuffer=false initrd=/kernel.amd/initrd.gz -- 
 quiet
 
 label manuell_zurueck
   menu label Zurueck
   menu exit
 
 menu end
...

The created extlinux.conf:
...
 label ubnentry81
 menu label Manuelle Installation - 386
 kernel /kernel.386/vmlinuz
 append initrd=/kernel.386/initrd.gz debian-installer/framebuffer=false  -- 
 quiet
 
 label ubnentry82
 menu label Manuelle Installation - amd
 kernel /kernel.amd/vmlinuz
 append initrd=/kernel.amd/initrd.gz debian-installer/framebuffer=false  -- 
 quiet
...

These menu entries are in the top level instead in the submenu.

Please create also the submenus in the menu of the USB memory.

Thank you.

Best regards
Bernhard



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org