Hi,
I'm trying to create a bootable ISO using tazlito
, justx flavor and syslinux/isolinux bootloader.
Doing that I ended up reading tazlito
script and I can see that it expects files in the rootcd/efi/boot folder.
The problem is that the tazlito
script throws an error when I place files there while trying to allocate/create uefi.img:
===========
Try 'stat --help' for more information.
stat: invalid option -- 'm'
Try 'stat --help' for more information.
awk: cmd. line:26: for (i=s,e=2; i<n; i++) {
awk: cmd. line:26: ^ syntax error
awk: cmd. line:26: for (i=s,e=2; i<n; i++) {
awk: cmd. line:26: ^ syntax error
stat: invalid option -- 'm'
Try 'stat --help' for more information.
stat: invalid option -- 'm'
Try 'stat --help' for more information.
/usr/bin/tazlito: line 429: ( - )*4: syntax error: operand expected (error token is ")*4")
===========
My guess is that the default shebang in the script /bin/sh assumes certain shell. Which one is that? Or is it just a bug in the tazlito
script?
Anyway is there any doc how to prepare UEFI iso with tazlito
?