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

Here you can post about the issues related to modifications performed manually (not through the kiosk wizard). Example: swapped kernel, added 3rd party modules or files.
Please describe in detail what has been changed and hopefully other kiosk user will be able to help.
Porteus team wont resolve bugs posted in this category as we support only modifications made by the kiosk wizard.
Forum rules
Porteus Kiosk section of the forum is unmaintained now. Its kept in a 'read only' mode for archival purposes.
Please use the kiosk contact page for directing your queries: https://porteus-kiosk.org/contact.html
User avatar
Debadr
Black ninja
Black ninja
Posts: 43
Joined: 28 Apr 2015, 13:39
Distribution: Porteus Kiosk Edition 3.3.0
Location: France

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

Post#1 by Debadr » 07 May 2015, 07:06

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
Last edited by Debadr on 07 May 2015, 11:29, edited 2 times in total.
If you give a man a fish, he eats for a day. Teach him how to fish and he will eat forever...

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

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

Post#2 by fanthom » 07 May 2015, 07:22

hello Debadr,

all the answers are here:
http://porteus-kiosk.org/documentation.html
Please add [Solved] to your thread title if the solution was found.

User avatar
Debadr
Black ninja
Black ninja
Posts: 43
Joined: 28 Apr 2015, 13:39
Distribution: Porteus Kiosk Edition 3.3.0
Location: France

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

Post#3 by Debadr » 07 May 2015, 09:30

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 !
If you give a man a fish, he eats for a day. Teach him how to fish and he will eat forever...

User avatar
fanthom
Moderator Team
Moderator Team
Posts: 5667
Joined: 28 Dec 2010, 02:42
Distribution: Porteus Kiosk
Location: Poland
Contact:

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

Post#4 by fanthom » 07 May 2015, 09:50

Debian uses old software ...

please copy 003/usr/local/bin/mkisofs to your /usr/local/bin and use original script from the kiosk ISO.
Please add [Solved] to your thread title if the solution was found.

User avatar
Debadr
Black ninja
Black ninja
Posts: 43
Joined: 28 Apr 2015, 13:39
Distribution: Porteus Kiosk Edition 3.3.0
Location: France

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

Post#5 by Debadr » 07 May 2015, 11:28

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 :)
If you give a man a fish, he eats for a day. Teach him how to fish and he will eat forever...

Locked