Page 2 of 2

Re: Customizing USB bootable IFL

Posted: Sat Nov 05, 2016 6:14 pm
by timg11
How would I modify my script to close the script selection dialog and then run IFL?

My script looks like this:

#! /bin/bash
mkdir /mnt1
mount -t cifs -o user=IFL_Backup,password=IFL3777 //192.168.27.1/IFL_Temp /mnt1

Also, how can I modify the default destination path in IFL so it will start at /mnt1?

Re: Customizing USB bootable IFL

Posted: Sat Nov 05, 2016 11:28 pm
by timg11
As a workaround, I've changed to selecting the "run scripts in scriptslist.txt" option, and putting my script name in that file.
I added the command ./imagel to the end of the script, which automatically starts IFL.
The only minor downside is that the script leaves a window open.
The next time I run makedisk, I'll change that final command to:

./imagel &

I believe that will start IFL as a background task, and end the script.