It is not enough for usb-creator package to depend on syslinux.
sislynux package only recommends mtools.
But without mtools installed, usb-creator will just hang.
The reason is when usb-creator makes a call to syslinux, the latter fails with exit code 1
and the message "sh: mcopy: not found". It needs mcopy from mtools.
--------------
How to reproduce: remove mtools and try to make a bootable USB.
Binary package hint: usb-creator
It is not enough for usb-creator package to depend on syslinux.
sislynux package only recommends mtools.
But without mtools installed, usb-creator will just hang.
The reason is when usb-creator makes a call to syslinux, the latter fails with exit code 1
and the message "sh: mcopy: not found". It needs mcopy from mtools.
--------------
How to reproduce: remove mtools and try to make a bootable USB.