My configuration and packages for Slackware
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
This repo contains all my slackware modifications of the base install.
|
|
|
|
Additional packages are contained in RocketLinux and built in a non-standard manner.
|
|
|
|
|
|
|
|
This branch contains a few scripts I use, related to slackware.
|
|
|
|
|
|
|
|
- kernel.SlackBuild is capable of building a near-identical slackware kernel
|
|
|
|
- convert32pkg.sh converts a 32bit package to be installable on 64bit (by
|
|
|
|
removing everything present in the 64bit package).
|
|
|
|
It is only designed to support some packages in the official slackware iso,
|
|
|
|
because there's all kinds of packages that need special treatment,
|
|
|
|
especially for their doinst.sh scripts.
|
|
|
|
- massconvert32.sh calls convert32pkg.sh over an entire package directory
|
|
|
|
- update-repo.sh is my shitty implementation of a slackware repo generator,
|
|
|
|
that tries to generate everything as close to the official slackware repo as
|
|
|
|
possible.
|