Computing.Net > Forums > Solaris > Symbolic Links with Jumpstart

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

Reply to Message Icon

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!



Sponsored Link
Ads by Google

Response Number 1
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:

cd /a/bin
ln -s program x



0
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Solaris Forum Home


Sponsored links

Ads by Google


Results for: Symbolic Links with Jumpstart

Copy symbolic link www.computing.net/answers/solaris/copy-symbolic-link/3483.html

Installation Solaris8 with Jumpstart www.computing.net/answers/solaris/installation-solaris8-with-jumpstart/139.html

Install Apps with Jumpstart www.computing.net/answers/solaris/install-apps-with-jumpstart/1535.html