What is the best approach to package a python based application on a bare bones CentOS/Linux operation system and then create an iso image.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can make a kickstart based install script and package the result into an iso.
This will allow you to install CentOS from scratch, including any additional applications you want to install in the base installation.
This should lead you in the right direction:
http://smorgasbork.com/component/content/article/35-linux/128-building-a-custom-centos-6-kickstart-disc-part-1