Go Script - Screen at boot


Recommended Posts

Ho

 

Totally new to scripts and such but always willing to learn.

 

All Im trying to do is get screen and its needed files installed at boot but cant figure how to do it, I know I've got to add a couple of lines to the go file but not sure on what.

 

I was thinking but probably way to simple and wrong lol

cd /boot/packages/
installpkg libelf-0.8.13-i486-2.txz
installpkg utempter-1.1.5-i486-1.txz
installpkg screen-4.0.3-i486-3.txz

 

Any info and pointers would help allot

 

Thanks.

Link to comment

If your'e trying to install the 3 packages listed, I would use the following lines in your Go script instead:

 

installpkg /boot/packages/libelf-0.8.13-i486-2.txz
installpkg /boot/packages/utempter-1.1.5-i486-1.txz
installpkg /boot/packages/screen-4.0.3-i486-3.txz

 

I personally installed Screen using unMenu though so I wouldn't know if the above would be all you need to install Screen.

 

 

Link to comment

or put the *.txz files in /boot/extra and they are auto installed during boot......

 

Myk

Cool this seems like the easiest approach and the easiest way for me to update them as new versions are released.

 

If your'e trying to install the 3 packages listed, I would use the following lines in your Go script instead:

 

installpkg /boot/packages/libelf-0.8.13-i486-2.txz
installpkg /boot/packages/utempter-1.1.5-i486-1.txz
installpkg /boot/packages/screen-4.0.3-i486-3.txz

 

I personally installed Screen using unMenu though so I wouldn't know if the above would be all you need to install Screen.

 

Thought it would be something like this, will keep this for future reference thanks, just trying to stay with SimpleFeatures and a minimum of plugins.

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.