First thanks to the PKE team that made a fanstastic work, good job guys !

After using the PKE with some modifications on the configuration file, now i want to really do my own customization.
I want to change the access denied image which i've done with :
Code: Select all
unsquashfs 003-settings.xzm
Code: Select all
003-settings.xzm/usr/share/pixmaps/blocked-content.png
i runned the command :
Code: Select all
mksquashfs squashfs-root/ /home/badr/003-settings.xzm -comp xz -b 256K -Xbcj x86 -noappend
After that i wanted to re-build the iso with the
Code: Select all
./make_iso.sh
.Something went wrong - could not create the ISO. Please use 'mkisofs' utility from latest 'cdrtools' package and not 'cdr-kit'.
I found then that my Debian does not support mkisofs and i need to install xorriso which i've done. Then i modified the line of the make_iso.sh to :
Code: Select all
xorrisofs -as mkisofs -o ../Porteus-Kiosk.iso -l -J -joliet-long -R -D -A "Porteus-Kiosk" \
but same problem... could someone help on this pls