hello tstrotz,
/rootcopy folder wont help as the kiosk is still burnt on the target media in the ISO form so its read only.
you need additional persistent partition so please try this approach:
- remaster installation ISO and add fdisk/mkfs.xfs utilities to it
- edit 003-settings.xzm/etc/rc.d/rc.local and add a tweak to mount persistent partition under /opt/www (e.g.: mkdir -p /opt/www && mount /dev/sda2 /opt/www)
- create custom ISO with your modifications included
- enable file:// protocol in the wizard and set the homepage to /opt/www/index.html
- enable ssh component and install kiosk as normal
- login to kiosk through ssh
- add new partition using fdisk
- format the partition with mkfs.xfs
- reboot the kiosk and check if your partition gets mounted under /opt/www with your /etc/rc.d/rc.local tweak.
in case of troubles i could do all the job for you through the 'customized builds' service:
http://porteus-kiosk.org/builds.html
thanks
Please add [Solved] to your thread title if the solution was found.