Skip to content

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

Notifications You must be signed in to change notification settings

DidierSpaier/iso-creation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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://download.salixos.org/i486/slackware-15.0/:OFFICIAL

should become:

  #SOURCE=http://download.salixos.org/i486/slackware-15.0/:OFFICIAL

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

  SOURCE=file:///media/Salix_15.0/: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 Salix standard installation iso images

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 99.2%
  • Makefile 0.8%