LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Some Specifications about Customizing Ubuntu ISO (https://www.linuxquestions.org/questions/linux-software-2/some-specifications-about-customizing-ubuntu-iso-705693/)

flouran 02-18-2009 03:08 PM

Some Specifications about Customizing Ubuntu ISO
 
Hi Guys,
I already know how to customize an Ubuntu ISO, and all of the software I want I have already put on it. However, how and where do I insert a nautilus script so that when the OS is installed to the HD (or some other media), my script will be on the HD in the ~/.gnome2/nautilus-scripts directory?

Thanks,
flouran

flouran 02-18-2009 10:29 PM

Any ideas, guys? Even a simple brainstorm is fine with me.

reddazz 02-18-2009 11:19 PM

A good place to try is /etc/skel. Thats where scripts and other stuff you want to put in a users home directory when an account is created lives.

flouran 04-25-2009 03:40 PM

Quote:

Originally Posted by reddazz (Post 3449089)
A good place to try is /etc/skel. Thats where scripts and other stuff you want to put in a users home directory when an account is created lives.

No, that doesn't work unfortunately. Also, if this helps at all, the following is the guide I am using to customize Ubuntu: http://www.linuxjournal.com/article/10038.

flouran 06-07-2009 03:52 AM

I Figured it Out!
 
I figured it out from the UPR website:
Code:

sudo cp -a ~/upr-files/nautilus-scripts/Truecrypt/ \
~/live/edit/etc/skel/.gnome2/nautilus-scripts/
sudo cp -a ~/upr-files/*.mo ~/live/edit/usr/share/locale/


linus72 06-07-2009 06:32 AM

Thanks for the info, many questioners never relay their successes back here.
It is appreciated.


All times are GMT -5. The time now is 01:14 AM.