Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
Install Apps with Jumpstart
Name: Annie Date: April 22, 2002 at 13:09:42 Pacific
Comment:
Is it possible, and if so..how, to install applications using JumpStart? I need more than just freeware or packages, I have specific, locally developed software that I need to push. Can this be done with Jumpstart?
Name: PaulS Date: April 24, 2002 at 10:16:01 Pacific
Reply:
Yes. In a Custom JumpStart you can use Begin and Finish scripts. These run before and after a jumpstart and can be used to tailor the jumpstart to your specific needs. In your case you could write Finish scripts to add the packages you wanted after the OS install is complete. You would add the specific script name in the rules file.
The was an entire book written on jumpstart which gives many examples.
0
Response Number 2
Name: Annie Date: April 24, 2002 at 13:19:00 Pacific
Reply:
PaulS, Thanks, what about installing apps that require feedback, user input. I've heard about a program called "Expect" that automates this. Can this be used with Jumpstart? Is that the best way to go?
0
Response Number 3
Name: PaulS Date: April 26, 2002 at 08:49:28 Pacific
Reply:
You don't have a fully functional system during jumpstart, so I think you would have a very hard time getting Expect to run. I don't think you can do it. The Begin/Finish scripts may only run in the Bourne shell. But if your packages need simple input in order to install, you could use a "here-document" inside your script to handle that.
Summary: Hi Guys I have many problems to installing Solaris8 with jumpstart. I create the *.prof file but I always have requests on the screen. Have someone the same problems and find a solution ? Thanks in a...
Summary: Hi, I first tried to install Solaris with Jumpstart option( I failed), then tried it again with Interactive, I was able to set the display and chose the core support since I only have 1 gb drive ( is...
Summary: hi, Anybody know if its possible to setup symbolic links using a finishscript in a custom jumpstart installation? Jumpstart uses /a as the root install until it is done but will the link made with: ln...