Page 1 of 1

[Solved] PKE modifications on 003-settings.xzm/.../pixmaps/

Posted: 07 May 2015, 07:06
by Debadr
Hi guys !

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

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
And then changing the png file :

Code: Select all

003-settings.xzm/usr/share/pixmaps/blocked-content.png
This is Ok. now i have a problem with the iso build :
i runned the command :

Code: Select all

mksquashfs squashfs-root/ /home/badr/003-settings.xzm -comp xz -b 256K -Xbcj x86 -noappend
And then i copied the file 003-settings.xzm to the folder xzm.

After that i wanted to re-build the iso with the

Code: Select all

 ./make_iso.sh  
but i get this message
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

Re: PKE modifications on 003-settings.xzm/.../pixmaps/

Posted: 07 May 2015, 07:22
by fanthom
hello Debadr,

all the answers are here:
http://porteus-kiosk.org/documentation.html

Re: PKE modifications on 003-settings.xzm/.../pixmaps/

Posted: 07 May 2015, 09:30
by Debadr
fanthom wrote:hello Debadr,

all the answers are here:
http://porteus-kiosk.org/documentation.html
Hi Fanthom, i've tried with the manual, but i c'ant re-build the iso and i edited the topic so you can understand what is the problem.

Thanks four your help !

Re: PKE modifications on 003-settings.xzm/.../pixmaps/

Posted: 07 May 2015, 09:50
by fanthom
Debian uses old software ...

please copy 003/usr/local/bin/mkisofs to your /usr/local/bin and use original script from the kiosk ISO.

Re: PKE modifications on 003-settings.xzm/.../pixmaps/

Posted: 07 May 2015, 11:28
by Debadr
fanthom wrote:Debian uses old software ...

please copy 003/usr/local/bin/mkisofs to your /usr/local/bin and use original script from the kiosk ISO.
I love you ! Since first day you're answering LIKE A BOSS thank you Fanth :)