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.
Symbolic Links with Jumpstart
Name: labtech Date: January 22, 2002 at 14:11:31 Pacific
Comment:
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 -s /a/bin/program /a/bin/x work after the install is done? thanks for any help!
Name: oliver Date: January 23, 2002 at 05:16:03 Pacific
Reply:
"ln -s /a/bin/program /a/bin/x" won't work unless you have a mount point called "a" (and who would?) Maybe try relative paths instead... something like:
Summary: Don't know of a way to copy symbolic links directly, but using chown and chgrp with the -h flag should help change the owner and group of a symbolic link. ...
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: 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...