Skip to content

Scripts that are used to create the Slackel standard installation iso images

Notifications You must be signed in to change notification settings

kissthink/iso-creation-slackel

 
 

Repository files navigation

You can use this CD as a repository for slapt-get/gslapt. In order to
do that, you need to edit your /etc/slapt-get/slapt-getrc file. Edit it
with your favourite text editor (as user root) and comment every SOURCE
line in it, by putting a # in front of every line, for example this:

  SOURCE=http://salix.enialis.net/i486/slackware-14.1/:OFFICIAL

should become:

  #SOURCE=http://salix.enialis.net/i486/slackware-14.1/:OFFICIAL

then add a new SOURCE line that points to your mounted optical disc, for
example:

  SOURCE=file:///media/Salix_14.1/:OFFICIAL

You will need to update your slapt-get package database by running:

  slapt-get -u

and then you can use the CD as if it was a regular repository.

About

Scripts that are used to create the Slackel standard installation iso images

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 97.4%
  • Python 2.6%