I would like to be able to add one or more scripts to the dist iso that:
a. create an .xinitrc file in /home/username
b. create the correct config files is /home/username/.config/openbox
c. create a needed folder and scripts in /home/username/scripts (for custom menu items)
I've already created and successfully test the scripts. I'm just not clear on how to add them to the iso.
One thing I thought of was making them executable files, creating a deb and installing on the original system.
The goal is to run these scripts after install and then when xinit is run for the first time I'll have working preconfigured openbox session.

